Changeset 43e423a7


Ignore:
Timestamp:
04/27/2005 09:18:49 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f0f565e
Parents:
64eb1e84
Message:

Updated to XviD-1.0.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r64eb1e84 r43e423a7  
    444444<!ENTITY libdv-version                "0.104">
    445445<!ENTITY liba52-version               "0.7.4">
    446 <!ENTITY xvid-version                 "1.0.2">
     446<!ENTITY xvid-version                 "1.0.3">
    447447<!ENTITY xine-lib-version             "1.0">
    448448<!ENTITY libmikmod-version            "3.1.11">
  • introduction/welcome/changelog.xml

    r64eb1e84 r43e423a7  
    2323<itemizedlist>
    2424
    25 <listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2 and
    26 libdv-0.104; added Doxygen dependency and documentation installation to the
     25<listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2, libdv-0.104
     26and XviD-1.0.3; added Doxygen dependency and documentation installation to the
    2727libdvdcss instructions; added documentation installation to the liba52
    2828instructions.</para></listitem>
  • multimedia/libdriv/xvid.xml

    r64eb1e84 r43e423a7  
    44  %general-entities;
    55
    6   <!ENTITY xvid-download-http "http://files.xvid.org/downloads/xvidcore-&xvid-version;.tar.bz2">
     6  <!ENTITY xvid-download-http "http://ed.gomez.free.fr/releases/xvid-&xvid-version;/xvidcore-&xvid-version;.tar.bz2">
    77  <!ENTITY xvid-download-ftp  " ">
    8   <!ENTITY xvid-md5-sum       "e8ffc32146991fcff286ccdcd6a16a49">
     8  <!ENTITY xvid-md5-sum       "1487c4dd4449aedeb695807467e69054">
    99  <!ENTITY xvid-size          "541 KB">
    10   <!ENTITY xvid-buildsize     "7.1 MB">
    11   <!ENTITY xvid-time          "0.19 SBU">
     10  <!ENTITY xvid-buildsize     "7.2 MB">
     11  <!ENTITY xvid-time          "0.2 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="xvid.html"?>
    2020<title>XviD-&xvid-version;</title>
     21<indexterm zone="xvid">
     22<primary sortas="a-XviD">XviD</primary></indexterm>
    2123
    2224<sect2>
     
    4345-->
    4446
    45 <para><application>XviD</application> is a <acronym>MPEG</acronym>-4
     47<para><application>XviD</application> is an <acronym>MPEG</acronym>-4
    4648compliant video <acronym>CODEC</acronym>.</para>
    4749
     
    7577<screen><userinput><command>cd build/generic &amp;&amp;
    7678./configure --prefix=/usr &amp;&amp;
    77 make  &amp;&amp;
    78 make install &amp;&amp;
    79 ln -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
    80 ln -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
     79make</command></userinput></screen>
     80
     81<para>Now, as the root user:</para>
     82
     83<screen><userinput role='root'><command>make install &amp;&amp;
     84chmod -v 644 /usr/lib/libxvidcore.a &amp;&amp;
     85ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
     86ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
    8187
    8288</sect2>
     
    8591<title>Command explanations</title>
    8692
    87 <para><command>ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
     93<para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
    8894This command makes applications linked against
    8995<filename class="libraryfile">.so</filename> names, link to
     
    99105<title>Contents</title>
    100106
    101 <para>The <application>XviD</application> core package contains the
    102 <filename class="libraryfile">libxvidcore</filename> library.</para>
     107<segmentedlist>
     108<segtitle>Installed Programs</segtitle>
     109<segtitle>Installed Library</segtitle>
     110<segtitle>Installed Directories</segtitle>
    103111
    104 </sect2>
     112<seglistitem>
     113<seg>None</seg>
     114<seg>libxvidcore.[so,a]</seg>
     115<seg>None</seg>
     116</seglistitem>
     117</segmentedlist>
    105118
    106 <sect2><title>Description</title>
     119<variablelist>
     120<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     121<?dbfo list-presentation="list"?>
    107122
    108 <sect3><title>libxvidcore</title>
    109 <para><filename class="libraryfile">libxvidcore</filename> provides
    110 functions to encode and decode most <acronym>MPEG</acronym>-4 video
    111 data.</para></sect3>
     123<varlistentry id="libxvidcore">
     124<term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term>
     125<listitem><para>provides functions to encode and decode most
     126<acronym>MPEG</acronym>-4 video data.</para>
     127<indexterm zone="xvid libxvidcore">
     128<primary sortas="c-libxvidcore">libxvidcore.[so,a]</primary>
     129</indexterm></listitem>
     130</varlistentry>
     131</variablelist>
    112132
    113133<!--
Note: See TracChangeset for help on using the changeset viewer.