source: multimedia/libdriv/xvid.xml@ 05eb990a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods 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 05eb990a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.6 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 xvid-download-http "https://downloads.xvid.com/downloads/xvidcore-&xvid-version;.tar.gz">
8 <!ENTITY xvid-download-ftp " ">
9 <!ENTITY xvid-md5sum "5c6c19324608ac491485dbb27d4da517">
10 <!ENTITY xvid-size "804 KB">
11 <!ENTITY xvid-buildsize "7.1 MB">
12 <!ENTITY xvid-time "0.1 SBU">
13]>
14
15<sect1 id="xvid" xreflabel="XviD-&xvid-version;">
16 <?dbhtml filename="xvid.html"?>
17
18
19 <title>XviD-&xvid-version;</title>
20
21 <indexterm zone="xvid">
22 <primary sortas="a-XviD">XviD</primary>
23 </indexterm>
24
25<sect2 role="package">
26 <title>Introduction to XviD</title>
27
28 <para>
29 <application>XviD</application> is an MPEG-4 compliant video CODEC.
30 </para>
31
32 &lfs112_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&xvid-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&xvid-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &xvid-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &xvid-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &xvid-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &xvid-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">XviD Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional">
72 <xref linkend="yasm"/> or <xref linkend="nasm"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/xvid"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of XviD</title>
82
83 <note>
84 <para>
85 This package tarball expands to <filename
86 class='directory'>xvidcore</filename>, not the expected <filename
87 class='directory'>xvidcore-&xvid-version;</filename>.
88 </para>
89 </note>
90
91 <para>
92 Install <application>XviD</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>cd build/generic &amp;&amp;
97sed -i 's/^LN_S=@LN_S@/&amp; -f -v/' platform.inc.in &amp;&amp;
98
99./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile &amp;&amp;
111make install &amp;&amp;
112
113chmod -v 755 /usr/lib/libxvidcore.so.4.3 &amp;&amp;
114install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &amp;&amp;
115install -v -m644 ../../doc/* /usr/share/doc/xvidcore-&xvid-version; &amp;&amp;
116install -v -m644 ../../examples/* \
117 /usr/share/doc/xvidcore-&xvid-version;/examples</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para>
125 <command>sed -i 's/^LN_S=@LN_S@/&amp; -f -v/' platform.inc.in</command>:
126 Fix error during <command>make install</command> if reinstalling
127 or upgrading.
128 </para>
129
130 <para>
131 <command>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile</command>:
132 This command disables installing the static library.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directory</segtitle>
144
145 <seglistitem>
146 <seg>None</seg>
147 <seg>libxvidcore.so</seg>
148 <seg>/usr/share/doc/xvidcore-&xvid-version;</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libxvidcore">
158 <term><filename class="libraryfile">libxvidcore.so</filename></term>
159 <listitem>
160 <para>
161 provides functions to encode and decode most
162 MPEG-4 video data
163 </para>
164 <indexterm zone="xvid libxvidcore">
165 <primary sortas="c-libxvidcore">libxvidcore.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.