# lame/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Suggested runtime options: -V 2 --vbr-new #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.53 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.01 hours (or 000.60 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.63 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.70 minutes) - HP EliteBook 8560w 32GB RAM 00.08 hours (or 004.75 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled tmpsize = 10M #--------------------------------------------------------------------- [depends] actools gawk grep gtk12 nasm2 ncurses sed termcap #--------------------------------------------------------------------- [configure] sed -i -e 's/xmmintrin\.h/xmmcowmoo.h/g' configure treetextsub \ --pattern="-ffast-math" \ --newtext=" " \ --keeptimes bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-cpml \ --disable-dependency-tracking \ --enable-mp3rtp \ --enable-mp3x \ --enable-nasm \ --enable-shared=yes \ --enable-static=no \ --with-fileio=lame #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR mv $PKGDIR_PROD/share/doc/lame/html $DOCDIR/html rm -fr $PKGDIR_PROD/share cp -p USAGE $DOCDIR/usage.txt #--------------------------------------------------------------------- # 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 url_home = http://lame.sourceforge.net/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ multimedia/lame.html url_tarball = http://downloads.sourceforge.net/\ lame/lame-3.100.tar.gz #--------------------------------------------------------------------- [history] 191002 Updated from 3.99.5 to 3.100 191002 Added RedHat patches to fix FTBFS 210816 Added "handbrake" patches