Amarok is a powerful audio player for the KDE4 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.0 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/amarok/2.5.0/src/amarok-2.5.0.tar.bz2
Download (FTP): http://mirrors.isc.org/pub/kde/stable/amarok/2.5.0/src/amarok-2.5.0.tar.bz2
Download MD5 sum: b7983eaa33e4771769ae9e330c811995
Download size: 44 MB
Estimated disk space required: 801 MB
Estimated build time: 9.2 SBU
kdelibs-4.8.3, MySQL-5.5.17 and taglib-1.7.2
cURL-7.25.0 (for MP3tunes integration), libxml2-2.7.8 (for MP3tunes integration), OpenSSL-1.0.1a (for MP3tunes integration), GLib-2.32.3 (for MP3tunes integration), gdk-pixbuf-2.26.1 (for iPod support), QJson (for Playdar integration), libgpod (for iPod support), libmtp (for MTP device support), qtscript-qt, liblastfm (for Last.fm integration), libofa (for MusicBrainz support), libmygpo-qt (for gpodder.net podcast support) and loudmouth (for MP3tunes integration)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/amarok
Install Amarok by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &&
make
Now, as the root user:
make install
Last updated on 2012-04-06 01:50:36 +0000