Changeset 80aaa14


Ignore:
Timestamp:
02/16/2004 09:03:35 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e15e3f
Parents:
405210e
Message:

updated to xvid-1.0.0-rc2

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r405210e r80aaa14  
    99<glossdef><para>UNIS/Composer 669 Module</para></glossdef></glossentry>
    1010
     11<glossentry id="gABI"><glossterm><acronym>ABI</acronym></glossterm>
     12<glossdef><para>Application Binary Interface</para></glossdef></glossentry>
     13
    1114<glossentry id="gADSL"><glossterm><acronym>ADSL</acronym></glossterm>
    1215<glossdef><para>Asymmetric Digital Subscriber Line</para></glossdef></glossentry>
  • index.xml

    r405210e r80aaa14  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20040215">
    6 <!ENTITY releasedate "February 15th, 2004">
     5<!ENTITY version "CVS-20040216">
     6<!ENTITY releasedate "February 16th, 2004">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    r405210e r80aaa14  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>February 16th, 2004 [igor]: Updated to
     15XviD-1.0.0-rc2.</para></listitem>
    1316
    1417<listitem><para>February 15th, 2004 [larry]: updated to
  • multimedia/libdriv/xvid/xvid-exp.xml

    r405210e r80aaa14  
    22<title>Command explanations</title>
    33
    4 <para><command>cp ../../src/divx4.h /usr/include</command>: This
    5 command puts this header files in the header search path in order for
    6 <application>Xine</application> and <application>MPlayer</application> to
    7 locate this package.</para>
     4<para><command>ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command>: This
     5command makes applications linked against .so in fact linked to
     6.so.<replaceable>MAJOR</replaceable>. This ensures better binary
     7compatibility as <application>XviD</application> developers take care
     8not changing the <replaceable>MAJOR</replaceable> number until there is
     9an incompatible <acronym>ABI</acronym> change..</para>
    810
    911</sect2>
    10 
    11 
  • multimedia/libdriv/xvid/xvid-inst.xml

    r405210e r80aaa14  
    88make  &amp;&amp;
    99make install &amp;&amp;
    10 cp ../../src/divx4.h /usr/include</command></userinput></screen>
     10ln -s libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
     11ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
    1112
    1213</sect2>
    13 
  • multimedia/libdriv/xvid/xvid.ent

    r405210e r80aaa14  
    44<!ENTITY xvid-exp SYSTEM "xvid-exp.xml">
    55<!ENTITY xvid-desc SYSTEM "xvid-desc.xml">
    6 <!ENTITY xvid-version "0.9.2">
     6<!ENTITY xvid-version "1.0.0-rc2">
    77<!ENTITY xvid-download-http "http://files.xvid.org/downloads/xvidcore-&xvid-version;.tar.bz2">
    8 <!ENTITY xvid-download-ftp "ftp://ftp.yars.free.net/pub/software/unix/lib/xvidcore-&xvid-version;.tar.bz2">
    9 <!ENTITY xvid-size "486 KB">
    10 <!ENTITY xvid-buildsize "5.1 MB">
    11 <!ENTITY xvid-time "0.23 SBU">
     8<!ENTITY xvid-download-ftp "">
     9<!ENTITY xvid-size "519 KB">
     10<!ENTITY xvid-buildsize "5.5 MB">
     11<!ENTITY xvid-time "0.22 SBU">
Note: See TracChangeset for help on using the changeset viewer.