Changeset e1fdaa1
- Timestamp:
- 05/16/2008 03:27:16 PM (15 years ago)
- Branches:
- 6.3, 6.3-rc2, 6.3-rc3
- Children:
- a56149b
- Parents:
- dbc0832
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rdbc0832 re1fdaa1 41 41 42 42 --> 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> 43 58 44 59 <listitem> -
kde/add/kdemultimedia.xml
rdbc0832 re1fdaa1 13 13 14 14 <!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"> 17 17 <!ENTITY akode-md5sum "659ced0c9c735cb3e55b9138ff02342c"> 18 18 <!ENTITY akode-size "462 KB"> … … 40 40 <para><application>Kdemultimedia</application> provides several 41 41 <application>KDE</application> programs to work with sound. Programs 42 include applications for a Jukebox, a soundcard mixer, a midi and karaoke42 include applications for a jukebox, a soundcard mixer, a midi and karaoke 43 43 player, and a recording application for 44 44 <application>aRts</application>.</para> 45 45 46 46 <para>In this version of <application>Kdemultimedia</application>, some 47 of the functionality provided by the package has been moved offinto a47 of the functionality provided by the package has been moved into a 48 48 separate project named <application>Akode</application>. In order for 49 49 <application>Kdemultimedia</application> to provide the removed … … 81 81 <listitem> 82 82 <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> 83 91 </listitem> 84 92 </itemizedlist> … … 122 130 experimental <application>FFmpeg</application> support in 123 131 <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 128 135 <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> 130 140 131 141 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.