Package Details: amarok 3.2.81-2

Git Clone URL: https://aur.archlinux.org/amarok.git (read-only, click to copy)
Package Base: amarok
Description: The powerful music player for KDE
Upstream URL: https://apps.kde.org/amarok/
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 50
Popularity: 1.02
First Submitted: 2018-08-28 13:52 (UTC)
Last Updated: 2025-05-05 20:15 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

jsjolund commented on 2022-09-04 22:26 (UTC)

@torrente If you want faster compilation, change PKGBUILD to use "make -j$(nproc)"

FabioLolix commented on 2022-07-09 13:24 (UTC)

@torrente making -bin pkgbuild of user compiled Arch packages isn't welcome at all

torrente commented on 2022-07-09 04:38 (UTC)

Please keep an amarok-bin AUR, containing the versions you compile...

internetfox commented on 2022-06-24 01:03 (UTC)

However, once loaded it won't play any music files. Library scan went fine, but any file gets queued for play and then there is no output (and no progress indicating that amarok thinks something is playing either).

This could be caused by missing the proper codec packages for your audio files. This package does not list any codecs as dependencies, presumably because the Phonon API allows you to choose one of two backends (phonon-qt5-gstreamer or phonon-qt5-vlc), and the codecs are technically dependencies of the backend. The Arch Wiki article about KDE includes a section about Phonon which explains how this works.

Consult the Wiki's article about codecs to figure out which packages you will need to play your files. Be sure to check the section about backends near the bottom and follow the links that are relevant to the backend you chose when installing Phonon. (GStreamer was the default selection when last I checked.) You may need to restart Amarok after installing the codecs.

ktouet commented on 2022-06-12 21:57 (UTC) (edited on 2022-06-14 04:55 (UTC) by ktouet)

I had the same experience as internetfox and needed to set DBusActivatable=false in /usr/share/applications/org.kde.amarok.desktop to get it loading from the desktop icon. However, once loaded it won't play any music files. Library scan went fine, but any file gets queued for play and then there is no output (and no progress indicating that amarok thinks something is playing either).

internetfox commented on 2022-05-14 18:48 (UTC)

I have also experienced the The name org.kde.amarok was not provided by any .service files error. I was able to work around this error by changing DBusActivatable=true to DBusActivatable=false in the desktop file that I use to launch Amarok (/usr/share/applications/org.kde.amarok.desktop by default).

Deresiant commented on 2022-05-02 12:16 (UTC)

Anyone getting The name org.kde.amarok was not provided by any .service files when trying to launch amarok?

frealgagu commented on 2022-03-06 04:08 (UTC)

Thanks for letting me know. I'll apply the patch ASAP (maybe Monday).

MdN commented on 2022-03-05 20:16 (UTC)

There's a merge request upstream that makes the build work again (at least when applied as a patch on top of current Git master): https://invent.kde.org/multimedia/amarok/-/merge_requests/45

xantares commented on 2022-02-18 20:24 (UTC)

hi, this one fails to build against the new ffmpeg 5.0, could you use ffmpeg4.4 ?

https://archlinux.org/packages/extra/x86_64/ffmpeg4.4/