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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libdv-download-http "&sourceforge-dl;/libdv/libdv-&libdv-version;.tar.gz">
8 <!ENTITY libdv-download-ftp " ">
9 <!ENTITY libdv-md5sum "f895162161cfa4bb4a94c070a7caa6c7">
10 <!ENTITY libdv-size "574 KB">
11 <!ENTITY libdv-buildsize "6.0 MB">
12 <!ENTITY libdv-time "0.2 SBU">
13]>
14
15<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
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
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>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libdv-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libdv-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libdv-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libdv-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libdv-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libdv-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Libdv Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="popt"/>,
76 <xref linkend="sdl"/>, and
77 <xref linkend="x-window-system"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Libdv</title>
84
85 <para>
86 Install <application>libdv</application> by running the
87 following commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr \
91 --disable-xv \
92 --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install &amp;&amp;
104install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &amp;&amp;
105install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
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 -->
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
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>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>dubdv, dvconnect, and encodedv<!--, and playdv--></seg>
137 <seg>libdv.so</seg>
138 <seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
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>
150 <para>
151 inserts audio into a digital video stream
152 </para>
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>
162 <para>
163 is a small utility to send or capture raw data from and to the
164 camcorder
165 </para>
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>
175 <para>
176 encodes a series of images to a digital video stream
177 </para>
178 <indexterm zone="libdv encodedv">
179 <primary sortas="b-encodedv">encodedv</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <!--<varlistentry id="playdv">
185 <term><command>playdv</command></term>
186 <listitem>
187 <para>
188 displays digital video streams on the screen.
189 </para>
190 <indexterm zone="libdv playdv">
191 <primary sortas="b-playdv">playdv</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>-->
195
196 <varlistentry id="libdv-lib">
197 <term><filename class="libraryfile">libdv.so</filename></term>
198 <listitem>
199 <para>
200 provides functions for programs interacting with the
201 Quasar DV CODEC
202 </para>
203 <indexterm zone="libdv libdv-lib">
204 <primary sortas="c-libdv">libdv.{so,a}</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.