source: multimedia/libdriv/libdv.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[06a5391]6
[8dfc5c3]7 <!ENTITY libdv-download-http "&sourceforge-dl;/libdv/libdv-&libdv-version;.tar.gz">
[48b7295]8 <!ENTITY libdv-download-ftp " ">
[8c5083e]9 <!ENTITY libdv-md5sum "f895162161cfa4bb4a94c070a7caa6c7">
10 <!ENTITY libdv-size "574 KB">
[8dff0240]11 <!ENTITY libdv-buildsize "6.0 MB">
[a50b81b]12 <!ENTITY libdv-time "0.2 SBU">
[48b7295]13]>
14
[fd680fb]15<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
[aefbca4]16 <?dbhtml filename="libdv.html"?>
17
18
19 <title>Libdv-&libdv-version;</title>
20
21 <indexterm zone="libdv">
22 <primary sortas="a-Libdv">Libdv</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Libdv</title>
27
[2eeb8695]28 <para>
29 The Quasar DV Codec (<application>libdv</application>) is a software
30 CODEC for DV video, the encoding format used by most digital
31 camcorders. It can be used to copy videos from camcorders using a
32 firewire (IEEE 1394) connection.
33 </para>
[aefbca4]34
[181e069f]35 &lfs121_checked;
[06f76d2c]36
[aefbca4]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[2eeb8695]40 <para>
41 Download (HTTP): <ulink url="&libdv-download-http;"/>
42 </para>
[aefbca4]43 </listitem>
44 <listitem>
[2eeb8695]45 <para>
46 Download (FTP): <ulink url="&libdv-download-ftp;"/>
47 </para>
[aefbca4]48 </listitem>
49 <listitem>
[2eeb8695]50 <para>
51 Download MD5 sum: &libdv-md5sum;
52 </para>
[aefbca4]53 </listitem>
54 <listitem>
[2eeb8695]55 <para>
56 Download size: &libdv-size;
57 </para>
[aefbca4]58 </listitem>
59 <listitem>
[2eeb8695]60 <para>
61 Estimated disk space required: &libdv-buildsize;
62 </para>
[aefbca4]63 </listitem>
64 <listitem>
[2eeb8695]65 <para>
66 Estimated build time: &libdv-time;
67 </para>
[aefbca4]68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Libdv Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
[f82ac3f]74 <para role="optional">
75 <xref linkend="popt"/>,
76 <xref linkend="sdl"/>, and
77 <xref linkend="x-window-system"/>
78 </para>
[aefbca4]79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Libdv</title>
84
[2eeb8695]85 <para>
86 Install <application>libdv</application> by running the
87 following commands:
88 </para>
[aefbca4]89
[f4dc0a0]90<screen><userinput>./configure --prefix=/usr \
[8dff0240]91 --disable-xv \
92 --disable-static &amp;&amp;
[aefbca4]93make</userinput></screen>
94
[2eeb8695]95 <para>
96 This package does not come with a test suite.
97 </para>
[0dd9a79]98
[2eeb8695]99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
[aefbca4]102
[0dd9a79]103<screen role="root"><userinput>make install &amp;&amp;
[8c5083e]104install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &amp;&amp;
[0dd9a79]105install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
[aefbca4]106
[f4dc0a0]107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
[2eeb8695]112 <para>
113 <parameter>--disable-xv</parameter>: This parameter is required if
114 an <application>X Window System</application> is not installed. It also
115 prevents <command>configure</command> testing for
116 <filename class="libraryfile">libXv</filename> which is only used for an
117 obsolete program <command>playdv</command> that will not be built with
118 current <application>linux</application> headers and would also need
119 other obsolete dependencies.
120 </para> <!-- gtk+-1.2, glib+-1.2 -->
[8dff0240]121
[1a518e97]122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
[aefbca4]124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
[0dd9a79]133 <segtitle>Installed Directories</segtitle>
[aefbca4]134
135 <seglistitem>
[8dff0240]136 <seg>dubdv, dvconnect, and encodedv<!--, and playdv--></seg>
137 <seg>libdv.so</seg>
[0dd9a79]138 <seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
[aefbca4]139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="dubdv">
148 <term><command>dubdv</command></term>
149 <listitem>
[2eeb8695]150 <para>
[4c24eb0a]151 inserts audio into a digital video stream
[2eeb8695]152 </para>
[aefbca4]153 <indexterm zone="libdv dubdv">
154 <primary sortas="b-dubdv">dubdv</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="dvconnect">
160 <term><command>dvconnect</command></term>
161 <listitem>
[2eeb8695]162 <para>
163 is a small utility to send or capture raw data from and to the
[4c24eb0a]164 camcorder
[2eeb8695]165 </para>
[aefbca4]166 <indexterm zone="libdv dvconnect">
167 <primary sortas="b-dvconnect">dvconnect</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="encodedv">
173 <term><command>encodedv</command></term>
174 <listitem>
[2eeb8695]175 <para>
[4c24eb0a]176 encodes a series of images to a digital video stream
[2eeb8695]177 </para>
[aefbca4]178 <indexterm zone="libdv encodedv">
179 <primary sortas="b-encodedv">encodedv</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
[8dff0240]184 <!--<varlistentry id="playdv">
[aefbca4]185 <term><command>playdv</command></term>
186 <listitem>
[2eeb8695]187 <para>
188 displays digital video streams on the screen.
189 </para>
[aefbca4]190 <indexterm zone="libdv playdv">
191 <primary sortas="b-playdv">playdv</primary>
192 </indexterm>
193 </listitem>
[8dff0240]194 </varlistentry>-->
[aefbca4]195
196 <varlistentry id="libdv-lib">
[4c24eb0a]197 <term><filename class="libraryfile">libdv.so</filename></term>
[aefbca4]198 <listitem>
[2eeb8695]199 <para>
200 provides functions for programs interacting with the
[4c24eb0a]201 Quasar DV CODEC
[2eeb8695]202 </para>
[aefbca4]203 <indexterm zone="libdv libdv-lib">
[0e2aa08]204 <primary sortas="c-libdv">libdv.{so,a}</primary>
[aefbca4]205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
[14dd96b5]212
213</sect1>
Note: See TracBrowser for help on using the repository browser.