Package Details: amarok 3.0.1-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/de/amarok/
Licenses: GPL2, FDL, LGPL2.1
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 47
Popularity: 2.31
First Submitted: 2018-08-28 13:52 (UTC)
Last Updated: 2024-06-03 16:07 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

FabioLolix commented on 2024-06-03 16:20 (UTC)

3.0 is released at 29. may 2024

@LucyDemoon the pkgbuild was already flagged OOD by me, if I have time I update the pkgbuilds and one had been posted in the comments, continuous reminders are not welcome

StevenSeifried commented on 2024-06-03 16:15 (UTC)

@LucyDemoon Amarok 3.0 was released on 2024-04-29. See https://blogs.kde.org/2024/04/29/amarok-3.0-castaway-released/

FabioLolix commented on 2024-06-02 12:05 (UTC)

Builds but could have some problems launching

Also depends will be revisioned further

LucyDemoon commented on 2024-05-30 21:24 (UTC)

3.0 is released at 29. may 2024 https://apps.kde.org/de/amarok/

bkmo commented on 2024-05-22 01:20 (UTC)

I must have copy/pasted badly for my 3.0 pkgbuild. I have corrected it by removing the duplicate/erroneous build function.

oldherl commented on 2024-05-20 05:52 (UTC)

@bkmo Why there are two build() functions?

bkmo commented on 2024-05-14 07:11 (UTC) (edited on 2024-05-22 01:17 (UTC) by bkmo)

For those that are looking for a 3.0.0 PKGBUILD:

# Maintainer: Fredy García <frealgagu at gmail dot com>
# Contributor: Ronald van Haren <ronald@archlinux.org>
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: damir <damir@archlinux.org>

pkgname=amarok
pkgver=3.0.0
pkgrel=1
pkgdesc="The powerful music player for KDE"
arch=("x86_64")
url="http://${pkgname}.kde.org/"
license=("FDL" "GPL2" "LGPL2.1")
depends=("threadweaver5" "qt5-webengine" "phonon-qt5" "qt5-declarative" "qt5-script"
         "kcmutils5" "knewstuff5" "ktexteditor5" "kdnssd5" "kirigami2"
         "mariadb" "libmariadbclient" "fftw" "liblastfm-qt5" "ffmpeg"  "taglib>=2.0" "libofa")
makedepends=("extra-cmake-modules" "kdoctools5" "gdk-pixbuf2" "knotifyconfig5"
             "libmtp" "libgpod" "loudmouth" "libmygpo-qt5" "qt5-tools")
optdepends=("libmtp: support for portable media devices"
            "ifuse: support for Apple iPod Touch and iPhone"
            "libgpod: support for Apple iPod audio devices"
            "loudmouth: backend needed by mp3tunes for syncing"
            "libmygpo-qt5: gpodder.net Internet Service"
            "gmock: tests")

source=(
  "https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
  )
sha256sums=(
  "14a87678305fad76a0a1daca555a6775ffa642e5ebbcccecd91f497093992c1c"
 )

prepare() {

  cd "${srcdir}/${pkgname}-${pkgver}"
    mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
}

build() {
    cd "${srcdir}/${pkgname}-${pkgver}/build"
  cmake "${srcdir}/${pkgname}-${pkgver}" \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_LIBDIR=lib \
        -DBUILD_TESTING=OFF \
        -DCMAKE_BUILD_TYPE=Release
    make
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}/build"
  make DESTDIR="${pkgdir}" install
}

FabioLolix commented on 2024-04-29 21:39 (UTC)

amarok.install can be deleted since that is already done by a pacman hook by default

FabioLolix commented on 2024-04-29 20:41 (UTC)

Commenting since this is already flagged OOD: v3.0.0 is out https://invent.kde.org/multimedia/amarok/-/tags/v3.0.0