summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2024-02-26 07:16:14 +0100
committerFabioLolix2024-02-26 07:16:14 +0100
commit539a9d2d3f22aae230eb44d07b7b4275d058b9e3 (patch)
tree2ab3f84ec9c61750c67a949aef270fae1df514c0
parent23974ae009bdbba4676d370290249a4f91255074 (diff)
downloadaur-539a9d2d3f22aae230eb44d07b7b4275d058b9e3.tar.gz
use taglib1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa29a4482a01..5a02a25a6e6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clementine-git
pkgdesc = A modern music player and library organizer
- pkgver = 1.4.0rc1.r901.g7b678f26e.4.gf3ddd7eee
+ pkgver = 1.4.0rc1.r901.g7b678f26e.13.gd014a315c
pkgrel = 1
url = http://www.clementine-player.org/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = clementine-git
depends = liblastfm-qt5
depends = libmtp
depends = libmygpo-qt5
- depends = taglib
+ depends = taglib1
depends = protobuf
depends = qt5-x11extras
depends = projectm
diff --git a/PKGBUILD b/PKGBUILD
index c7798fee69d8..c0a55fe8834f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
# Based on community/clementine PKGBUILD
pkgname=clementine-git
-pkgver=1.4.0rc1.r901.g7b678f26e.4.gf3ddd7eee
+pkgver=1.4.0rc1.r901.g7b678f26e.13.gd014a315c
pkgrel=1
pkgdesc='A modern music player and library organizer'
url='http://www.clementine-player.org/'
license=(GPL)
arch=(x86_64)
depends=(chromaprint gst-plugins-base-libs libcdio libgpod liblastfm-qt5 libmtp libmygpo-qt5
- taglib protobuf qt5-x11extras projectm alsa-lib libpulse crypto++ hicolor-icon-theme)
+ taglib1 protobuf qt5-x11extras projectm alsa-lib libpulse crypto++ hicolor-icon-theme)
makedepends=(boost cmake git qt5-tools sparsehash)
optdepends=(
'gst-plugins-base: "Base" plugin libraries'
@@ -38,6 +38,7 @@ pkgver() {
}
build() {
+ export PKG_CONFIG_PATH=/usr/lib/taglib1/lib/pkgconfig
export LDFLAGS="-Wl,--copy-dt-needed-entries"
cmake -B build -S Clementine -Wno-dev \
-DCMAKE_CXX_FLAGS="-fpermissive" \