Changeset 33555d9


Ignore:
Timestamp:
05/11/2005 08:16:38 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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:
b849a36
Parents:
1f01e7e7
Message:

Tagged xvid.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xvid.xml

    r1f01e7e7 r33555d9  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    12<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    23   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     
    67  <!ENTITY xvid-download-http "http://ed.gomez.free.fr/releases/xvid-&xvid-version;/xvidcore-&xvid-version;.tar.bz2">
    78  <!ENTITY xvid-download-ftp  " ">
    8   <!ENTITY xvid-md5-sum       "1487c4dd4449aedeb695807467e69054">
     9  <!ENTITY xvid-md5sum       "1487c4dd4449aedeb695807467e69054">
    910  <!ENTITY xvid-size          "541 KB">
    1011  <!ENTITY xvid-buildsize     "7.2 MB">
     
    1314
    1415<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"?>
    2317
    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>
    2631
    2732<!--
     
    4550-->
    4651
    47 <para><application>XviD</application> is an <acronym>MPEG</acronym>-4
    48 compliant video <acronym>CODEC</acronym>.</para>
     52    <para><application>XviD</application> is an MPEG-4
     53    compliant video CODEC.</para>
    4954
    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>
    6376
    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>
    6878
    69 </sect2>
     79    <bridgehead renderas="sect4">Optional</bridgehead>
     80    <para><xref linkend="NASM"/></para>
    7081
    71 <sect2>
    72 <title>Installation of <application>XviD</application></title>
     82  </sect2>
    7383
    74 <para>Install <application>XviD</application> by running the following
    75 commands:</para>
     84  <sect2 role="installation">
     85    <title>Installation of XviD</title>
    7686
    77 <screen><userinput><command>cd build/generic &amp;&amp;
     87    <para>Install <application>XviD</application> by running the following
     88    commands:</para>
     89
     90<screen><userinput>cd build/generic &amp;&amp;
    7891./configure --prefix=/usr &amp;&amp;
    79 make</command></userinput></screen>
     92make</userinput></screen>
    8093
    81 <para>This package does not come with a test suite.</para>
     94    <para>This package does not come with a test suite.</para>
    8295
    83 <para>Now, as the root user:</para>
     96    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8497
    85 <screen><userinput role='root'><command>make install &amp;&amp;
     98<screen role="root"><userinput>make install &amp;&amp;
    8699chmod -v 644 /usr/lib/libxvidcore.a &amp;&amp;
    87100ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &amp;&amp;
    88 ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command></userinput></screen>
     101ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</userinput></screen>
    89102
    90 </sect2>
     103  </sect2>
    91104
    92 <sect2>
    93 <title>Command explanations</title>
     105  <sect2 role="commands">
     106    <title>Command Explanations</title>
    94107
    95 <para><command>ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so</command>:
    96 This command makes applications linked against
    97 <filename class="libraryfile">.so</filename> names, link to
    98 <filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.
    99 This ensures better binary compatibility, as
    100 <application>XviD</application> developers take care not changing the
    101 <replaceable>MAJOR</replaceable> number until there is an incompatible
    102 <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>
    103116
    104 </sect2>
     117  </sect2>
    105118
    106 <sect2>
    107 <title>Contents</title>
     119  <sect2 role="content">
     120    <title>Contents</title>
    108121
    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>
    113126
    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>
    120133
    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"?>
    124138
    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>
    134151
    135152<!--
     
    163180-->
    164181
    165 </sect2>
     182  </sect2>
    166183
    167184</sect1>
Note: See TracChangeset for help on using the changeset viewer.