Changeset 8dff0240


Ignore:
Timestamp:
07/03/2012 11:45:10 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f6ba18fd
Parents:
5d74f127
Message:

tweak the libdv instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5d74f127 r8dff0240  
    44-->
    55
    6 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     6<!ENTITY day          "03">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "July 2nd, &year;">
     12<!ENTITY releasedate  "July 3rd, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • introduction/welcome/changelog.xml

    r5d74f127 r8dff0240  
    4343-->
    4444    <listitem>
     45      <para>July 3rd, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - tweaked the libdv instructions.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 2nd, 2012</para>
    4655      <itemizedlist>
  • multimedia/libdriv/libdv.xml

    r5d74f127 r8dff0240  
    99  <!ENTITY libdv-md5sum        "f895162161cfa4bb4a94c070a7caa6c7">
    1010  <!ENTITY libdv-size          "574 KB">
    11   <!ENTITY libdv-buildsize     "7 MB">
     11  <!ENTITY libdv-buildsize     "6.0 MB">
    1212  <!ENTITY libdv-time          "0.2 SBU">
    1313]>
     
    3232    <para>The Quasar DV Codec (<application>libdv</application>) is a software
    3333    CODEC for DV video, the encoding format used by most digital
    34     camcorders.</para>
     34    camcorders.  It can be used to copy videos from camcorders using a
     35    firewire (IEEE 1394) connection.</para>
    3536
    3637    &lfs71_checked;
     
    7980
    8081<screen><userinput>./configure --prefix=/usr \
    81             --disable-gtk \
    82             --disable-xv &amp;&amp;
     82            --disable-xv \
     83            --disable-static &amp;&amp;
    8384make</userinput></screen>
    8485
     
    9697    <title>Command Explanations</title>
    9798
    98     <para><parameter>--disable-gtk</parameter>: This parameter is required if
    99     <application>GTK+</application> is not installed.</para>
     99    <para><parameter>--disable-xv</parameter>: This parameter is required if
     100    an <application>X Window System</application> is not installed.  It also
     101    prevents <command>configure</command> testing for
     102    <filename class="libraryfile">libXv</filename> which is only used for an
     103    obsolete program <command>playdv</command> that will not be built with
     104    current <application>linux</application> headers and would also need other
     105    obsolete dependencies.</para> <!-- gtk+-1.2, glib+-1.2 -->
    100106
    101     <para><parameter>--disable-xv</parameter>: This parameter is required if
    102     an <application>X Window System</application> is not installed.</para>
     107    <para><option>--disable-static</option>: This switch prevents the static
     108    libraries being installed.</para>
    103109
    104110  </sect2>
     
    113119
    114120      <seglistitem>
    115         <seg>dubdv, dvconnect, encodedv, and playdv</seg>
    116         <seg>libdv.{so,a}</seg>
     121        <seg>dubdv, dvconnect, and encodedv<!--, and playdv--></seg>
     122        <seg>libdv.so</seg>
    117123        <seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
    118124      </seglistitem>
     
    155161      </varlistentry>
    156162
    157       <varlistentry id="playdv">
     163  <!--<varlistentry id="playdv">
    158164        <term><command>playdv</command></term>
    159165        <listitem>
     
    163169          </indexterm>
    164170        </listitem>
    165       </varlistentry>
     171      </varlistentry>-->
    166172
    167173      <varlistentry id="libdv-lib">
    168         <term><filename class='libraryfile'>libdv.{so,a}</filename></term>
     174        <term><filename class='libraryfile'>libdv.so</filename></term>
    169175        <listitem>
    170176          <para>provides functions for programs interacting with the
Note: See TracChangeset for help on using the changeset viewer.