source: multimedia/libdriv/libogg.xml@ 66adf1ed

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 66adf1ed was 332bad2a, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Tags

Tag most of multimedia drivers.

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[fc9cf96]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[08d52d9]6
[8dfc5c3]7 <!ENTITY libogg-download-http "https://downloads.xiph.org/releases/ogg/libogg-&libogg-version;.tar.xz">
[562cd08]8 <!ENTITY libogg-download-ftp " ">
[57cc7a3]9 <!ENTITY libogg-md5sum "3178c98341559657a15b185bf5d700a5">
[8249b92]10 <!ENTITY libogg-size "420 KB">
[57cc7a3]11 <!ENTITY libogg-buildsize "3.5 MB (with tests)">
[049cd38]12 <!ENTITY libogg-time "less than 0.1 SBU (with tests)">
[48b7295]13]>
14
[f45b1953]15<sect1 id="libogg" xreflabel="libogg-&libogg-version;">
[fc9cf96]16 <?dbhtml filename="libogg.html"?>
17
18
[418f337]19 <title>libogg-&libogg-version;</title>
[fc9cf96]20
21 <indexterm zone="libogg">
22 <primary sortas="a-Libogg">Libogg</primary>
23 </indexterm>
24
25 <sect2 role="package">
[418f337]26 <title>Introduction to libogg</title>
[fc9cf96]27
[2eeb8695]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>
[fc9cf96]33
[332bad2a]34 &lfs120_checked;
[1c65bfd]35
[fc9cf96]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2eeb8695]39 <para>
40 Download (HTTP): <ulink url="&libogg-download-http;"/>
41 </para>
[fc9cf96]42 </listitem>
43 <listitem>
[2eeb8695]44 <para>
45 Download (FTP): <ulink url="&libogg-download-ftp;"/>
46 </para>
[fc9cf96]47 </listitem>
48 <listitem>
[2eeb8695]49 <para>
50 Download MD5 sum: &libogg-md5sum;
51 </para>
[fc9cf96]52 </listitem>
53 <listitem>
[2eeb8695]54 <para>
55 Download size: &libogg-size;
56 </para>
[fc9cf96]57 </listitem>
58 <listitem>
[2eeb8695]59 <para>
60 Estimated disk space required: &libogg-buildsize;
61 </para>
[fc9cf96]62 </listitem>
63 <listitem>
[2eeb8695]64 <para>
65 Estimated build time: &libogg-time;
66 </para>
[fc9cf96]67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
[418f337]73 <title>Installation of libogg</title>
[fc9cf96]74
[2eeb8695]75 <para>
76 Install <application>libogg</application> by running the following
77 commands:
78 </para>
[fc9cf96]79
[41d241e]80<screen><userinput>./configure --prefix=/usr \
81 --disable-static \
82 --docdir=/usr/share/doc/libogg-&libogg-version; &amp;&amp;
[fc9cf96]83make</userinput></screen>
84
[2eeb8695]85 <para>
86 To test the results, issue: <command>make check</command>.
87 </para>
[fc9cf96]88
[2eeb8695]89 <para>
90 Now, as the <systemitem class="username">root</systemitem> user:
91 </para>
[fc9cf96]92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
[ca0c5e90]97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
[43f86e1]100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/static-libraries.xml"/>
[ca0c5e90]102
103 </sect2>
104
[fc9cf96]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>
[43f86e1]115 <seg>libogg.so</seg>
[3f9a1fc]116 <seg>/usr/include/ogg and /usr/share/doc/libogg-&libogg-version;</seg>
[fc9cf96]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">
[4c24eb0a]126 <term><filename class="libraryfile">libogg.so</filename></term>
[fc9cf96]127 <listitem>
[2eeb8695]128 <para>
129 provides the functions required for programs to
[4c24eb0a]130 read or write Ogg formatted bit streams
[2eeb8695]131 </para>
[fc9cf96]132 <indexterm zone="libogg libogg-lib">
[43f86e1]133 <primary sortas="c-libogg">libogg.so</primary>
[fc9cf96]134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 </variablelist>
139
140 </sect2>
[f45b1953]141
142</sect1>
Note: See TracBrowser for help on using the repository browser.