Changeset 6d1e8a3


Ignore:
Timestamp:
04/27/2005 03:38:08 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:
c44dec8
Parents:
55cc98f
Message:

Added Doxygen dependency, instructions to install HTML documentation and indexing tags to the libdvdcss instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r55cc98f r6d1e8a3  
    2323<itemizedlist>
    2424
    25 <listitem><para>April 27th, 2005 [randy]: Updated to
    26 FLAC-1.1.2.</para></listitem>
     25<listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2; added
     26Doxygen dependency and documentation installation to the libdvdcss
     27instructions.</para></listitem>
    2728
    2829<listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and
  • multimedia/libdriv/libdvdcss.xml

    r55cc98f r6d1e8a3  
    88  <!ENTITY libdvdcss-md5sum        "0749d05f4cc14daaf20af9e40fd6a2f0">
    99  <!ENTITY libdvdcss-size          "205 KB">
    10   <!ENTITY libdvdcss-buildsize     "2.6 MB">
    11   <!ENTITY libdvdcss-time          "0.07 SBU">
     10  <!ENTITY libdvdcss-buildsize     "2.5 MB">
     11  <!ENTITY libdvdcss-time          "less than 0.1 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="libdvdcss.html"?>
    2020<title>libdvdcss-&libdvdcss-version;</title>
     21<indexterm zone="libdvdcss">
     22<primary sortas="a-Libdvdcss">Libdvdcss</primary></indexterm>
    2123
    2224<sect2>
     
    4143</sect3>
    4244
     45<sect3><title><application>libdvdcss</application> dependencies</title>
     46<sect4><title>Optional</title>
     47<para><xref linkend="doxygen"/></para>
     48</sect4>
     49</sect3>
     50
    4351</sect2>
    4452
     
    5058
    5159<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    52 make &amp;&amp;
    53 make install</command></userinput></screen>
     60make</command></userinput></screen>
     61
     62<para>If you have <application>Doxygen</application> installed and wish to
     63build the <acronym>HTML</acronym> documentation, issue the following
     64command:</para>
     65
     66<screen><userinput><command>make -C doc doc</command></userinput></screen>
     67
     68<para>Now, as the root user:</para>
     69
     70<screen><userinput role='root'><command>make install</command></userinput></screen>
     71
     72<para>If you built the <acronym>HTML</acronym> documentation, install it using
     73the following commands as the root user:</para>
     74
     75<screen><userinput role='root'><command>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
     76install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</command></userinput></screen>
    5477
    5578</sect2>
     
    5881<title>Contents</title>
    5982
    60 <para>The libdvdcss package contains the
    61 <filename class="libraryfile">libdvdcss</filename> library.</para>
     83<segmentedlist>
     84<segtitle>Installed Programs</segtitle>
     85<segtitle>Installed Library</segtitle>
     86<segtitle>Installed Directories</segtitle>
    6287
    63 </sect2>
     88<seglistitem>
     89<seg>None</seg>
     90<seg>libdvdcss.[so,a]</seg>
     91<seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg>
     92</seglistitem>
     93</segmentedlist>
    6494
    65 <sect2><title>Description</title>
     95<variablelist>
     96<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     97<?dbfo list-presentation="list"?>
    6698
    67 <sect3><title>libdvdcss</title>
    68 <para><filename class="libraryfile">libdvdcss</filename> provides the
    69 functionality that is required for transparent <acronym>DVD</acronym> access
    70 with <acronym>CSS</acronym> decryption.</para></sect3>
     99<varlistentry id="libdvdcss-lib">
     100<term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term>
     101<listitem><para>provides the functionality that is required for transparent
     102<acronym>DVD</acronym> access with <acronym>CSS</acronym> decryption.</para>
     103<indexterm zone="libdvdcss libdvdcss-lib">
     104<primary sortas="c-libdvdcss">libdvdcss.[so,a]</primary>
     105</indexterm></listitem>
     106</varlistentry>
     107</variablelist>
    71108
    72109</sect2>
Note: See TracChangeset for help on using the changeset viewer.