Modified the akode tarball download URL in the kdemultimedia instructions to a wget-friendly name; also added a download URL and a command to install the akode patch for experimental FFmpeg support in the kdemultimedia instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7468 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2008-05-16 14:47:02 +00:00
parent 9fff0517ab
commit 52ac074555
2 changed files with 34 additions and 9 deletions

View File

@ -41,6 +41,21 @@
--> -->
<listitem>
<para>May 16th, 2008</para>
<itemizedlist>
<listitem>
<para>[randy] - Modified the akode tarball download URL in the
kdemultimedia instructions to a wget-friendly name.</para>
</listitem>
<listitem>
<para>[randy] - Added a download URL and a command to install the
akode patch for experimental FFmpeg support in the kdemultimedia
instructions.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>May 15th, 2008</para> <para>May 15th, 2008</para>
<itemizedlist> <itemizedlist>

View File

@ -12,8 +12,8 @@
<!ENTITY kdemultimedia-time "9.8 SBU (additional 0.2 SBU for API docs)"> <!ENTITY kdemultimedia-time "9.8 SBU (additional 0.2 SBU for API docs)">
<!ENTITY akode-version "2.0.2"> <!ENTITY akode-version "2.0.2">
<!ENTITY akode-download-http "http://www.kde-apps.org/content/download.php?content=30375"> <!ENTITY akode-download-http "http://www.kde-apps.org/CONTENT/content-files/30375-akode-&akode-version;.tar.bz2">
<!ENTITY akode-download-ftp " "> <!ENTITY akode-download-ftp "&sources-anduin-ftp;/a/30375-akode-&akode-version;.tar.bz2">
<!ENTITY akode-md5sum "659ced0c9c735cb3e55b9138ff02342c"> <!ENTITY akode-md5sum "659ced0c9c735cb3e55b9138ff02342c">
<!ENTITY akode-size "462 KB"> <!ENTITY akode-size "462 KB">
<!ENTITY akode-buildsize "6.5 MB"> <!ENTITY akode-buildsize "6.5 MB">
@ -39,12 +39,12 @@
<para><application>Kdemultimedia</application> provides several <para><application>Kdemultimedia</application> provides several
<application>KDE</application> programs to work with sound. Programs <application>KDE</application> programs to work with sound. Programs
include applications for a Jukebox, a soundcard mixer, a midi and karaoke include applications for a jukebox, a soundcard mixer, a midi and karaoke
player, and a recording application for player, and a recording application for
<application>aRts</application>.</para> <application>aRts</application>.</para>
<para>In this version of <application>Kdemultimedia</application>, some <para>In this version of <application>Kdemultimedia</application>, some
of the functionality provided by the package has been moved off into a of the functionality provided by the package has been moved into a
separate project named <application>Akode</application>. In order for separate project named <application>Akode</application>. In order for
<application>Kdemultimedia</application> to provide the removed <application>Kdemultimedia</application> to provide the removed
functionality, you must install the <application>Akode</application> functionality, you must install the <application>Akode</application>
@ -83,6 +83,14 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Reqiured patch (for FFmpeg support): <ulink
url="&patch-root;/akode-&akode-version;-FFmpeg_fixes-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Akode Dependencies</bridgehead> <bridgehead renderas="sect3">Akode Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
@ -121,12 +129,14 @@ make</userinput></screen>
<para><parameter>--without-ffmpeg</parameter>: This option disables the <para><parameter>--without-ffmpeg</parameter>: This option disables the
experimental <application>FFmpeg</application> support in experimental <application>FFmpeg</application> support in
<application>Akode</application>, as the build fails if it is enabled. <application>Akode</application>, as the build fails if it is enabled.
A patch that allows the build to complete with You can install the patch listed above and remove this switch to enable
<application>FFmpeg</application> support can be found as an attachment at the experimental <application>FFmpeg</application> support, however, the
<ulink url="http://linuxfromscratch.org/pipermail/blfs-dev/2007-October/017837.html"/>. functionality of <application>Akode</application> built with
However, the functionality of <application>Akode</application> built with
<application>FFmpeg</application> support has not been tested by the <application>FFmpeg</application> support has not been tested by the
BLFS editors.</para> BLFS editors. To install the patch, issue the following command before
beginning the build:</para>
<screen><userinput>patch -Np1 -i ../akode-&akode-version;-FFmpeg_fixes-1.patch</userinput></screen>
</sect2> </sect2>