source: multimedia/libdriv/xvid.xml@ 740012b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 740012b was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[33555d9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[e9d672f]6
[2829ed0]7 <!ENTITY xvid-download-http "http://downloads.xvid.org/downloads/xvidcore-&xvid-version;.tar.bz2">
[48b7295]8 <!ENTITY xvid-download-ftp " ">
[5e9008a]9 <!ENTITY xvid-md5sum "359eebc5fb496a2bf7b15010059e7897">
[2829ed0]10 <!ENTITY xvid-size "598 KB">
[5e9008a]11 <!ENTITY xvid-buildsize "8.5 MB">
[43e423a7]12 <!ENTITY xvid-time "0.2 SBU">
[48b7295]13]>
14
[d374b41]15<sect1 id="xvid" xreflabel="XviD-&xvid-version;">
[33555d9]16 <?dbhtml filename="xvid.html"?>
17
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>
[48b7295]31
[33555d9]32 <para><application>XviD</application> is an MPEG-4
33 compliant video CODEC.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&xvid-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&xvid-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &xvid-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &xvid-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &xvid-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &xvid-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">XviD Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Optional</bridgehead>
[a747b3c]60 <para role="optional"><xref linkend="NASM"/></para>
[33555d9]61
[0e2aa08]62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/xvid"/></para>
64
[33555d9]65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of XviD</title>
69
[50b692d]70 <para>Install <application>XviD</application> by running the following
[33555d9]71 commands:</para>
72
[2829ed0]73<screen><userinput>cd build/generic &amp;&amp;
[48b7295]74./configure --prefix=/usr &amp;&amp;
[33555d9]75make</userinput></screen>
[43e423a7]76
[33555d9]77 <para>This package does not come with a test suite.</para>
[74c721e4]78
[33555d9]79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[43e423a7]80
[33555d9]81<screen role="root"><userinput>make install &amp;&amp;
[5e9008a]82chmod -v 755 /usr/lib/libxvidcore.so.4.1 &amp;&amp;
83ln -v -sf libxvidcore.so.4.1 /usr/lib/libxvidcore.so.4 &amp;&amp;
[4d32631]84ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so &amp;&amp;
85install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &amp;&amp;
[5e9008a]86install -v -m644 ../../doc/* /usr/share/doc/xvidcore-1.1.0 &amp;&amp;
[4d32631]87install -v -m644 ../../examples/* \
88 /usr/share/doc/xvidcore-&xvid-version;/examples</userinput></screen>
[33555d9]89
90 </sect2>
91
92 <sect2 role="commands">
93 <title>Command Explanations</title>
94
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
[0e2aa08]98 <filename class="libraryfile">.so.<replaceable>&lt;MAJOR&gt;</replaceable></filename>.
[33555d9]99 This ensures better binary compatibility, as
100 <application>XviD</application> developers take care not changing the
[0e2aa08]101 <replaceable>&lt;MAJOR&gt;</replaceable> number until there is an incompatible
[33555d9]102 ABI change.</para>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Library</segtitle>
[4d32631]112 <segtitle>Installed Directory</segtitle>
[33555d9]113
114 <seglistitem>
115 <seg>None</seg>
[0e2aa08]116 <seg>libxvidcore.{so,a}</seg>
[4d32631]117 <seg>/usr/share/doc/xvidcore-&xvid-version;</seg>
[33555d9]118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="libxvidcore">
[0e2aa08]127 <term><filename class='libraryfile'>libxvidcore.{so,a}</filename></term>
[33555d9]128 <listitem>
[50b692d]129 <para>provides functions to encode and decode most
[33555d9]130 MPEG-4 video data.</para>
131 <indexterm zone="xvid libxvidcore">
[0e2aa08]132 <primary sortas="c-libxvidcore">libxvidcore.{so,a}</primary>
[33555d9]133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
[48b7295]138
[33555d9]139 </sect2>
[9a2b9dcb]140
141</sect1>
Note: See TracBrowser for help on using the repository browser.