summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-03-10 11:00:45 +0100
committertytan6522024-03-10 11:00:45 +0100
commit70f06292744abc17b3f9b8aa568c5d790bf37049 (patch)
treebc722da0a24e10f2e3d8ebfec171206d5af13edf
parent68da1ef885e844821cfd32b939d75816eb05cc57 (diff)
downloadaur-70f06292744abc17b3f9b8aa568c5d790bf37049.tar.gz
build: Fix building with latest libobs and taglib
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f331eca931db..3a6431d7e5fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-tuna
pkgdesc = Get song info from right within obs
pkgver = 1.9.7
- pkgrel = 2
+ pkgrel = 3
url = https://obsproject.com/forum/resources/tuna.843/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 3933dae339ed..95afe9b3406f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ fi
_pluginname=tuna
pkgname=obs-$_pluginname
pkgver=1.9.7
-pkgrel=2
+pkgrel=3
arch=("x86_64" "aarch64")
pkgdesc="Get song info from right within obs"
url="https://obsproject.com/forum/resources/tuna.843/"
@@ -39,6 +39,10 @@ sha256sums=(
prepare() {
cd $_pluginname
+ git cherry-pick -n 723bd3c7b4e257cf0997611426e555068de77ae7
+
+ sed -i 's|.value()|.binaryData()|g' src/util/cover_tag_handler.cpp
+
cp $srcdir/FindLibMPDClient.cmake cmake/external/.
cp $srcdir/FindTaglib.cmake cmake/external/.
cp $srcdir/deps_CMakeLists.txt deps/CMakeLists.txt