source: multimedia/libdriv/libdv.xml@ d437f756

10.1 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 d437f756 was d437f756, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

More library tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24257 af4574ff-66df-0310-9fd7-8a98e5e911e0

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