2005-05-11 03:17:11 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2005-02-14 23:12:36 +08:00
|
|
|
|
2008-10-13 22:49:44 +08:00
|
|
|
<!ENTITY libdv-download-http "&sourceforge-repo;/libdv/libdv-&libdv-version;.tar.gz">
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY libdv-download-ftp " ">
|
2007-07-19 07:37:25 +08:00
|
|
|
<!ENTITY libdv-md5sum "f895162161cfa4bb4a94c070a7caa6c7">
|
|
|
|
<!ENTITY libdv-size "574 KB">
|
|
|
|
<!ENTITY libdv-buildsize "7 MB">
|
2005-04-28 03:01:48 +08:00
|
|
|
<!ENTITY libdv-time "0.2 SBU">
|
2004-06-14 07:30:44 +08:00
|
|
|
]>
|
|
|
|
|
2007-02-15 01:41:56 +08:00
|
|
|
<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
|
2005-05-11 03:17:11 +08:00
|
|
|
<?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>
|
|
|
|
|
2007-07-19 07:44:46 +08:00
|
|
|
<para>The Quasar DV Codec (<application>libdv</application>) is a software
|
2007-07-19 07:37:25 +08:00
|
|
|
CODEC for DV video, the encoding format used by most digital
|
|
|
|
camcorders.</para>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
|
|
|
<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>
|
2005-12-06 20:13:47 +08:00
|
|
|
<para role="optional"><xref linkend="popt"/>,
|
2005-05-31 05:53:21 +08:00
|
|
|
<xref linkend="pkgconfig"/>,
|
|
|
|
<xref linkend="sdl"/>,
|
2006-04-10 00:06:53 +08:00
|
|
|
<xref linkend="GTK"/>, and
|
|
|
|
<xref linkend="x-window-system"/></para>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
2006-04-11 02:37:19 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libdv"/></para>
|
|
|
|
|
2005-05-11 03:17:11 +08:00
|
|
|
</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 &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
2005-08-29 04:36:08 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-05-11 03:17:11 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
2005-08-29 04:36:08 +08:00
|
|
|
<screen role="root"><userinput>make install &&
|
2007-07-19 07:37:25 +08:00
|
|
|
install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &&
|
2005-08-29 04:36:08 +08:00
|
|
|
install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
2007-07-19 07:37:25 +08:00
|
|
|
<!-- <note>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>The <command>configure</command> check for
|
2005-05-30 23:59:12 +08:00
|
|
|
<application>GTK+</application> is broken. If <application>GTK+</application>
|
2007-07-19 07:37:25 +08:00
|
|
|
is not installed, also pass <option>-disable-gtk</option> to the
|
2005-05-11 03:17:11 +08:00
|
|
|
<command>configure</command> script.</para>
|
2007-07-19 07:37:25 +08:00
|
|
|
</note> -->
|
2005-05-11 03:17:11 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
2005-08-29 04:36:08 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-11 03:17:11 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>dubdv, dvconnect, encodedv, and playdv</seg>
|
2006-04-11 02:37:19 +08:00
|
|
|
<seg>libdv.{so,a}</seg>
|
2005-08-29 04:36:08 +08:00
|
|
|
<seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
|
2005-05-11 03:17:11 +08:00
|
|
|
</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>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>is a small utility to send or capture raw data from and to the
|
2005-05-11 03:17:11 +08:00
|
|
|
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">
|
2006-04-11 02:37:19 +08:00
|
|
|
<term><filename class='libraryfile'>libdv.{so,a}</filename></term>
|
2005-05-11 03:17:11 +08:00
|
|
|
<listitem>
|
2005-05-31 05:53:21 +08:00
|
|
|
<para>provides functions for programs interacting with the
|
2005-05-11 03:17:11 +08:00
|
|
|
Quasar DV CODEC.</para>
|
|
|
|
<indexterm zone="libdv libdv-lib">
|
2006-04-11 02:37:19 +08:00
|
|
|
<primary sortas="c-libdv">libdv.{so,a}</primary>
|
2005-05-11 03:17:11 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-09-22 10:00:07 +08:00
|
|
|
|
|
|
|
</sect1>
|