Package Details: amarok 3.2.0-1

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: GPL2, FDL, LGPL2.1
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 46
Popularity: 0.140953
First Submitted: 2018-08-28 13:52 (UTC)
Last Updated: 2024-12-30 12:35 (UTC)

Dependencies (54)

Required by (0)

Sources (1)

Pinned Comments

FabioLolix commented on 2024-08-03 19:20 (UTC)

I had a problem running the program, something about its database, solved deleting all local files (maybe it was too much yet it worked)

Latest Comments

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

CyberConan commented on 2024-01-31 18:37 (UTC)

Now needs install taglib1 from AUR too.

holunder commented on 2024-01-30 21:47 (UTC)

Fails due to upgrade to taglib 2.0.

Rhinoceros commented on 2023-10-21 00:54 (UTC)

If anyone wants to update their system in the meantime, these are the changes needed for the amarok PKGBUILD.

--- amarok/PKGBUILD.orig    2023-07-06 15:35:27.361972345 +1000
+++ amarok/PKGBUILD 2023-10-21 11:51:44.631709951 +1100
@@ -11,7 +11,7 @@
 arch=("x86_64")
 url="http://${pkgname}.kde.org/"
 license=("FDL" "GPL2" "LGPL2.1")
-depends=("kcmutils" "kdoctools" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "liblastfm-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver")
+depends=("kcmutils5" "kdoctools5" "kdnssd5" "kirigami2" "knewstuff5" "ktexteditor5" "liblastfm-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver5")
 makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "qt5-tools" "loudmouth")
 optdepends=(
   "ifuse: support for Apple iPod Touch and iPhone"

gardotd426 commented on 2023-10-20 09:46 (UTC)

This needs to be updated to reflect the changes to the naming of KDE packages:

:: installing kcmutils5 (5.111.0-1) breaks dependency 'kcmutils' required by amarok
:: installing kdoctools5 (5.111.0-1) breaks dependency 'kdoctools' required by amarok
:: installing kdnssd5 (5.111.0-1) breaks dependency 'kdnssd' required by amarok
:: installing knewstuff5 (5.111.0-1) breaks dependency 'knewstuff' required by amarok
:: installing ktexteditor5 (5.111.0-1) breaks dependency 'ktexteditor' required by amarok
:: installing threadweaver5 (5.111.0-1) breaks dependency 'threadweaver' required by amarok

Every one of those packages now have a 5 at the end of their name. Easy update.

frealgagu commented on 2023-08-14 23:16 (UTC)

@MarsSeed I've removed qt5-script dependency as suggested. qt5-declarative is already a satisfied dependency of qt5-webengine/qt5-location and fftw is already satisfied by liblastfm-qt5

MarsSeed commented on 2023-06-16 19:09 (UTC)

Also please add the mandatory fftw dependency (shown here as required).

On a typical Arch based system, I believe it is likely already installed. But users can change some packages that eliminate the need for it; hence, it is possible to have adequate multimedia libraries installed but without fftw. Better to make sure Amarok has it.

MarsSeed commented on 2023-06-16 17:32 (UTC)

Hi,

TLDR; I think you might have to change dependency qt5-script to qt5-declarative.

As far as I see, the last v2.9.71 version eliminated the dependency qt5-script.

Instead, developer implemented relying on QJSEngine, which belongs to Qt QML.

If I am not mistaken, both Qt QML and QJSEngine are part of the qt5-declarative package.

FabioLolix commented on 2023-03-10 11:03 (UTC)

@edarblanco ffmpeg have been updated, amarok need to be rebuilded

edarblanco commented on 2023-03-10 10:42 (UTC) (edited on 2023-03-10 10:43 (UTC) by edarblanco)

Hi, missing shared libraries amarok: error while loading shared libraries: libavformat.so.59: cannot open shared object file: No such file or directory

FabioLolix commented on 2022-10-13 16:33 (UTC)

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

@jsjolund the correct way is to configure it in makepkg.conf

@eduardolucioac please encapsulate that text with 3 backticks (`) at the top and bottom of the text

@eduardolucioac Compiling in clean chroot on Arch works

@eduardolucioac @torrente I had compiled it and uploaded https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ , however you need to build taglib-extras