source: multimedia/libdriv/libdv.xml@ 822f073

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 822f073 was a50b81b, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to libdv-0.104

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libdv-download-http "http://prdownloads.sourceforge.net/libdv/libdv-&libdv-version;.tar.gz">
7 <!ENTITY libdv-download-ftp " ">
8 <!ENTITY libdv-md5sum "f6b08efce7472daa20685e6e8431f542">
9 <!ENTITY libdv-size "554 KB">
10 <!ENTITY libdv-buildsize "6.2 MB">
11 <!ENTITY libdv-time "0.2 SBU">
12]>
13
14<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="libdv.html"?>
20<title>libdv-&libdv-version;</title>
21<indexterm zone="libdv">
22<primary sortas="a-Libdv">Libdv</primary></indexterm>
23
24<sect2>
25<title>Introduction to <application>libdv</application></title>
26
27<para><application>libdv</application> (Quasar <acronym>DV</acronym>) is a
28software <acronym>CODEC</acronym> for <acronym>DV</acronym> video, the encoding
29format used by most digital camcorders.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP):
34<ulink url="&libdv-download-http;"/></para></listitem>
35<listitem><para>Download (FTP):
36<ulink url="&libdv-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &libdv-md5sum;</para></listitem>
38<listitem><para>Download size: &libdv-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&libdv-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&libdv-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>libdv</application> dependencies</title>
46<sect4><title>Optional</title>
47<para><xref linkend="popt"/>,
48<xref linkend="pkgconfig"/>,
49<xref linkend="sdl"/>,
50<xref linkend="GTK"/> and
51X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>libdv</application></title>
59
60<para>Install <application>libdv</application> by running the
61following commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make</command></userinput></screen>
65
66<para>Now, as the root user:</para>
67
68<screen><userinput role='root'><command>make install</command></userinput></screen>
69
70<note><para>The <command>configure</command> check for
71<application>GTK+</application> is broken. If <application>GTK+</application>
72is not installed, also pass <option>--disable-gtk</option> to the
73<command>configure</command> script.</para></note>
74
75</sect2>
76
77<sect2>
78<title>Contents</title>
79
80<segmentedlist>
81<segtitle>Installed Programs</segtitle>
82<segtitle>Installed Library</segtitle>
83<segtitle>Installed Directory</segtitle>
84
85<seglistitem>
86<seg>dubdv, dvconnect, encodedv and playdv</seg>
87<seg>libdv.[so,a]</seg>
88<seg>/usr/include/libdv</seg>
89</seglistitem>
90</segmentedlist>
91
92<variablelist>
93<bridgehead renderas="sect3">Short Descriptions</bridgehead>
94<?dbfo list-presentation="list"?>
95
96<varlistentry id="dubdv">
97<term><command>dubdv</command></term>
98<listitem><para>inserts audio into a digital video stream.</para>
99<indexterm zone="libdv dubdv">
100<primary sortas="b-dubdv">dubdv</primary>
101</indexterm></listitem>
102</varlistentry>
103
104<varlistentry id="dvconnect">
105<term><command>dvconnect</command></term>
106<listitem><para>is a small utility to send or capture raw data from and to the
107camcorder.</para>
108<indexterm zone="libdv dvconnect">
109<primary sortas="b-dvconnect">dvconnect</primary>
110</indexterm></listitem>
111</varlistentry>
112
113<varlistentry id="encodedv">
114<term><command>encodedv</command></term>
115<listitem><para>encodes a series of images to a digital video stream.</para>
116<indexterm zone="libdv encodedv">
117<primary sortas="b-encodedv">encodedv</primary>
118</indexterm></listitem>
119</varlistentry>
120
121<varlistentry id="playdv">
122<term><command>playdv</command></term>
123<listitem><para>displays digital video streams on the screen.</para>
124<indexterm zone="libdv playdv">
125<primary sortas="b-playdv">playdv</primary>
126</indexterm></listitem>
127</varlistentry>
128
129<varlistentry id="libdv-lib">
130<term><filename class='libraryfile'>libdv.[so,a]</filename></term>
131<listitem><para>provides functions for programs interacting with the
132Quasar <acronym>DV</acronym> <acronym>CODEC</acronym>.</para>
133<indexterm zone="libdv libdv-lib">
134<primary sortas="c-libdv">libdv.[so,a]</primary>
135</indexterm></listitem>
136</varlistentry>
137</variablelist>
138
139</sect2>
140
141</sect1>
142
Note: See TracBrowser for help on using the repository browser.