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.5 platform.
Download (HTTP): http://download.kde.org/stable/amarok/2.8.0/src/amarok-2.8.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/amarok/2.8.0/src/amarok-2.8.0.tar.bz2
Download MD5 sum: 53cfcb4819668b10e13b061478c7b32a
Download size: 38.1 MB
Estimated disk space required: 223 MB
Estimated build time: 9.2 SBU
kdelibs-4.12.2, MariaDB-10.0.8 or MySQL-5.6.16, and taglib-1.9.1
FFmpeg-2.1.3, and nepomuk-core-4.12.2
cURL-7.35.0 (for MP3tunes integration), libxml2-2.9.1 (for MP3tunes integration), OpenSSL-1.0.1f (for MP3tunes integration), QJson-0.8.1, Taglib-extras, 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), qtscript-qt, and Google Mock (for tests)
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 \ -DKDE4_BUILD_TESTS=OFF \ -Wno-dev .. && make
Now, as the root
user:
make install
-DKDE4_BUILD_TESTS=OFF
: This switch
disables the integrated tests. The test suite requires Google Mock.
Last updated on 2014-02-28 15:16:23 -0800