Changeset 6d1e8a3
- Timestamp:
- 04/27/2005 03:38:08 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c44dec8
- Parents:
- 55cc98f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r55cc98f r6d1e8a3 23 23 <itemizedlist> 24 24 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 26 Doxygen dependency and documentation installation to the libdvdcss 27 instructions.</para></listitem> 27 28 28 29 <listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and -
multimedia/libdriv/libdvdcss.xml
r55cc98f r6d1e8a3 8 8 <!ENTITY libdvdcss-md5sum "0749d05f4cc14daaf20af9e40fd6a2f0"> 9 9 <!ENTITY libdvdcss-size "205 KB"> 10 <!ENTITY libdvdcss-buildsize "2. 6MB">11 <!ENTITY libdvdcss-time " 0.07SBU">10 <!ENTITY libdvdcss-buildsize "2.5 MB"> 11 <!ENTITY libdvdcss-time "less than 0.1 SBU"> 12 12 ]> 13 13 … … 19 19 <?dbhtml filename="libdvdcss.html"?> 20 20 <title>libdvdcss-&libdvdcss-version;</title> 21 <indexterm zone="libdvdcss"> 22 <primary sortas="a-Libdvdcss">Libdvdcss</primary></indexterm> 21 23 22 24 <sect2> … … 41 43 </sect3> 42 44 45 <sect3><title><application>libdvdcss</application> dependencies</title> 46 <sect4><title>Optional</title> 47 <para><xref linkend="doxygen"/></para> 48 </sect4> 49 </sect3> 50 43 51 </sect2> 44 52 … … 50 58 51 59 <screen><userinput><command>./configure --prefix=/usr && 52 make && 53 make install</command></userinput></screen> 60 make</command></userinput></screen> 61 62 <para>If you have <application>Doxygen</application> installed and wish to 63 build the <acronym>HTML</acronym> documentation, issue the following 64 command:</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 73 the following commands as the root user:</para> 74 75 <screen><userinput role='root'><command>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; && 76 install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</command></userinput></screen> 54 77 55 78 </sect2> … … 58 81 <title>Contents</title> 59 82 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> 62 87 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> 64 94 65 <sect2><title>Description</title> 95 <variablelist> 96 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 97 <?dbfo list-presentation="list"?> 66 98 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> 71 108 72 109 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.