Date: Sunday, October 9, 2022 @ 10:22:26
Author: heftig
Revision: 457404
1.4.1-2: patch for FS#76120
Modified:
flac/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-09 09:47:02 UTC (rev 457403)
+++ PKGBUILD 2022-10-09 10:22:26 UTC (rev 457404)
@@ -4,7 +4,7 @@
pkgbase=flac
pkgname=('flac' 'flac-doc')
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Free Lossless Audio Codec'
url='https://xiph.org/flac/'
arch=('x86_64')
@@ -25,6 +25,10 @@
prepare() {
cd flac
+ # Fix GStreamer
+ # https://bugs.archlinux.org/task/76120
+ git cherry-pick -n 3d55a9dc6c14317b4766db96bb52e2fd95e920a9
+
# Shorten tests
sed -i 's/FLAC__TEST_LEVEL=1/FLAC__TEST_LEVEL=0/' test/CMakeLists.txt
}