# ttaenc/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.12 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = GNU General Public License, version 2 (June 1991) tmpsize = 1M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DOCDIR gcc -o ttaenc -Wall -O3 \ -fomit-frame-pointer -funroll-loops \ -fforce-addr -falign-functions=4 -msse \ ttaenc.c cp -p ttaenc $BINDIR/ cp -p COPYING $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.true-audio.com/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/\ tta/ttaenc-3.4.1-src.tgz #--------------------------------------------------------------------- [history] 210205 Updated from 3.3 to 3.4.1 #--------------------------------------------------------------------- [about] The True Audio (TTA) codec is a simple realtime lossless audio com- pressor. It performs lossless compression on multichannel 8, 16, and 24 bit WAV audio files. The compression ratios depend on the type of music file being compressed, but the compression size will generally range from 30% to 70% of the original size. Note: Both ID3v1 and ID3v2 information tags are supported.