# 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] compiler = clang exepack = yes license = See "technotes" in "cfg" file tmpsize = 6M unpack = relaxed setpaths = faac #--------------------------------------------------------------------- [depends] actools gawk grep id3lib meson mp4v2-utils ninja 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 tree2unixtext --run cp -p README /tmp #--------------------------------------------------------------------- PATH=$PRODTREE/python3/bin:$PATH PP=$PKGDIR_PROD rm -fr lacobj && mkdir lacobj && cd lacobj # meson setup \ -D prefix=$PP \ -D bindir=$PP/bin \ -D buildtype=release \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man #--------------------------------------------------------------------- [build] cd lacobj && ninja_simple_build #--------------------------------------------------------------------- [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://github.com/knik0/faac/archive/refs/tags/\ faac-1.50.tar.gz #--------------------------------------------------------------------- [history] 170826 Updated from 1.28 to 1.29.4 171205 Updated to 1.29.9.2 210912 Updated to 1.30 250228 Updated to 1.31 250303 Updated to 1.31.1 260427 Updated to 1.50