# flac143/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package adds libraries from "flac" 1.4.3 to the primary "flac" system libraries [which are from a newer release]. This makes it pos- sible for some executables to run without recompilation. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.62 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.02 hours (or 001.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.20 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.30 minutes) - HP EliteBook 8560w 32GB RAM 00.04 hours (or 002.10 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM 00.08 hours (or 005.07 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = no fortran = disabled license = See "license*.txt" under installed tree proddir = $PRODTREE/flac purge = no shareddir = yes tmpsize = 21M #--------------------------------------------------------------------- [depends] actools flac150:strict gawk grep gtk12 libogg nasm2 sed none #--------------------------------------------------------------------- [configure] PP=/tmp/build-flac143-`whoami` MANBASE=$PP/man mkdir -p $MANBASE LIBS=-lm ./configure \ --prefix=$PP \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-3dnow \ --disable-altivec \ --disable-dependency-tracking \ --disable-thorough-tests \ --disable-doxygen-docs \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE # I dislike "libtool" sed -e "s|if test -z \".tagname\"; then|& tagname=\"CXX\"; \ fi; if false; then|" \ -i libtool chmod 755 libtool #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib mkdir -p $DOCDIR $LIBDIR cp -p $PKGDIR_SPECIAL/license*.txt $DOCDIR/ PP=/tmp/build-flac143-`whoami` cd $PP/lib for x in *.so.* do rm -fr $LIBDIR/$x mv $x $LIBDIR/ done cd / rm -fr $PP #--------------------------------------------------------------------- # 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/flac url_home = http://flac.sourceforge.net/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ multimedia/flac.html url_tarball = http://downloads.xiph.org/releases/\ flac/flac-1.4.3.tar.xz #--------------------------------------------------------------------- [history] 170508 Updated from 1.3.1 to 1.3.2 180629 Added an Alpine patch 210126 Updated to 1.3.3 240309 Updated to 1.4.3 250502 Split "flac" into "flac143" and "flac150"