# libcaca/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "libcaca" 0.99.beta20 broke "libxine" 1.2.11. #--------------------------------------------------------------------- 2. "libcaca" should be frozen at upstream release 0.99.beta19 until such time as it's confirmed that updates won't break "libxine" or oth- er packages. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.70 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.73 minutes) - Dell Inspiron 1545 00.01 hours (or 000.85 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.20 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.05 hours (or 003.15 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] dontfind = libftgl exepack = yes fortran = disabled license = See "license.txt" under installed tree makejail = yes nls = disabled tmpsize = 19M #--------------------------------------------------------------------- [depends] actools freetype2 gawk grep imlib2 ncurses pango sed slang xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e "s|ftgl|noftgl|g" -i configure bash ./configure \ --prefix=$PKGDIR_PROD \ --host=i686-pc-linux \ --disable-debug \ --disable-dependency-tracking \ --disable-doc \ --disable-python \ --disable-ruby \ \ --enable-imlib2 \ --enable-ncurses \ --enable-shared=yes \ --enable-slang \ --enable-static=no \ --enable-x11 \ --mandir=$MANBASE sed -e "s|if test -z \".tagname\"; then|& tagname=\"CXX\"; \ fi; if false; then|" \ -i libtool chmod 755 libtool treetextsub --keeptimes \ --pattern="-lpango-1.0" \ --newtext="-lpango-1.0 -lgobject-2.0" #--------------------------------------------------------------------- [build] DIR=`pwd` export LACINCDIRS=$DIR/caca smpmake make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc PROGBASE=cacafire mkdir -p $BINDIR $DOCDIR cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/ #--------------------------------------------------------------------- cd $BINDIR mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp $PKGDIR_SPECIAL/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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/libcaca url_home = http://sam.zoy.org/libcaca/ url_lfs = n/a url_tarball = none #--------------------------------------------------------------------- [history] 170509 Updated from 0.99.beta16 to 0.99.beta19 211101 Added a "cacafire" single-instance wrapper