Changeset 33555d9
- Timestamp:
- 05/11/2005 08:16:38 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:
- b849a36
- Parents:
- 1f01e7e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/xvid.xml
r1f01e7e7 r33555d9 1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 2 3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ … … 6 7 <!ENTITY xvid-download-http "http://ed.gomez.free.fr/releases/xvid-&xvid-version;/xvidcore-&xvid-version;.tar.bz2"> 7 8 <!ENTITY xvid-download-ftp " "> 8 <!ENTITY xvid-md5 -sum "1487c4dd4449aedeb695807467e69054">9 <!ENTITY xvid-md5sum "1487c4dd4449aedeb695807467e69054"> 9 10 <!ENTITY xvid-size "541 KB"> 10 11 <!ENTITY xvid-buildsize "7.2 MB"> … … 13 14 14 15 <sect1 id="xvid" xreflabel="XviD-&xvid-version;"> 15 <sect1info> 16 <othername>$LastChangedBy$</othername> 17 <date>$Date$</date> 18 </sect1info> 19 <?dbhtml filename="xvid.html"?> 20 <title>XviD-&xvid-version;</title> 21 <indexterm zone="xvid"> 22 <primary sortas="a-XviD">XviD</primary></indexterm> 16 <?dbhtml filename="xvid.html"?> 23 17 24 <sect2> 25 <title>Introduction to <application>XviD</application></title> 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 22 23 <title>XviD-&xvid-version;</title> 24 25 <indexterm zone="xvid"> 26 <primary sortas="a-XviD">XviD</primary> 27 </indexterm> 28 29 <sect2 role="package"> 30 <title>Introduction to XviD</title> 26 31 27 32 <!-- … … 45 50 --> 46 51 47 <para><application>XviD</application> is an <acronym>MPEG</acronym>-448 compliant video <acronym>CODEC</acronym>.</para>52 <para><application>XviD</application> is an MPEG-4 53 compliant video CODEC.</para> 49 54 50 <sect3><title>Package information</title> 51 <itemizedlist spacing='compact'> 52 <listitem><para>Download (HTTP): 53 <ulink url="&xvid-download-http;"/></para></listitem> 54 <listitem><para>Download (FTP): 55 <ulink url="&xvid-download-ftp;"/></para></listitem> 56 <listitem><para>Download MD5 Sum: &xvid-md5-sum;</para></listitem> 57 <listitem><para>Download size: &xvid-size;</para></listitem> 58 <listitem><para>Estimated disk space required: 59 &xvid-buildsize;</para></listitem> 60 <listitem><para>Estimated build time: 61 &xvid-time;</para></listitem></itemizedlist> 62 </sect3> 55 <bridgehead renderas="sect3">Package Information</bridgehead> 56 <itemizedlist spacing="compact"> 57 <listitem> 58 <para>Download (HTTP): <ulink url="&xvid-download-http;"/></para> 59 </listitem> 60 <listitem> 61 <para>Download (FTP): <ulink url="&xvid-download-ftp;"/></para> 62 </listitem> 63 <listitem> 64 <para>Download MD5 sum: &xvid-md5sum;</para> 65 </listitem> 66 <listitem> 67 <para>Download size: &xvid-size;</para> 68 </listitem> 69 <listitem> 70 <para>Estimated disk space required: &xvid-buildsize;</para> 71 </listitem> 72 <listitem> 73 <para>Estimated build time: &xvid-time;</para> 74 </listitem> 75 </itemizedlist> 63 76 64 <sect3><title><application>XviD</application> dependencies</title> 65 <sect4><title>Optional</title> 66 <para><xref linkend="NASM"/></para></sect4> 67 </sect3> 77 <bridgehead renderas="sect3">XviD Dependencies</bridgehead> 68 78 69 </sect2> 79 <bridgehead renderas="sect4">Optional</bridgehead> 80 <para><xref linkend="NASM"/></para> 70 81 71 <sect2> 72 <title>Installation of <application>XviD</application></title> 82 </sect2> 73 83 74 <para>Install <application>XviD</application> by running the following 75 commands:</para>84 <sect2 role="installation"> 85 <title>Installation of XviD</title> 76 86 77 <screen><userinput><command>cd build/generic && 87 <para>Install <application>XviD</application> by running the following 88 commands:</para> 89 90 <screen><userinput>cd build/generic && 78 91 ./configure --prefix=/usr && 79 make</ command></userinput></screen>92 make</userinput></screen> 80 93 81 <para>This package does not come with a test suite.</para>94 <para>This package does not come with a test suite.</para> 82 95 83 <para>Now, as the rootuser:</para>96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 84 97 85 <screen ><userinput role='root'><command>make install &&98 <screen role="root"><userinput>make install && 86 99 chmod -v 644 /usr/lib/libxvidcore.a && 87 100 ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 && 88 ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</ command></userinput></screen>101 ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</userinput></screen> 89 102 90 </sect2>103 </sect2> 91 104 92 <sect2>93 <title>Command explanations</title>105 <sect2 role="commands"> 106 <title>Command Explanations</title> 94 107 95 <para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:96 This command makes applications linked against97 <filename class="libraryfile">.so</filename> names, link to98 <filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.99 This ensures better binary compatibility, as100 <application>XviD</application> developers take care not changing the101 <replaceable>MAJOR</replaceable> number until there is an incompatible102 <acronym>ABI</acronym>change.</para>108 <para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>: 109 This command makes applications linked against 110 <filename class="libraryfile">.so</filename> names, link to 111 <filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>. 112 This ensures better binary compatibility, as 113 <application>XviD</application> developers take care not changing the 114 <replaceable>MAJOR</replaceable> number until there is an incompatible 115 ABI change.</para> 103 116 104 </sect2>117 </sect2> 105 118 106 <sect2>107 <title>Contents</title>119 <sect2 role="content"> 120 <title>Contents</title> 108 121 109 <segmentedlist>110 <segtitle>Installed Programs</segtitle>111 <segtitle>Installed Library</segtitle>112 <segtitle>Installed Directories</segtitle>122 <segmentedlist> 123 <segtitle>Installed Programs</segtitle> 124 <segtitle>Installed Library</segtitle> 125 <segtitle>Installed Directories</segtitle> 113 126 114 <seglistitem>115 <seg>None</seg>116 <seg>libxvidcore.[so,a]</seg>117 <seg>None</seg>118 </seglistitem>119 </segmentedlist>127 <seglistitem> 128 <seg>None</seg> 129 <seg>libxvidcore.[so,a]</seg> 130 <seg>None</seg> 131 </seglistitem> 132 </segmentedlist> 120 133 121 <variablelist> 122 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 123 <?dbfo list-presentation="list"?> 134 <variablelist> 135 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 136 <?dbfo list-presentation="list"?> 137 <?dbhtml list-presentation="table"?> 124 138 125 <varlistentry id="libxvidcore"> 126 <term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term> 127 <listitem><para>provides functions to encode and decode most 128 <acronym>MPEG</acronym>-4 video data.</para> 129 <indexterm zone="xvid libxvidcore"> 130 <primary sortas="c-libxvidcore">libxvidcore.[so,a]</primary> 131 </indexterm></listitem> 132 </varlistentry> 133 </variablelist> 139 <varlistentry id="libxvidcore"> 140 <term><filename class='libraryfile'>libxvidcore.[so,a]</filename></term> 141 <listitem> 142 <para>provides functions to encode and decode most 143 MPEG-4 video data.</para> 144 <indexterm zone="xvid libxvidcore"> 145 <primary sortas="c-libxvidcore">libxvidcore.[so,a]</primary> 146 </indexterm> 147 </listitem> 148 </varlistentry> 149 150 </variablelist> 134 151 135 152 <!-- … … 163 180 --> 164 181 165 </sect2>182 </sect2> 166 183 167 184 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.