Author: randy Date: 2005-04-27 15:18:49 -0600 (Wed, 27 Apr 2005) New Revision: 3814
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/xvid.xml Log: Updated to XviD-1.0.3 Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-04-27 19:53:06 UTC (rev 3813) +++ trunk/BOOK/general.ent 2005-04-27 21:18:49 UTC (rev 3814) @@ -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"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-04-27 19:53:06 UTC (rev 3813) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-04-27 21:18:49 UTC (rev 3814) @@ -22,8 +22,8 @@ <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> Modified: trunk/BOOK/multimedia/libdriv/xvid.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/xvid.xml 2005-04-27 19:53:06 UTC (rev 3813) +++ trunk/BOOK/multimedia/libdriv/xvid.xml 2005-04-27 21:18:49 UTC (rev 3814) @@ -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 @@ 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 @@ <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 @@ <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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
