# tiff440/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package is an obsolete [legacy] version of "tiff". It exists to provide binary library files that may be required by some binary executables. It's hidden otherwise. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.85 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.28 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.33 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.12 hours (or 007.22 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYRIGHT nosyslinks = yes tmpsize = 17M dontfind = tiff setpaths = tiff440 #--------------------------------------------------------------------- [depends] actools gawk grep jpeg sed tiffcore:strict xorg zlib zstd:forward #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e '/glDrawPixels/a glFlush();' \ -i tools/tiffgt.c bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=yes \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib XSTDLIB=$PRODTREE/tiff/lib mkdir -p $DOCDIR $LIBDIR rm -fr $PKGDIR_PROD/share/doc/ rmdir $PKGDIR_PROD/share ln -nsf $LIBDIR/libtiff.so.5.8.0 $XSTDLIB/ ln -nsf $LIBDIR/libtiffxx.so.5.8.0 $XSTDLIB/ cd $XSTDLIB ln -nsf libtiff.so.5.8{.0,} ln -nsf libtiff.so.5{.8,} ln -nsf libtiffxx.so.5.8{.0,} ln -nsf libtiffxx.so.5{.8,} #--------------------------------------------------------------------- # 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/tiff url_home = http://www.remotesensing.org/libtiff/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/libtiff.html url_tarball = http://download.osgeo.org/libtiff/tiff-4.4.0.tar.gz #--------------------------------------------------------------------- [history] 170704 Updated from 4.0.6 to 4.0.8 171119 Updated to 4.0.9 181110 Updated to 4.0.10 210222 Updated to 4.2.0 210912 Updated to 4.3.0 220820 Updated to 4.4.0 241015 Split "tiff440" off from "tiff"