source: multimedia/libdriv/liba52.xml@ 518538f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 518538f was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY liba52-download-http "http://liba52.sourceforge.net/files/a52dec-&liba52-version;.tar.gz">
7 <!ENTITY liba52-download-ftp " ">
8 <!ENTITY liba52-size "236 KB">
9 <!ENTITY liba52-buildsize "2.8 MB">
10 <!ENTITY liba52-time "0.07 SBU">
11]>
12
13<sect1 id="liba52" xreflabel="liba52-&liba52-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="liba52.html"?>
19<title>liba52-&liba52-version;</title>
20
21<sect2>
22<title>Introduction to <application>liba52</application></title>
23
24<para><application>liba52</application> is a free library for decoding
25<acronym>ATSC</acronym> A/52 (also known as AC-3) streams. The A/52
26standard is used in a variety of applications, including digital
27television and <acronym>DVD</acronym>.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink url="&liba52-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink url="&liba52-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &liba52-size;</para></listitem>
34<listitem><para>Estimated disk space required: &liba52-buildsize;</para></listitem>
35<listitem><para>Estimated build time: &liba52-time;</para></listitem></itemizedlist>
36</sect3>
37
38</sect2>
39
40<sect2>
41<title>Installation of <application>liba52</application></title>
42
43<para>Install <application>liba52</application> by running the
44following commands:</para>
45
46<screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
47make &amp;&amp;
48make install</command></userinput></screen>
49
50</sect2>
51
52<sect2>
53<title>Contents</title>
54
55<para>The liba52 package contains <command>a52dec</command>,
56<command>extract_a52</command> and <filename
57class="libraryfile">liba52</filename>.
58
59</para>
60
61</sect2>
62
63<sect2><title>Description</title>
64
65<sect3><title>a52dec</title>
66<para><command>a52dec</command> plays <acronym>ATSC</acronym> A/52 audio
67streams.</para></sect3>
68
69<sect3><title>extract_a52</title>
70<para><command>extract_a52</command> extracts <acronym>ATSC</acronym> A/52 audio from a
71<acronym>MPEG</acronym> stream.</para></sect3>
72
73<sect3><title>liba52</title>
74<para><filename class="libraryfile">liba52</filename> provides functions
75for the programs dealing with <acronym>ATSC</acronym> A/52
76streams.</para></sect3>
77
78</sect2>
79
80</sect1>
81
Note: See TracBrowser for help on using the repository browser.