Changeset e1fdaa1


Ignore:
Timestamp:
05/16/2008 03:27:16 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc2, 6.3-rc3
Children:
a56149b
Parents:
dbc0832
Message:

Merged r7468 from trunk into the 6.3 branch

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdbc0832 re1fdaa1  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>May 16th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Modified the akode tarball download URL in the
     49          kdemultimedia instructions to a wget-friendly name.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[randy] - Added a download URL and a command to install the
     53          akode patch for experimental FFmpeg support in the kdemultimedia
     54          instructions.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
    4358
    4459    <listitem>
  • kde/add/kdemultimedia.xml

    rdbc0832 re1fdaa1  
    1313
    1414  <!ENTITY akode-version       "2.0.2">
    15   <!ENTITY akode-download-http "http://www.kde-apps.org/content/download.php?content=30375">
    16   <!ENTITY akode-download-ftp  " ">
     15  <!ENTITY akode-download-http "http://www.kde-apps.org/CONTENT/content-files/30375-akode-&akode-version;.tar.bz2">
     16  <!ENTITY akode-download-ftp  "&sources-anduin-ftp;/a/30375-akode-&akode-version;.tar.bz2">
    1717  <!ENTITY akode-md5sum        "659ced0c9c735cb3e55b9138ff02342c">
    1818  <!ENTITY akode-size          "462 KB">
     
    4040    <para><application>Kdemultimedia</application> provides several
    4141    <application>KDE</application> programs to work with sound.  Programs
    42     include applications for a Jukebox, a soundcard mixer, a midi and karaoke
     42    include applications for a jukebox, a soundcard mixer, a midi and karaoke
    4343    player, and a recording application for
    4444    <application>aRts</application>.</para>
    4545
    4646    <para>In this version of <application>Kdemultimedia</application>, some
    47     of the functionality provided by the package has been moved off into a
     47    of the functionality provided by the package has been moved into a
    4848    separate project named <application>Akode</application>. In order for
    4949    <application>Kdemultimedia</application> to provide the removed
     
    8181      <listitem>
    8282        <para>Estimated build time: &akode-time;</para>
     83      </listitem>
     84    </itemizedlist>
     85
     86    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     87    <itemizedlist spacing="compact">
     88      <listitem>
     89        <para>Reqiured patch (for FFmpeg support): <ulink
     90        url="&patch-root;/akode-&akode-version;-FFmpeg_fixes-1.patch"/></para>
    8391      </listitem>
    8492    </itemizedlist>
     
    122130    experimental <application>FFmpeg</application> support in
    123131    <application>Akode</application>, as the build fails if it is enabled.
    124     A patch that allows the build to complete with
    125     <application>FFmpeg</application> support can be found as an attachment at
    126     <ulink url="http://linuxfromscratch.org/pipermail/blfs-dev/2007-October/017837.html"/>.
    127     However, the functionality of <application>Akode</application> built with
     132    You can install the patch listed above and remove this switch to enable
     133    the experimental <application>FFmpeg</application> support, however, the
     134    functionality of <application>Akode</application> built with
    128135    <application>FFmpeg</application> support has not been tested by the
    129     BLFS editors.</para>
     136    BLFS editors. To install the patch, issue the following command before
     137    beginning the build:</para>
     138
     139<screen><userinput>patch -Np1 -i ../akode-&akode-version;-FFmpeg_fixes-1.patch</userinput></screen>
    130140
    131141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.