# libmad/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # very old (it dates back to 2004). However, as of early 2007, it was # the latest known official version. #--------------------------------------------------------------------- # 2. Debian was last checked in early 2007. At the time, Debian patch- # es existed for this package, but they didn't appear to include any # significant non-Debian changes. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.28 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.35 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.37 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.08 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 4M #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE sed -e 's/-fforce-mem/ /' \ -i configure bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-debugging \ --disable-dependency-tracking \ --disable-static \ --enable-shared \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] chmod 755 $PKGDIR_PROD/lib/*.so chmod 755 $PKGDIR_PROD/lib/*.so.* PKGCONFIGDIR=$PKGDIR_PROD/lib/pkgconfig mkdir -p $PKGCONFIGDIR sed "s|__META_PKGDIR_PROD__|$PKGDIR_PROD|" \ < $PKGDIR_SPECIAL/mad.pc.in \ > $PKGCONFIGDIR/mad.pc #--------------------------------------------------------------------- # 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/libmad url_home = http://www.underbit.com/products/mad/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ mad/libmad-0.15.1b.tar.gz #--------------------------------------------------------------------- [about] "libmad" provides a high-quality MPEG audio decoder capable of 24-bit output. All computations are performed using fixed-point integer ar- ithmetic, making the package ideal for systems that lack a floating- point unit. The implementation is entirely new (but it's based on the ISO/IEC standards).