# jpegoptim/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. If the system "jpeg" core binaries and libraries are provided by "mozjpeg", the following two commands should have close to the same effect: jpegtran -copy none -optimize moo.jpg > moo2.jpg jpegoptim -fpsP moo.jpg Both commands will optimize "moo.jpg". The 1st will write the output to "moo2.jpg" and not preserve timestamps. The 2nd will rewrite the input file and will preserve timestamps. The optimization will be lossless in both cases. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.12 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.15 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.20 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.01 hours (or 000.33 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 1M #--------------------------------------------------------------------- [depends] actools gawk grep jpeg sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] MANDIR=$PKGDIR_PROD/man/man1 SHADIR=$PKGDIR_PROD/share mkdir -p $MANDIR if [ -d $SHADIR/man/man1 ]; then mv $SHADIR/man/man1/* $MANDIR/ rmdir $SHADIR/man/man1 rmdir $SHADIR/man rmdir $SHADIR 2> /dev/null fi #--------------------------------------------------------------------- # 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/jpegoptim url_home = http://www.kokkonen.net/tjko/projects.html url_lfs = n/a url_tarball = https://github.com/tjko/jpegoptim/archive/refs/tags/\ v1.5.5.tar.gz #--------------------------------------------------------------------- [history] 170514 Updated from 1.3.0 to 1.4.4 180331 Updated to 1.4.5 180421 Updated to 1.4.6 220615 Updated to 1.4.7 230106 Updated to 1.5.1 230212 Updated to 1.5.2 230324 Updated to 1.5.3 230613 Updated to 1.5.4 230814 Updated to 1.5.5