source: multimedia/libdriv/libtheora.xml@ c0b9aa94

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 c0b9aa94 was c0b9aa94, checked in by Thomas Trepl <thomas@…>, 4 years ago

Tag some multimedia libs/drivers

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

  • Property mode set to 100644
File size: 5.5 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 libtheora-download-http "https://downloads.xiph.org/releases/theora/libtheora-&libtheora-version;.tar.xz">
8 <!ENTITY libtheora-download-ftp " ">
9 <!ENTITY libtheora-md5sum "9eeabf1ad65b7f41533854a59f7a716d">
10 <!ENTITY libtheora-size "1.4 MB">
11 <!ENTITY libtheora-buildsize "13.4 MB (without static libs or API docs and without installing the examples)">
12 <!ENTITY libtheora-time "0.2 SBU">
13]>
14
15<sect1 id="libtheora" xreflabel="libtheora-&libtheora-version;">
16 <?dbhtml filename="libtheora.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libtheora-&libtheora-version;</title>
24
25 <indexterm zone="libtheora">
26 <primary sortas="a-Libtheora">Libtheora</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libtheora</title>
31
32 <para>
33 <application>libtheora</application> is a reference implementation of the
34 Theora video compression format being developed by the Xiph.Org
35 Foundation.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libtheora-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libtheora-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libtheora-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libtheora-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libtheora-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libtheora-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libtheora Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libogg"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libvorbis"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="sdl"/> and
89 <xref linkend="libpng"/> (both to build the example players),
90 <xref linkend="doxygen"/>,
91 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
92 <ulink url="http://bibtexml.sourceforge.net">BibTex</ulink>, and
93 <ulink url="http://mcj.sourceforge.net/">Transfig</ulink>
94 (all four to build the API documentation), and
95 <xref linkend="valgrind"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url='&blfs-wiki;/Libtheora'/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of libtheora</title>
105
106 <para>
107 Install <application>libtheora</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c &amp;&amp;
112./configure --prefix=/usr --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 If you wish to run the tests, issue: <command>make check</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 <para>
126 If you wish to install the examples (so that you can hack on
127 <literal>theora</literal>), install them as the <systemitem
128 class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>cd examples/.libs &amp;&amp;
132for E in *; do
133 install -v -m755 $E /usr/bin/theora_${E}
134done</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para>
142 <command>sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c</command>:
143 This <command>sed</command> fixes build with
144 <application>libpng</application> 1.6.
145 </para>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/static-libraries.xml"/>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>None, unless you installed the examples</seg>
162 <seg>libtheora.so, libtheoraenc.so, and
163 libtheoradec.so</seg>
164 <seg>/usr/include/theora and /usr/share/doc/libtheora-&libtheora-version;</seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="libtheora-lib">
174 <term><filename class='libraryfile'>libtheora*.so</filename></term>
175 <listitem>
176 <para>
177 contains the functions to read and write video files.
178 </para>
179 <indexterm zone="libtheora libtheora-lib">
180 <primary sortas="c-libtheora">libtheora*.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.