Ignore:
Timestamp:
04/27/2005 07:01:48 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
64eb1e84
Parents:
c44dec8
Message:

Updated to libdv-0.104

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libdv.xml

    rc44dec8 ra50b81b  
    66  <!ENTITY libdv-download-http "http://prdownloads.sourceforge.net/libdv/libdv-&libdv-version;.tar.gz">
    77  <!ENTITY libdv-download-ftp  " ">
    8   <!ENTITY libdv-md5sum        "b5c7d0db672a76528e100828dd866a79">
    9   <!ENTITY libdv-size          "520 KB">
    10   <!ENTITY libdv-buildsize     "9.4 MB">
    11   <!ENTITY libdv-time          "0.21 SBU">
     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">
    1212]>
    1313
     
    1919<?dbhtml filename="libdv.html"?>
    2020<title>libdv-&libdv-version;</title>
     21<indexterm zone="libdv">
     22<primary sortas="a-Libdv">Libdv</primary></indexterm>
    2123
    2224<sect2>
     
    6062
    6163<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    62 make &amp;&amp;
    63 make install</command></userinput></screen>
     64make</command></userinput></screen>
    6465
    65 <note><para>The configure check for <application>GTK+</application> is
    66 broken. If <application>GTK+</application> is not installed, also pass
    67 <option>--disable-gtk</option> to the configure script.</para></note>
     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>
    6874
    6975</sect2>
     
    7278<title>Contents</title>
    7379
    74 <para>The <application>libdv</application> package contains
    75 <command>dubdv</command>, <command>dvconnect</command>,
    76 <command>encodedv</command>, <command>playdv</command> and
    77 <filename class="libraryfile">libdv</filename>.</para>
     80<segmentedlist>
     81<segtitle>Installed Programs</segtitle>
     82<segtitle>Installed Library</segtitle>
     83<segtitle>Installed Directory</segtitle>
    7884
    79 </sect2>
     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>
    8091
    81 <sect2><title>Description</title>
     92<variablelist>
     93<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     94<?dbfo list-presentation="list"?>
    8295
    83 <sect3><title>dubdv</title>
    84 <para><command>dubdv</command> inserts audio into a digital video
    85 stream.</para></sect3>
     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>
    86103
    87 <sect3><title>dvconnect</title>
    88 <para><command>dvconnect</command> is a small utility to send or capture
    89 raw data from and to the camcorder.</para></sect3>
     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>
    90112
    91 <sect3><title>encodedv</title>
    92 <para><command>encodedv</command> encodes a series of images to a digital
    93 video stream.</para></sect3>
     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>
    94120
    95 <sect3><title>playdv</title>
    96 <para><command>playdv</command> displays digital video streams on
    97 the screen.</para></sect3>
     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>
    98128
    99 <sect3><title>libdv</title>
    100 <para><filename class="libraryfile">libdv</filename> provides functions for
    101 programs interacting with the Quasar <acronym>DV</acronym>
    102 <acronym>CODEC</acronym>.</para></sect3>
     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>
    103138
    104139</sect2>
Note: See TracChangeset for help on using the changeset viewer.