source: multimedia/libdriv/libdv.xml@ 7b2fed0f

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7b2fed0f was 7b2fed0f, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags

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