Package Details: amarok-git 2.9.71.r377.g9d74990-1

Git Clone URL: https://aur.archlinux.org/amarok-git.git (read-only, click to copy)
Package Base: amarok-git
Description: The powerful music player for KDE
Upstream URL: http://amarok.kde.org
Licenses: GPL2, FDL, LGPL2.1
Conflicts: amarok, taglib-extras
Provides: amarok
Submitter: Piezo
Maintainer: MdN
Last Packager: MdN
Votes: 16
Popularity: 0.24
First Submitted: 2015-08-12 23:52 (UTC)
Last Updated: 2024-03-27 18:19 (UTC)

Dependencies (34)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

evorster commented on 2018-03-10 07:05 (UTC)

Hi there. I have merged my amarok-kf5-git package into this one, as that is what happened in the source. It should compile now.

ekce commented on 2017-12-30 10:48 (UTC) (edited on 2017-12-30 10:55 (UTC) by ekce)

edit: Seems this aur package relies on kde4 libs and won't compile as is. I'm gonna flag it as out of date. https://bbs.archlinux.org/viewtopic.php?id=232448

I can't get this to build. I get an error about a missing file. Tried installing kdewebkit but it made no difference.

[ 72%] Building CXX object src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/InfoApplet.cpp.o
In file included from /tmp/trizen-ekce/amarok-git/src/amarok/src/context/applets/info/InfoApplet.cpp:29:0:
/usr/include/KDE/KGraphicsWebView:1:10: fatal error: ../kgraphicswebview.h: No such file or directory
 #include "../kgraphicswebview.h"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/build.make:87: src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/InfoApplet.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2869: src/context/applets/info/CMakeFiles/amarok_context_applet_info.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 72%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/SqlRegistry_p.cpp.o
[ 72%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/SqlMeta.cpp.o
[ 72%] Building CXX object src/core-impl/collections/upnpcollection/CMakeFiles/amarok_collection-upnpcollection.dir/UpnpQueryMaker.cpp.o
[ 72%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/SqlWriteLabelCapability.cpp.o
[ 72%] Building CXX object src/core-impl/collections/upnpcollection/CMakeFiles/amarok_collection-upnpcollection.dir/UpnpQueryMakerInternal.cpp.o
[ 72%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/SqlScanResultProcessor.cpp.o
[ 72%] Building CXX object src/core-impl/collections/upnpcollection/CMakeFiles/amarok_collection-upnpcollection.dir/UpnpMeta.cpp.o
[ 73%] Building CXX object src/core-impl/collections/upnpcollection/CMakeFiles/amarok_collection-upnpcollection.dir/UpnpCache.cpp.o
[ 73%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/device/massstorage/MassStorageDeviceHandler.cpp.o
[ 73%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/device/nfs/NfsDeviceHandler.cpp.o
[ 73%] Building CXX object src/core-impl/collections/upnpcollection/CMakeFiles/amarok_collection-upnpcollection.dir/UpnpQuery.cpp.o
[ 74%] Building CXX object src/core-impl/collections/db/sql/CMakeFiles/amarok-sqlcollection.dir/device/smb/SmbDeviceHandler.cpp.o
[ 74%] Linking CXX shared module ../../../../lib/amarok_collection-upnpcollection.so
[ 74%] Linking CXX shared library ../../../../../lib/libamarok-sqlcollection.so
[ 74%] Built target amarok_collection-upnpcollection
[ 74%] Built target amarok-sqlcollection
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build amarok-git - makepkg exited with code: 2

evorster commented on 2016-05-13 11:17 (UTC)

Hi there. This package does not build against the standard ffmpeg included in Arch. It seems that fairly recently ffmpeg decided to move some of their headers around. I reported this bug to the Amarok people, but the git repository does not seem to be too active, so I won't be holding my breath for a fix. In the meantime, we can compile amarok against ffmpeg2.8. We just need to make ffmpeg2.8 a dependency, and then add the following line in the build script before the cmake section: export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" I stole this fix from ffmpegthumbs which seemed to suffer from the same problem for a while.