# openjpeg21/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.68 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.78 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.67 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] dontfind = openjpeg15, openjpeg23 license = See "license*.txt" in installed tree nosyslinks = yes tmpsize = 14M unpack = relaxed setpaths = lcms2 libpng openjpeg21 tiff zlib #--------------------------------------------------------------------- [depends] cmake lcms2 libpng tiff zlib #--------------------------------------------------------------------- [configure] rm -fr obj mkdir obj cd obj cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && make install #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/ #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/openjpeg url_debian_pool = http://ftp.de.debian.org/debian/pool/main/o/\ openjpeg/ url_home = Ditto url_lfs = Ditto url_tarball = https://github.com/uclouvain/openjpeg/archive/\ v2.1.2.tar.gz