source: multimedia/libdriv/libogg.xml@ e22dbdc

12.0 12.1 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e22dbdc was dc1a45e, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Lots of tags

  • Property mode set to 100644
File size: 3.9 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
[dc1a45e]34 &lfs113_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
[0e2aa08]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libogg"/></para>
72
[fc9cf96]73 </sect2>
74
75 <sect2 role="installation">
[418f337]76 <title>Installation of libogg</title>
[fc9cf96]77
[2eeb8695]78 <para>
79 Install <application>libogg</application> by running the following
80 commands:
81 </para>
[fc9cf96]82
[41d241e]83<screen><userinput>./configure --prefix=/usr \
84 --disable-static \
85 --docdir=/usr/share/doc/libogg-&libogg-version; &amp;&amp;
[fc9cf96]86make</userinput></screen>
87
[2eeb8695]88 <para>
89 To test the results, issue: <command>make check</command>.
90 </para>
[fc9cf96]91
[2eeb8695]92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
[fc9cf96]95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
[ca0c5e90]100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
[43f86e1]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/static-libraries.xml"/>
[ca0c5e90]105
106 </sect2>
107
[fc9cf96]108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Library</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
[43f86e1]118 <seg>libogg.so</seg>
[3f9a1fc]119 <seg>/usr/include/ogg and /usr/share/doc/libogg-&libogg-version;</seg>
[fc9cf96]120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="libogg-lib">
[4c24eb0a]129 <term><filename class="libraryfile">libogg.so</filename></term>
[fc9cf96]130 <listitem>
[2eeb8695]131 <para>
132 provides the functions required for programs to
[4c24eb0a]133 read or write Ogg formatted bit streams
[2eeb8695]134 </para>
[fc9cf96]135 <indexterm zone="libogg libogg-lib">
[43f86e1]136 <primary sortas="c-libogg">libogg.so</primary>
[fc9cf96]137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
[f45b1953]144
145</sect1>
Note: See TracBrowser for help on using the repository browser.