source: multimedia/libdriv/libdv.xml@ d78e102e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d78e102e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libdv"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Libdv</title>
87
88 <para>
89 Install <application>libdv</application> by running the
90 following commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --disable-xv \
95 --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install &amp;&amp;
107install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &amp;&amp;
108install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <parameter>--disable-xv</parameter>: This parameter is required if
117 an <application>X Window System</application> is not installed. It also
118 prevents <command>configure</command> testing for
119 <filename class="libraryfile">libXv</filename> which is only used for an
120 obsolete program <command>playdv</command> that will not be built with
121 current <application>linux</application> headers and would also need
122 other obsolete dependencies.
123 </para> <!-- gtk+-1.2, glib+-1.2 -->
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/static-libraries.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>dubdv, dvconnect, and encodedv<!--, and playdv--></seg>
140 <seg>libdv.so</seg>
141 <seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="dubdv">
151 <term><command>dubdv</command></term>
152 <listitem>
153 <para>
154 inserts audio into a digital video stream
155 </para>
156 <indexterm zone="libdv dubdv">
157 <primary sortas="b-dubdv">dubdv</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="dvconnect">
163 <term><command>dvconnect</command></term>
164 <listitem>
165 <para>
166 is a small utility to send or capture raw data from and to the
167 camcorder
168 </para>
169 <indexterm zone="libdv dvconnect">
170 <primary sortas="b-dvconnect">dvconnect</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="encodedv">
176 <term><command>encodedv</command></term>
177 <listitem>
178 <para>
179 encodes a series of images to a digital video stream
180 </para>
181 <indexterm zone="libdv encodedv">
182 <primary sortas="b-encodedv">encodedv</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <!--<varlistentry id="playdv">
188 <term><command>playdv</command></term>
189 <listitem>
190 <para>
191 displays digital video streams on the screen.
192 </para>
193 <indexterm zone="libdv playdv">
194 <primary sortas="b-playdv">playdv</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>-->
198
199 <varlistentry id="libdv-lib">
200 <term><filename class="libraryfile">libdv.so</filename></term>
201 <listitem>
202 <para>
203 provides functions for programs interacting with the
204 Quasar DV CODEC
205 </para>
206 <indexterm zone="libdv libdv-lib">
207 <primary sortas="c-libdv">libdv.{so,a}</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.