# theora/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.57 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.68 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.85 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 002.03 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled ldbefore = -lX11 -lc license = See "license.txt" under installed tree nls = disabled tmpsize = 10M unpack = relaxed setpaths = gcc xorg #--------------------------------------------------------------------- [depends] actools alsa audiofile expat gawk gpm grep libbsd libogg libvorbis ncurses pkgconf python sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE cat > pdflatex << "END" exit 1 END chmod 755 pdflatex PATH=.:$PATH if [ -d $PRODTREE/sdl/lib ]; then SDLTEST= else SDLTEST="--disable-sdltest" fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ $SDLTEST #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DOCDIR FL=examples/.libs/dump_video if [ -f $FL ]; then mv $FL $BINDIR/theora_dumper fi FL=examples/.libs/encoder_example if [ -f $FL ]; then mv $FL $BINDIR/theora_encoder fi FL=examples/.libs/player_example if [ -f $FL ]; then mv $FL $BINDIR/theora_player fi cp -p COPYING $DOCDIR/license.txt rm -fr $PKGDIR_PROD/share/doc rmdir $PKGDIR_PROD/share #--------------------------------------------------------------------- # 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/libtheora url_debian_pool = http://ftp.debian.org/debian/pool/main/libt/\ libtheora/ url_home = http://www.theora.org/ url_lfs = n/a url_tarball = http://downloads.xiph.org/releases/theora/\ libtheora-1.1.1.tar.bz2