mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to XviD-1.0.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3814 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
64eb1e8403
commit
43e423a791
@ -443,7 +443,7 @@
|
||||
<!ENTITY libdvdread-version "0.9.4">
|
||||
<!ENTITY libdv-version "0.104">
|
||||
<!ENTITY liba52-version "0.7.4">
|
||||
<!ENTITY xvid-version "1.0.2">
|
||||
<!ENTITY xvid-version "1.0.3">
|
||||
<!ENTITY xine-lib-version "1.0">
|
||||
<!ENTITY libmikmod-version "3.1.11">
|
||||
<!ENTITY gstreamer-version "0.8.9">
|
||||
|
@ -22,8 +22,8 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2 and
|
||||
libdv-0.104; added Doxygen dependency and documentation installation to the
|
||||
<listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2, libdv-0.104
|
||||
and XviD-1.0.3; added Doxygen dependency and documentation installation to the
|
||||
libdvdcss instructions; added documentation installation to the liba52
|
||||
instructions.</para></listitem>
|
||||
|
||||
|
@ -3,12 +3,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY xvid-download-http "http://files.xvid.org/downloads/xvidcore-&xvid-version;.tar.bz2">
|
||||
<!ENTITY xvid-download-http "http://ed.gomez.free.fr/releases/xvid-&xvid-version;/xvidcore-&xvid-version;.tar.bz2">
|
||||
<!ENTITY xvid-download-ftp " ">
|
||||
<!ENTITY xvid-md5-sum "e8ffc32146991fcff286ccdcd6a16a49">
|
||||
<!ENTITY xvid-md5-sum "1487c4dd4449aedeb695807467e69054">
|
||||
<!ENTITY xvid-size "541 KB">
|
||||
<!ENTITY xvid-buildsize "7.1 MB">
|
||||
<!ENTITY xvid-time "0.19 SBU">
|
||||
<!ENTITY xvid-buildsize "7.2 MB">
|
||||
<!ENTITY xvid-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="xvid" xreflabel="XviD-&xvid-version;">
|
||||
@ -18,6 +18,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="xvid.html"?>
|
||||
<title>XviD-&xvid-version;</title>
|
||||
<indexterm zone="xvid">
|
||||
<primary sortas="a-XviD">XviD</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>XviD</application></title>
|
||||
@ -42,7 +44,7 @@ is much smoother. If you use mencoder and transcode at the same time,
|
||||
you may want to choose different codecs for each.
|
||||
-->
|
||||
|
||||
<para><application>XviD</application> is a <acronym>MPEG</acronym>-4
|
||||
<para><application>XviD</application> is an <acronym>MPEG</acronym>-4
|
||||
compliant video <acronym>CODEC</acronym>.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
@ -74,17 +76,21 @@ commands:</para>
|
||||
|
||||
<screen><userinput><command>cd build/generic &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
ln -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &&
|
||||
ln -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
chmod -v 644 /usr/lib/libxvidcore.a &&
|
||||
ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &&
|
||||
ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><command>ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
|
||||
<para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
|
||||
This command makes applications linked against
|
||||
<filename class="libraryfile">.so</filename> names, link to
|
||||
<filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.
|
||||
@ -98,17 +104,31 @@ This ensures better binary compatibility, as
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>XviD</application> core package contains the
|
||||
<filename class="libraryfile">libxvidcore</filename> library.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libxvidcore.[so,a]</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>libxvidcore</title>
|
||||
<para><filename class="libraryfile">libxvidcore</filename> provides
|
||||
functions to encode and decode most <acronym>MPEG</acronym>-4 video
|
||||
data.</para></sect3>
|
||||
<varlistentry id="libxvidcore">
|
||||
<term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term>
|
||||
<listitem><para>provides functions to encode and decode most
|
||||
<acronym>MPEG</acronym>-4 video data.</para>
|
||||
<indexterm zone="xvid libxvidcore">
|
||||
<primary sortas="c-libxvidcore">libxvidcore.[so,a]</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<!--
|
||||
<para>Following features of MPEG-4 are supported:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user