# devil/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - 2021 dedi 00.01 hours (or 000.55 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 000.98 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.33 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree tmpsize = 13M setpaths = \ devil jasper jpeg lcms2 libpng \ tiff xorg zlib #--------------------------------------------------------------------- [depends] actools cmake gawk grep jasper jpeg lcms2 libmng libpng pkgconf sed tiff xorg zlib #--------------------------------------------------------------------- [configure] cd DevIL mkdir obj && cd obj cmake \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_RELEASE_TYPE=Release \ .. #--------------------------------------------------------------------- [build] cd DevIL/obj smpmake CFLAGS="-fpermissive" make install #--------------------------------------------------------------------- [postbuild] LICFILE=LICENSE PKGNAME=devil DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -a $LICFILE $DOCDIR/license-devil.txt #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = TBD url_home = http://openil.sourceforge.net/ url_lfs = TBD url_tarball = http://downloads.sourceforge.net/openil/\ DevIL-1.8.0.tar.gz #--------------------------------------------------------------------- [history] 170619 Updated from 1.7.8 to 1.8.0 170619 Fixed to build with newer "jpeg" library 210128 Fixed to build with newer "jasper" library