Amarok is a powerful audio player for the KDE environment. Features include a context browser, integration with many online music services and support for management of several digital music players including Apple's iPod.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://download.kde.org/stable/amarok/2.7.1/src/amarok-2.7.1.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/amarok/2.7.1/src/amarok-2.7.1.tar.bz2
Download MD5 sum: 855203770cfb43be39bd9b961540dbaf
Download size: 41 MB
Estimated disk space required: 310 MB
Estimated build time: 9.2 SBU
kdelibs-4.10.3, MySQL-5.6.11 and taglib-1.8
FFmpeg-1.2.1 and nepomuk-core-4.10.3
cURL-7.30.0 (for MP3tunes integration), libxml2-2.9.1 (for MP3tunes integration), OpenSSL-1.0.1e (for MP3tunes integration), QJson-0.8.1, Clamz (For Amazon integration), libgpod (for iPod support), liblastfm (for Last.fm integration), libmtp (for MTP device support), libmygpo-qt (for gpodder.net podcast support), libofa (for MusicDNS support), Loudmouth (for MP3tunes integration) and qtscript-qt
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/amarok
Install Amarok by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
.. &&
make
Now, as the root user:
make install
Last updated on 2013-05-17 20:11:12 +0000