# epdfview/cfg - "Build" settings for package # Revision: 110816 #--------------------------------------------------------------------- [technotes] # 1. "epdfview" is a lightweight PDF viewer. This package is a possi- # ble alternative to "xpdf", but it has a significant drawback, com- # pared to "xpdf": Copy-text operations are inconvenient and unreli- # able. # Details: # a. Copy-text operations are disabled by default. The user can # enable them, but this requires an extra step. # b. "epdfview" doesn't save the copy-text-enabled flag on exit. # In other words, the user must reselect this mode for every # "epdfview" session. # c. The copy-text feature has some glitches. Note: The glitches # may (or may not) be distro-specific. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.42 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.47 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 000.90 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM 00.03 hours (or 001.62 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = GNU General Public License, version 2 (June 1991) nls = disabled patches = required tmpsize = 5M #--------------------------------------------------------------------- [depends] actools bison3 cairo cups fontconfig freetype2 gawk grep gtkcore jpeg libpng pkgconf poppler #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE X=./autogen.sh if [ -f $X ]; then sh $X || exit 1; fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://trac.emma-soft.com/epdfview/ url_lfs = n/a url_tarball = http://trac.emma-soft.com/epdfview/chrome/site/\ releases/epdfview-0.1.8.tar.bz2