Changeset 43e423a7
- Timestamp:
- 04/27/2005 09:18:49 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f0f565e
- Parents:
- 64eb1e84
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r64eb1e84 r43e423a7 444 444 <!ENTITY libdv-version "0.104"> 445 445 <!ENTITY liba52-version "0.7.4"> 446 <!ENTITY xvid-version "1.0. 2">446 <!ENTITY xvid-version "1.0.3"> 447 447 <!ENTITY xine-lib-version "1.0"> 448 448 <!ENTITY libmikmod-version "3.1.11"> -
introduction/welcome/changelog.xml
r64eb1e84 r43e423a7 23 23 <itemizedlist> 24 24 25 <listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2 and26 libdv-0.104; added Doxygen dependency and documentation installation to the25 <listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2, libdv-0.104 26 and XviD-1.0.3; added Doxygen dependency and documentation installation to the 27 27 libdvdcss instructions; added documentation installation to the liba52 28 28 instructions.</para></listitem> -
multimedia/libdriv/xvid.xml
r64eb1e84 r43e423a7 4 4 %general-entities; 5 5 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"> 7 7 <!ENTITY xvid-download-ftp " "> 8 <!ENTITY xvid-md5-sum " e8ffc32146991fcff286ccdcd6a16a49">8 <!ENTITY xvid-md5-sum "1487c4dd4449aedeb695807467e69054"> 9 9 <!ENTITY xvid-size "541 KB"> 10 <!ENTITY xvid-buildsize "7. 1MB">11 <!ENTITY xvid-time "0. 19SBU">10 <!ENTITY xvid-buildsize "7.2 MB"> 11 <!ENTITY xvid-time "0.2 SBU"> 12 12 ]> 13 13 … … 19 19 <?dbhtml filename="xvid.html"?> 20 20 <title>XviD-&xvid-version;</title> 21 <indexterm zone="xvid"> 22 <primary sortas="a-XviD">XviD</primary></indexterm> 21 23 22 24 <sect2> … … 43 45 --> 44 46 45 <para><application>XviD</application> is a <acronym>MPEG</acronym>-447 <para><application>XviD</application> is an <acronym>MPEG</acronym>-4 46 48 compliant video <acronym>CODEC</acronym>.</para> 47 49 … … 75 77 <screen><userinput><command>cd build/generic && 76 78 ./configure --prefix=/usr && 77 make && 78 make install && 79 ln -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 && 80 ln -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen> 79 make</command></userinput></screen> 80 81 <para>Now, as the root user:</para> 82 83 <screen><userinput role='root'><command>make install && 84 chmod -v 644 /usr/lib/libxvidcore.a && 85 ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 && 86 ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen> 81 87 82 88 </sect2> … … 85 91 <title>Command explanations</title> 86 92 87 <para><command>ln - slibxvidcore.so.4 /usr/lib/libxvidcore.so</command>:93 <para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>: 88 94 This command makes applications linked against 89 95 <filename class="libraryfile">.so</filename> names, link to … … 99 105 <title>Contents</title> 100 106 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> 103 111 104 </sect2> 112 <seglistitem> 113 <seg>None</seg> 114 <seg>libxvidcore.[so,a]</seg> 115 <seg>None</seg> 116 </seglistitem> 117 </segmentedlist> 105 118 106 <sect2><title>Description</title> 119 <variablelist> 120 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 121 <?dbfo list-presentation="list"?> 107 122 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> 112 132 113 133 <!--
Note:
See TracChangeset
for help on using the changeset viewer.