Changeset 9391992


Ignore:
Timestamp:
02/12/2012 08:18:08 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
44a8f24e
Parents:
112fefc
Message:

Libdvdread-4.2.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r112fefc r9391992  
    890890<!ENTITY flac-version                 "1.2.1">
    891891<!ENTITY libdvdcss-version            "1.2.10">
    892 <!ENTITY libdvdread-version           "0.9.7">
     892<!ENTITY libdvdread-version           "4.2.0">
    893893<!ENTITY libdv-version                "1.0.0">
    894894<!ENTITY liba52-version               "0.7.4">
  • introduction/welcome/changelog.xml

    r112fefc r9391992  
    8686          <para>[ken] - merge gnome-doc-utils-0.20.6 from Wayne.</para>
    8787        </listitem>
     88        <listitem>
     89          <para>[abenton] - libdvdread 4.2.0.</para>
     90        </listitem>
    8891      </itemizedlist>
    8992    </listitem>
  • multimedia/libdriv/libdvdread.xml

    r112fefc r9391992  
    55  %general-entities;
    66
    7   <!ENTITY libdvdread-download-http "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-&libdvdread-version;.tar.gz">
    8   <!ENTITY libdvdread-download-ftp  "&gentoo-ftp-repo;/libdvdread-&libdvdread-version;.tar.gz">
    9   <!ENTITY libdvdread-md5sum        "078788c9241ae16763529e1235502337">
    10   <!ENTITY libdvdread-size          "380 KB">
    11   <!ENTITY libdvdread-buildsize     "9 MB">
     7  <!ENTITY libdvdread-download-http
     8  "http://dvdnav.mplayerhq.hu/releases/libdvdread-&libdvdread-version;.tar.bz2">
     9  <!ENTITY libdvdread-download-ftp  " ">
     10  <!ENTITY libdvdread-md5sum        "ab7a19d3ab1a437ae754ef477d6231a4">
     11  <!ENTITY libdvdread-size          "95 KB">
     12  <!ENTITY libdvdread-buildsize     "2 MB">
    1213  <!ENTITY libdvdread-time          "0.1 SBU">
    1314]>
     
    3334    provides a simple foundation for reading DVDs.</para>
    3435
    35     &lfs65_checked;
     36    &lfs70_checked;
    3637
    3738    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5758    </itemizedlist>
    5859
    59     <bridgehead renderas="sect3">Libdvdread Dependencies</bridgehead>
    60 
    61     <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para role="optional"><xref linkend="libdvdcss"/></para>
    63 
    6460    <para condition="html" role="usernotes">User Notes:
    6561    <ulink url="&blfs-wiki;/libdvdread"/></para>
    66 
    6762  </sect2>
    6863
     
    7368    following commands:</para>
    7469
    75 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     70<screen><userinput>./configure2 --prefix=/usr  --disable-static &amp;&amp;
    7671make</userinput></screen>
    7772
    7873    <para>This package does not come with a test suite.</para>
    7974
    80     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     75    <para>Now, as the <systemitem class="username">root</systemitem>
     76    user:</para>
    8177
    8278<screen role="root"><userinput>make install</userinput></screen>
    83 
    8479  </sect2>
    8580
     
    8782    <title>Command Explanations</title>
    8883
    89     <para><option>--with-libdvdcss</option>: This switch is needed if
    90     you want <application>libdvdread</application> to link to the
    91     <filename class='libraryfile'>libdvdcss</filename> library so it can
    92     read CSS encrypted DVDs. If you do not pass this switch,
    93     <application>libdvdread</application> will dlopen the
    94     <filename class='libraryfile'>libdvdcss</filename> library at runtime, if
    95     it is available, in order to read CSS encrypted DVDs.</para>
    96 
     84    <para><command>./configure2</command>: The package does not come with the
     85    normal configure script, instead it has a hand written configure2 shell
     86    script which works well enough.<!-- Oddly, it also has a configure.ac file
     87    so if you have autoreconf installed you can use
     88    <command>./autogen.sh</command> to generate a configure script to use in
     89    the normal way. --></para>
    9790  </sect2>
    9891
     
    10194
    10295    <segmentedlist>
    103       <segtitle>Installed Programs</segtitle>
    10496      <segtitle>Installed Library</segtitle>
    10597      <segtitle>Installed Directory</segtitle>
    10698
    10799      <seglistitem>
    108         <seg>None</seg>
    109         <seg>libdvdread.{so,a}</seg>
     100        <seg>libdvdread.so</seg>
    110101        <seg>/usr/include/dvdread</seg>
    111102      </seglistitem>
     
    118109
    119110      <varlistentry id="libdvdread-lib">
    120         <term><filename class='libraryfile'>libdvdread.{so,a}</filename></term>
     111        <term><filename class="libraryfile">libdvdread.so</filename></term>
    121112        <listitem>
    122113          <para>provides functionality required to access DVDs.</para>
    123114          <indexterm zone="libdvdread libdvdread-lib">
    124             <primary sortas="c-libdvdread">libdvdread.{so,a}</primary>
     115            <primary sortas="c-libdvdread">libdvdread.so</primary>
    125116          </indexterm>
    126117        </listitem>
    127118      </varlistentry>
    128 
    129119    </variablelist>
    130 
    131120  </sect2>
    132 
    133121</sect1>
Note: See TracChangeset for help on using the changeset viewer.