Updated to K3b-0.12.16 and clarified the dependencies to fix Ticket #2015; added DAO to the Glossary

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6259 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-07-11 18:24:10 +00:00
parent 07a1a61ecb
commit 092d5316fa
4 changed files with 33 additions and 12 deletions

View File

@ -341,6 +341,15 @@
</glossdef>
</glossentry>
<glossentry id="gDAO">
<glossterm>
<acronym>DAO</acronym>
</glossterm>
<glossdef>
<para>Disc At Once</para>
</glossdef>
</glossentry>
<glossentry id="gDARPA">
<glossterm>
<acronym>DARPA</acronym>

View File

@ -600,7 +600,7 @@
<!ENTITY cdrdao-version "1.2.1">
<!ENTITY udftools-version "1.0.0b3">
<!ENTITY dvd-rw-tools-version "6.1">
<!ENTITY k3b-version "0.12.15">
<!ENTITY k3b-version "0.12.16">
<!-- Part XII -->
<!-- Chapter 42 -->

View File

@ -44,6 +44,13 @@
<listitem>
<para>July 11th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to K3b-0.12.16 and clarified the dependencies
to fix Ticket #2015.</para>
</listitem>
<listitem>
<para>[randy] - Added DAO to the Glossary.</para>
</listitem>
<listitem>
<para>[randy] - Updated to CVS-1.11.22.</para>
</listitem>

View File

@ -6,9 +6,9 @@
<!ENTITY k3b-download-http "http://prdownloads.sourceforge.net/k3b/k3b-&k3b-version;.tar.bz2">
<!ENTITY k3b-download-ftp " ">
<!ENTITY k3b-md5sum "246607f9d63b94c7f91ac86c108efdc2">
<!ENTITY k3b-md5sum "cac9b8230295c1756581399b3bbd0687">
<!ENTITY k3b-size "4.0 MB">
<!ENTITY k3b-buildsize "70.2 MB">
<!ENTITY k3b-buildsize "64.1 MB">
<!ENTITY k3b-time "4.0 SBU">
]>
@ -75,20 +75,26 @@
<bridgehead renderas="sect3">K3b Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="kdelibs"/> and
<xref linkend="cdrtools"/></para>
<para role="required"><xref linkend="kdelibs"/></para>
<para>There are programs from three packages that
<application>K3b</application> will look for at runtime:
<xref linkend="cdrtools"/> (required to burn CD-ROM media),
<xref linkend="dvd-rw-tools"/> (required to burn or format DVD media), and
<xref linkend="cdrdao"/> (required to burn CD-ROM media in DAO (Disk At
Once) mode). If you don't need the capability provided by any of the three
packages, you don't have to install it. However, a warning message will be
generated every time you run the <command>k3b</command> program if any are
not installed.</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="kdebase"/>,
<xref linkend="libjpeg"/>,
<xref linkend="kdemultimedia"/> (required for a working audio player), and
<xref linkend="dvd-rw-tools"/> (required if you need to burn or format DVD
media)</para>
<xref linkend="kdemultimedia"/> (required for a working audio player)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="alsa"/>,
<xref linkend="cdparanoia"/>,
<xref linkend="cdrdao"/>,
<xref linkend="ffmpeg"/>,
<xref linkend="flac"/>,
<xref linkend="hal"/>,
@ -205,10 +211,9 @@ make</userinput></screen>
<seglistitem>
<seg>k3b and k3bsetup</seg>
<seg>libk3b.so, libk3baudiometainforenamerplugin.so,
libk3baudioprojectcddbplugin.so, libk3bdevice.so and numerous
<seg>libk3b.so, libk3bdevice.so and numerous
modules for the installed dependencies</seg>
<seg>The following subdirectories of $KDE_PREFIX/share/:
<seg>The following subdirectories of <envar>$KDE_PREFIX</envar>/share/:
applnk/Settings/System, apps/k3b, doc/HTML/en/k3b</seg>
</seglistitem>
</segmentedlist>