Search Criteria
Package Details: amarok-git 2.9.0.r230.ged38fe752f-1
Git Clone URL: | https://aur.archlinux.org/amarok-git.git (read-only) |
---|---|
Package Base: | amarok-git |
Description: | The powerful music player for KDE - GIT version |
Upstream URL: | http://amarok.kde.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Piezo |
Maintainer: | sjakub (evorster, z3ntu) |
Last Packager: | z3ntu |
Votes: | 9 |
Popularity: | 0.012424 |
First Submitted: | 2015-08-12 23:52 |
Last Updated: | 2018-05-29 14:08 |
Dependencies (24)
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg-mmal, ffmpeg-qsv, ffmpeg-decklink, ffmpeg-qsv-git, ffmpeg-git, ffmpeg-git-nc, ffmpeg4.0, ffmpeg-amd-full-git, ffmpeg-headless, ffmpeg-full-nvenc, ffmpeg-libfdk_aac, ffmpeg-ubuntu-bionic, ffmpeg-full-git, ffmpeg-full)
- gst-plugins-bad (gst-plugins-bad-oleavr, gst-plugins-bad-git)
- kcmutils (kcmutils-git)
- kdelibs4support (kdelibs4support-git)
- kdnssd (kdnssd-git)
- knewstuff (knewstuff-git)
- knotifyconfig (knotifyconfig-git)
- ktexteditor (ktexteditor-git)
- liblastfm-qt5
- libmariadbclient (libmysqlclient57, libmysqlclient56, libmysqlclient55, libmariadbclient-mainline-noconflict, libmysqlclient, libmariadb-10.3, mariadb-libs-git, mariadb-libs)
- plasma-framework (plasma-framework-git)
- qca-qt5 (qca-qt5-git, qca)
- qt5-webkit (qt5-webkit-git, qt5-webkit-print)
- taglib-extras
- threadweaver (threadweaver-git)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- kdoctools (kdoctools-git) (make)
- gmock (googletest-git) (optional) – tests
- libgpod (optional) – support for Apple iPod audio devices
- libmtp (libmtp-gvfs-git, libmtp-git) (optional) – support for portable media devices
- libmygpo-qt5 (libmygpo-qt5-git) (optional) – gpodder.net Internet Service
- loudmouth (optional) – backend needed by mp3tunes for syncing
- qt5-webengine (optional) – for the wikipedia applet
Required by (2)
- kdeplasma-applets-awesome-widgets-git (requires amarok) (optional)
- subrok (requires amarok)
Latest Comments
Benson commented on 2018-05-28 12:38
It's not building since liblastfm-qt5 is not found. Can you provide a pkgbuild?
Fulgen commented on 2018-05-20 12:30
git is missing in the makedepends-array, causing the package not to build successfully in a clean chroot.
z3ntu commented on 2018-05-11 11:22
@maintainers: a bit cleanup in the pkgbuild
twa022 commented on 2018-03-17 18:42
Please remove qjson from dependencies - no longer required and change liblastfm (which is built against qt4) dep to liblastfm-qt5
Thanks!
pavbaranov commented on 2018-03-10 07:28
@evorster - Are you really shure, that dependencies in you PKgBUILD are corresponding with amarok's CMakeLists.txt? See: https://cgit.kde.org/amarok.git/tree/CMakeLists.txt
evorster commented on 2018-03-10 07:05
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
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.
evorster commented on 2016-05-13 11:17
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.