source: multimedia/libdriv/libdv.xml@ 68ad918

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 68ad918 was 68ad918, checked in by Igor Živković <igor@…>, 19 years ago

Updated to SDL-1.2.8.

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/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-size "520 KB">
9 <!ENTITY libdv-buildsize "9.4 MB">
10 <!ENTITY libdv-time "0.21 SBU">
11]>
12
13<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="libdv.html"?>
19<title>libdv-&libdv-version;</title>
20
21<sect2>
22<title>Introduction to <application>libdv</application></title>
23
24<para><application>libdv</application> (Quasar <acronym>DV</acronym>) is a
25software <acronym>CODEC</acronym> for <acronym>DV</acronym> video, the encoding
26format used by most digital camcorders.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&libdv-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&libdv-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &libdv-size;</para></listitem>
33<listitem><para>Estimated disk space required: &libdv-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &libdv-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application>libdv</application> dependencies</title>
38<sect4><title>Optional</title>
39<para><xref linkend="popt"/>, <xref linkend="pkgconfig"/>, <xref linkend="sdl"/>,
40<xref linkend="GTK"/> and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
41</para></sect4>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application>libdv</application></title>
48
49<para>Install <application>libdv</application> by running the
50following commands:</para>
51
52<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
53make &amp;&amp;
54make install</command></userinput></screen>
55
56<note><para>The configure check for <application>GTK+</application> is
57broken. If <application>GTK+</application> is not installed, also pass
58<option>--disable-gtk</option> to the configure script.</para></note>
59
60</sect2>
61
62<sect2>
63<title>Contents</title>
64
65<para>The <application>libdv</application> package contains
66<command>dubdv</command>, <command>dvconnect</command>,
67<command>encodedv</command>, <command>playdv</command> and
68<filename class="libraryfile">libdv</filename>.</para>
69
70</sect2>
71
72<sect2><title>Description</title>
73
74<sect3><title>dubdv</title>
75<para><command>dubdv</command> inserts audio into a digital video
76stream.</para></sect3>
77
78<sect3><title>dvconnect</title>
79<para><command>dvconnect</command> is a small utility to send or capture
80raw data from and to the camcorder.</para></sect3>
81
82<sect3><title>encodedv</title>
83<para><command>encodedv</command> encodes a series of images to a digital
84video stream.</para></sect3>
85
86<sect3><title>playdv</title>
87<para><command>playdv</command> displays digital video streams on
88the screen.</para></sect3>
89
90<sect3><title>libdv</title>
91<para><filename class="libraryfile">libdv</filename> provides functions for
92programs interacting with the Quasar <acronym>DV</acronym>
93<acronym>CODEC</acronym>.</para></sect3>
94
95</sect2>
96
97</sect1>
98
Note: See TracBrowser for help on using the repository browser.