From 3ade3df28c2e9cb7253528fb1d458585a933b705 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 9 Oct 2022 15:36:31 +0000 Subject: [PATCH] extra/flac to 1.4.1-2 --- extra/flac/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extra/flac/PKGBUILD b/extra/flac/PKGBUILD index 49c12b84c..a4ebdf078 100644 --- a/extra/flac/PKGBUILD +++ b/extra/flac/PKGBUILD @@ -7,7 +7,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') @@ -28,6 +28,10 @@ pkgver() { 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 }