# faac/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. "faac" is an open-source MPEG-4 AAC encoder. As of 2006, some of the commercial alternatives were superior. However, if the "q" (quali- ty) parameter was set to 150, even 2006 releases of "faac" were prob- ably good enough for casual use. #--------------------------------------------------------------------- 3. Advice from an "faac" user: > If you want to play in iTunes(R) use the --no-midside switch in > faac or it won't sound great and will randomly crash iTunes(R). #--------------------------------------------------------------------- 4. Sample commands. This sample command creates an AAC file named "test.aac" starting from a WAV file named "test.wav": faac -o test.aac -q 150 -c 22000 test.wav The following command is identical except for the addition of the switch "--no-midside", which apparently produces larger but more port- able files: faac -o test.aac -q 150 -c 22000 --no-midside test.wav #--------------------------------------------------------------------- 5. According to documentation provided with the "faac" source code, "faac" components fall under two licenses: (a) ISO MPEG-4 reference-code license (1997) (b) GNU Library General Public License, version 2 (1991) For more information, see the file "license.txt" in the installed tree. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.40 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.42 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.57 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] amtoac = yes # "actools"-related fix build = default exepack = yes license = See "technotes" in "cfg" file tmpsize = 6M unpack = relaxed #--------------------------------------------------------------------- [depends] actools gawk grep id3lib mp4v2-utils sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE # Courtesy of BLFS: sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c rm -fr autoconf ltmain.sh autoreconf -fi tree2unixtext --run cp -p README /tmp CFLAGS=-std=c99 CXXFLAGS=-std=c++98 \ bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -p README $DOCDIR/license.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://www.audiocoding.com/ url_lfs = n/a url_tarball = https://downloads.sourceforge.net/faac/\ faac-1_30.tar.gz #--------------------------------------------------------------------- [history] 170826 Updated from 1.28 to 1.29.4 171205 Updated to 1.29.9.2 210912 Updated to 1.30