source: multimedia/libdriv/libogg.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libogg-download-http "https://downloads.xiph.org/releases/ogg/libogg-&libogg-version;.tar.xz">
8 <!ENTITY libogg-download-ftp " ">
9 <!ENTITY libogg-md5sum "3178c98341559657a15b185bf5d700a5">
10 <!ENTITY libogg-size "420 KB">
11 <!ENTITY libogg-buildsize "3.5 MB (with tests)">
12 <!ENTITY libogg-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="libogg" xreflabel="libogg-&libogg-version;">
16 <?dbhtml filename="libogg.html"?>
17
18
19 <title>libogg-&libogg-version;</title>
20
21 <indexterm zone="libogg">
22 <primary sortas="a-Libogg">Libogg</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libogg</title>
27
28 <para>
29 The <application>libogg</application> package contains the Ogg file
30 structure. This is useful for creating (encoding) or playing (decoding) a
31 single physical bit stream.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libogg-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libogg-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libogg-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libogg-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libogg-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libogg-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libogg</title>
74
75 <para>
76 Install <application>libogg</application> by running the following
77 commands:
78 </para>
79
80<screen><userinput>./configure --prefix=/usr \
81 --disable-static \
82 --docdir=/usr/share/doc/libogg-&libogg-version; &amp;&amp;
83make</userinput></screen>
84
85 <para>
86 To test the results, issue: <command>make check</command>.
87 </para>
88
89 <para>
90 Now, as the <systemitem class="username">root</systemitem> user:
91 </para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/static-libraries.xml"/>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Library</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>None</seg>
115 <seg>libogg.so</seg>
116 <seg>/usr/include/ogg and /usr/share/doc/libogg-&libogg-version;</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="libogg-lib">
126 <term><filename class="libraryfile">libogg.so</filename></term>
127 <listitem>
128 <para>
129 provides the functions required for programs to
130 read or write Ogg formatted bit streams
131 </para>
132 <indexterm zone="libogg libogg-lib">
133 <primary sortas="c-libogg">libogg.so</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 </variablelist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.