Changeset 1a571104


Ignore:
Timestamp:
08/28/2005 07:39:04 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.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:
2802538
Parents:
464127ba
Message:

Updated to libdvdcss-1.2.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r464127ba r1a571104  
    481481<!ENTITY id3lib-version               "3.8.3">
    482482<!ENTITY flac-version                 "1.1.2">
    483 <!ENTITY libdvdcss-version            "1.2.8">
     483<!ENTITY libdvdcss-version            "1.2.9">
    484484<!ENTITY libdvdread-version           "0.9.4">
    485485<!ENTITY libdv-version                "0.104">
  • introduction/welcome/changelog.xml

    r464127ba r1a571104  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to libdvdcss-1.2.9.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added a patch to fix the XMMS plugin and added a
    4952          sed command to fix the Valgrind testing in the FLAC
  • multimedia/libdriv/libdvdcss.xml

    r464127ba r1a571104  
    77  <!ENTITY libdvdcss-download-http "http://www.videolan.org/pub/libdvdcss/&libdvdcss-version;/libdvdcss-&libdvdcss-version;.tar.bz2">
    88  <!ENTITY libdvdcss-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-&libdvdcss-version;.tar.bz2">
    9   <!ENTITY libdvdcss-md5sum        "0749d05f4cc14daaf20af9e40fd6a2f0">
    10   <!ENTITY libdvdcss-size          "205 KB">
    11   <!ENTITY libdvdcss-buildsize     "2.5 MB">
     9  <!ENTITY libdvdcss-md5sum        "553383d898826c285afb2ee453b07868">
     10  <!ENTITY libdvdcss-size          "283 KB">
     11  <!ENTITY libdvdcss-buildsize     "4.6 MB">
    1212  <!ENTITY libdvdcss-time          "less than 0.1 SBU">
    1313]>
     
    5858    <bridgehead renderas="sect3">Libdvdcss Dependencies</bridgehead>
    5959
    60     <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="doxygen"/></para>
     60    <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
     61    <para><xref linkend="doxygen"/> and <xref linkend="tex"/></para>
    6262
    6363  </sect2>
     
    7272make</userinput></screen>
    7373
    74     <para>If you have <application>Doxygen</application> installed and
    75     wish to build the HTML documentation, issue the following command:</para>
     74    <para>If you have <application>Doxygen</application> and
     75    <application>TeX</application> installed, HTML and Postscript documentation
     76    was created during the build. If you also want to install a PDF version of
     77    the reference manual, issue the following commands:</para>
    7678
    77 <screen><userinput>make -C doc doc</userinput></screen>
     79<screen><userinput>cd doc/latex &amp;&amp;
     80texi2pdf refman.tex &amp;&amp;
     81cd ../..</userinput></screen>
     82
     83    <para>This package does not come with a test suite.</para>
    7884
    7985    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8187<screen role="root"><userinput>make install</userinput></screen>
    8288
    83     <para>If you built the HTML documentation, install it using the following
    84     commands as the <systemitem class="username">root</systemitem> user:</para>
     89    <para>If you have <application>Doxygen</application> and
     90    <application>TeX</application> installed, install the documentation using
     91    the following commands as the
     92    <systemitem class="username">root</systemitem> user:</para>
    8593
    86 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
    87 install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
     94<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
     95install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
     96install -v -m644 doc/latex/*.{pdf,ps,dvi} \
     97    /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
    8898
    8999  </sect2>
Note: See TracChangeset for help on using the changeset viewer.