source: multimedia/libdriv/faad2.xml@ c7cb25b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c7cb25b was c7cb25b, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to faad-2.8.1.
Update to faac-1.29.3.
Update to xfce4-terminal-0.8.6.
Fix spacing in apache and icewm.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18965 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY faad2-download-http "&sourceforge-repo;/faac/faad2-&faad2-version;.tar.gz">
8 <!ENTITY faad2-download-ftp " ">
9 <!ENTITY faad2-md5sum "45f0593e99e97785c5ba79875a4e30a7">
10 <!ENTITY faad2-size "784 KB">
11 <!ENTITY faad2-buildsize "16 MB">
12 <!ENTITY faad2-time "0.2 SBU">
13]>
14
15<sect1 id="faad2" xreflabel="FAAD2-&faad2-version;">
16 <?dbhtml filename="faad2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>FAAD2-&faad2-version;</title>
24
25 <indexterm zone="faad2">
26 <primary sortas="a-faad2">faad2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to FAAD2</title>
31
32 <para><application>FAAD2</application> is a decoder for a lossy sound
33 compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3 standards
34 and known as Advanced Audio Coding (AAC).</para>
35
36 &lfs80_checked;
37 &gcc7_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&faad2-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&faad2-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &faad2-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &faad2-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &faad2-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &faad2-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>
65 Sample AAC file: <ulink url="http://www.nch.com.au/acm/sample.aac"/> (7 KB)
66 </para>
67 </listitem>
68 </itemizedlist>
69
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/faad2"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of FAAD2</title>
78
79 <para>Install <application>FAAD2</application> by running the
80 following commands:</para>
81
82<screen><userinput>autoreconf -fiv &amp;&amp;
83
84./configure --prefix=/usr --disable-static &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite. However, basic
88 functionality can be tested by decoding the sample AAC file:</para>
89
90<screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
91
92 <para>This should display a copyright message and the following
93 information about the sample file:</para>
94
95<literallayout><computeroutput>sample.aac file info:
96ADTS, 4.608 sec, 13 kbps, 16000 Hz
97
98 ---------------------
99 | Config: 2 Ch |
100 ---------------------
101 | Ch | Position |
102 ---------------------
103 | 00 | Left front |
104 | 01 | Right front |
105 ---------------------</computeroutput></literallayout>
106
107 <para>Now play the result (requires the <command>aplay</command> program
108 from the <xref linkend="alsa-utils"/> package):</para>
109
110<screen><userinput>aplay sample.wav</userinput></screen>
111
112 <para><command>aplay</command> should identify the file as
113 <quote>Signed 16 bit Little Endian, Rate 16000 Hz, Stereo</quote>, and you
114 should hear some piano notes.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/static-libraries.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>faad</seg>
140 <seg>libfaad.so and libfaad_drm.so</seg>
141 <seg>None</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="faad-prog">
151 <term><command>faad</command></term>
152 <listitem>
153 <para>is a command-line utility for decoding AAC and MP4 files.</para>
154 <indexterm zone="faad2 faad-prog">
155 <primary sortas="b-faad">faad</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libfaad">
161 <term><filename class='libraryfile'>libfaad.so</filename></term>
162 <listitem>
163 <para>contains functions for decoding AAC streams.</para>
164 <indexterm zone="faad2 libfaad">
165 <primary sortas="c-libfaad">libfaad.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.