From 92de4f2488393dc6b78bcf31a110efe0121d4ca5 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Sat, 19 Jan 2008 09:35:36 +0000 Subject: [PATCH] Forgot to "svn add" faad2.xml in the previous commit, sorry. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7168 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- multimedia/libdriv/faad2.xml | 179 +++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 multimedia/libdriv/faad2.xml diff --git a/multimedia/libdriv/faad2.xml b/multimedia/libdriv/faad2.xml new file mode 100644 index 0000000000..c91cdd6543 --- /dev/null +++ b/multimedia/libdriv/faad2.xml @@ -0,0 +1,179 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy: ag $ + $Date: 2007-12-13 16:04:40 +0500 (Чтв, 13 Дек 2007) $ + + + FAAD2-&faad2-version; + + + faad2 + + + + Introduction to FAAD2 + + FAAD2 is a decoder for a lossy sound + compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3 standards + and known as Advanced Audio Coding (AAC). + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &faad2-md5sum; + + + Download size: &faad2-size; + + + Estimated disk space required: &faad2-buildsize; + + + Estimated build time: &faad2-time; + + + + Additional Downloads + + + Sample AAC file: (7 KB) + + + + FAAD2 Dependencies + + Optional + , and + mpeg4ip (both untested). + If these packages are found, AAC plugins are built for the corresponding + media players. + + User Notes: + + + + + + Installation of FAAD2 + + Install FAAD2 by running the + following commands: + +./bootstrap && +./configure --prefix=/usr && +make + + This package does not come with a test suite. However, one can test + its basic functionality with a sample AAC file. Decode the file: + +./frontend/faad -o sample.wav ../sample.aac + + This should display a copyright message and the following + information about the sample file: + +sample.aac file info: +ADTS, 4.608 sec, 13 kbps, 16000 Hz + + --------------------- + | Config: 2 Ch | + --------------------- + | Ch | Position | + --------------------- + | 00 | Left front | + | 01 | Right front | + --------------------- + + Play the result: + +aplay sample.wav + + aplay should identify the file as + "Signed 16 bit Little Endian, Rate 16000 Hz, Stereo", and you should hear + some piano notes. + + Now, as the root user: + +make install + + + + + Command Explanations + + ./bootstrap: This command runs GNU Autotools + and produces the configure script and some other files + that drive the further build. + + : This option is supposed to enable + support for decoding + Digital Radio Mondiale, but + actually breaks the base functionality of the package (e.g., the resulting + faad program cannot decode the sample AAC file + linked above). Don't use it. + + + + Contents + + + Installed Program + Installed Libraries + + + faad + libfaad.{so,a} + + + + + Short Descriptions + + + + + faad + + is a command-line utility for decoding AAC and MP4 files. + + faad + + + + + + libfaad.{so,a} + + this library contains functions for decoding AAC streams. + + libfaad.{so,a} + + + + + + + + +