glfs/multimedia/libdriv/libdv.xml
Randy McMurchy 50b692dd00 Removed excess spaces from the ends of lines in the source files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4518 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-30 21:53:21 +00:00

168 lines
5.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libdv-download-http "http://prdownloads.sourceforge.net/libdv/libdv-&libdv-version;.tar.gz">
<!ENTITY libdv-download-ftp " ">
<!ENTITY libdv-md5sum "f6b08efce7472daa20685e6e8431f542">
<!ENTITY libdv-size "554 KB">
<!ENTITY libdv-buildsize "6.2 MB">
<!ENTITY libdv-time "0.2 SBU">
]>
<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
<?dbhtml filename="libdv.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Libdv-&libdv-version;</title>
<indexterm zone="libdv">
<primary sortas="a-Libdv">Libdv</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Libdv</title>
<para><application>libdv</application> (Quasar DV) is a software CODEC
for DV video, the encoding format used by most digital camcorders.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libdv-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libdv-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libdv-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libdv-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libdv-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libdv-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Libdv Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="popt"/>,
<xref linkend="pkgconfig"/>,
<xref linkend="sdl"/>,
<xref linkend="GTK"/> and
X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
</sect2>
<sect2 role="installation">
<title>Installation of Libdv</title>
<para>Install <application>libdv</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<note>
<para>The <command>configure</command> check for
<application>GTK+</application> is broken. If <application>GTK+</application>
is not installed, also pass <option>--disable-gtk</option> to the
<command>configure</command> script.</para>
</note>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>dubdv, dvconnect, encodedv, and playdv</seg>
<seg>libdv.[so,a]</seg>
<seg>/usr/include/libdv</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="dubdv">
<term><command>dubdv</command></term>
<listitem>
<para>inserts audio into a digital video stream.</para>
<indexterm zone="libdv dubdv">
<primary sortas="b-dubdv">dubdv</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="dvconnect">
<term><command>dvconnect</command></term>
<listitem>
<para>is a small utility to send or capture raw data from and to the
camcorder.</para>
<indexterm zone="libdv dvconnect">
<primary sortas="b-dvconnect">dvconnect</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="encodedv">
<term><command>encodedv</command></term>
<listitem>
<para>encodes a series of images to a digital video stream.</para>
<indexterm zone="libdv encodedv">
<primary sortas="b-encodedv">encodedv</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="playdv">
<term><command>playdv</command></term>
<listitem>
<para>displays digital video streams on the screen.</para>
<indexterm zone="libdv playdv">
<primary sortas="b-playdv">playdv</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libdv-lib">
<term><filename class='libraryfile'>libdv.[so,a]</filename></term>
<listitem>
<para>provides functions for programs interacting with the
Quasar DV CODEC.</para>
<indexterm zone="libdv libdv-lib">
<primary sortas="c-libdv">libdv.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>