source: multimedia/libdriv/libdv.xml@ 99e72b1

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

Tags, mostly multimedia libraries.

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[aefbca4]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[06a5391]6
[8dfc5c3]7 <!ENTITY libdv-download-http "&sourceforge-dl;/libdv/libdv-&libdv-version;.tar.gz">
[48b7295]8 <!ENTITY libdv-download-ftp " ">
[8c5083e]9 <!ENTITY libdv-md5sum "f895162161cfa4bb4a94c070a7caa6c7">
10 <!ENTITY libdv-size "574 KB">
[8dff0240]11 <!ENTITY libdv-buildsize "6.0 MB">
[a50b81b]12 <!ENTITY libdv-time "0.2 SBU">
[48b7295]13]>
14
[fd680fb]15<sect1 id="libdv" xreflabel="libdv-&libdv-version;">
[aefbca4]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
[2eeb8695]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>
[aefbca4]37
[99e72b1]38 &lfs110_checked;
[06f76d2c]39
[aefbca4]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[2eeb8695]43 <para>
44 Download (HTTP): <ulink url="&libdv-download-http;"/>
45 </para>
[aefbca4]46 </listitem>
47 <listitem>
[2eeb8695]48 <para>
49 Download (FTP): <ulink url="&libdv-download-ftp;"/>
50 </para>
[aefbca4]51 </listitem>
52 <listitem>
[2eeb8695]53 <para>
54 Download MD5 sum: &libdv-md5sum;
55 </para>
[aefbca4]56 </listitem>
57 <listitem>
[2eeb8695]58 <para>
59 Download size: &libdv-size;
60 </para>
[aefbca4]61 </listitem>
62 <listitem>
[2eeb8695]63 <para>
64 Estimated disk space required: &libdv-buildsize;
65 </para>
[aefbca4]66 </listitem>
67 <listitem>
[2eeb8695]68 <para>
69 Estimated build time: &libdv-time;
70 </para>
[aefbca4]71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Libdv Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
[f82ac3f]77 <para role="optional">
78 <xref linkend="popt"/>,
79 <xref linkend="sdl"/>, and
80 <xref linkend="x-window-system"/>
81 </para>
[aefbca4]82
[0e2aa08]83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/libdv"/></para>
85
[aefbca4]86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Libdv</title>
90
[2eeb8695]91 <para>
92 Install <application>libdv</application> by running the
93 following commands:
94 </para>
[aefbca4]95
[f4dc0a0]96<screen><userinput>./configure --prefix=/usr \
[8dff0240]97 --disable-xv \
98 --disable-static &amp;&amp;
[aefbca4]99make</userinput></screen>
100
[2eeb8695]101 <para>
102 This package does not come with a test suite.
103 </para>
[0dd9a79]104
[2eeb8695]105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
[aefbca4]108
[0dd9a79]109<screen role="root"><userinput>make install &amp;&amp;
[8c5083e]110install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &amp;&amp;
[0dd9a79]111install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
[aefbca4]112
[f4dc0a0]113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
[2eeb8695]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 -->
[8dff0240]127
[1a518e97]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
[aefbca4]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>
[0dd9a79]139 <segtitle>Installed Directories</segtitle>
[aefbca4]140
141 <seglistitem>
[8dff0240]142 <seg>dubdv, dvconnect, and encodedv<!--, and playdv--></seg>
143 <seg>libdv.so</seg>
[0dd9a79]144 <seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
[aefbca4]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>
[2eeb8695]156 <para>
[4c24eb0a]157 inserts audio into a digital video stream
[2eeb8695]158 </para>
[aefbca4]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>
[2eeb8695]168 <para>
169 is a small utility to send or capture raw data from and to the
[4c24eb0a]170 camcorder
[2eeb8695]171 </para>
[aefbca4]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>
[2eeb8695]181 <para>
[4c24eb0a]182 encodes a series of images to a digital video stream
[2eeb8695]183 </para>
[aefbca4]184 <indexterm zone="libdv encodedv">
185 <primary sortas="b-encodedv">encodedv</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
[8dff0240]190 <!--<varlistentry id="playdv">
[aefbca4]191 <term><command>playdv</command></term>
192 <listitem>
[2eeb8695]193 <para>
194 displays digital video streams on the screen.
195 </para>
[aefbca4]196 <indexterm zone="libdv playdv">
197 <primary sortas="b-playdv">playdv</primary>
198 </indexterm>
199 </listitem>
[8dff0240]200 </varlistentry>-->
[aefbca4]201
202 <varlistentry id="libdv-lib">
[4c24eb0a]203 <term><filename class="libraryfile">libdv.so</filename></term>
[aefbca4]204 <listitem>
[2eeb8695]205 <para>
206 provides functions for programs interacting with the
[4c24eb0a]207 Quasar DV CODEC
[2eeb8695]208 </para>
[aefbca4]209 <indexterm zone="libdv libdv-lib">
[0e2aa08]210 <primary sortas="c-libdv">libdv.{so,a}</primary>
[aefbca4]211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
[14dd96b5]218
219</sect1>
Note: See TracBrowser for help on using the repository browser.