# pv/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package's name (pv) is short for "picture viewer". 2. This is a modified version of "pv". Several bugs have been fixed (patches are provided). 3. A few bugs remain, but this is still a useful tool. Use "gqview" for serious work on large file sets; use "pv" for a quick review of one directory. 4. "pv" requires a version of SDL compiled with "threads" support. 5. As of April 2006, there was a Debian package named "pv", but it was a different "pv". The Debian package was a "pipe"-related utility. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.20 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.38 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.80 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default ldbefore = -lX11 -lc license = GNU General Public License, version 2 (June 1991) unpack = relaxed setpaths = sdl xorg tmpsize = 2M #--------------------------------------------------------------------- [depends] actools freetype2 grep libpng sdl sdl-gfx sdl-image sdl-ttf #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --mandir=$MANBASE for x in `find . -type f -name Makefile` do sed -e "s|-lSDL_ttf|& -lSDL_gfx|g" \ -e "s| -O3 | -O2 |g" \ -e "s|-fexpensive-optimizations| |g" \ -i $x done #--------------------------------------------------------------------- # 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 = n/a # See notes near start of this file url_home = http://www.trashmail.net/pv/ url_lfs = n/a url_tarball = http://www.trashmail.net/pv/download/\ pv-0.5.4.tar.bz2