source: multimedia/libdriv/xvid.xml@ eede1a3

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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