summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-04-28 13:32:12 +0200
committergit user2024-04-28 13:32:12 +0200
commit75796c4b50889bcb6eae74162a1f2cbca6305911 (patch)
treea66983974f7361b89dea59513f03e13c04cc85a5
parente4ecc3d2c6fa384302b09c0c217f64c7fcb9b661 (diff)
downloadaur-75796c4b50889bcb6eae74162a1f2cbca6305911.tar.gz
Updated PKG_CONFIG_PATH for `taglib1`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2386f1ea0d8..08b6ba742e22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tizonia-all-git
pkgdesc = Command-line cloud music player and downloader for Linux with support for YouTube, SoundCloud, Plex servers, Chromecast devices and generic streams and websites.
pkgver = 0.22.0+28.r3903.20210110.a1e8f8bd
- pkgrel = 7
+ pkgrel = 8
url = https://www.tizonia.org
arch = x86_64
license = LGPL-3.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 6cfd5459cf16..8bbb04632cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname='tizonia'
_githubname="${_pkgname}-openmax-il"
pkgname="${_pkgname}-all-git"
pkgver=0.22.0+28.r3903.20210110.a1e8f8bd
-pkgrel=7
+pkgrel=8
pkgdesc="Command-line cloud music player and downloader for Linux with support for YouTube, SoundCloud, Plex servers, Chromecast devices and generic streams and websites."
arch=(
'x86_64'
@@ -169,7 +169,7 @@ build() {
# * [2023-07-31] Google Music service is dead, but `python-gmusicapi` is still needed by `/usr/lib/python3.11/site-packages/tizgmusicproxy.py`, see https://aur.archlinux.org/packages/tizonia-all-git#comment-927188 and follow up.
# * [2023-08-01] Building tests fails with `clients/youtube/libtizyoutube/tests/check_tizyoutube.c:121:12: error: too few arguments to function ‘tiz_youtube_init’`, see https://github.com/tizonia/tizonia-openmax-il/issues/799.
export SAMUFLAGS="-j1" # Eats a lot of ram, so restrict to one build job at a time.
- export PKG_CONFIG_PATH=/usr/lib/taglib1/lib/pkgconfig # Also search for taglib1 pkgconfig file.
+ export PKG_CONFIG_PATH=/usr/lib/taglib1/pkgconfig # Also search for taglib1 pkgconfig file.
meson setup --prefix=/usr --buildtype=plain \
-Dplayer=true \
-Dlibspotify=false \