extra/flac to 1.4.1-2

This commit is contained in:
Kevin Mihelich 2022-10-09 15:36:31 +00:00
parent 51feeb7ecb
commit 3ade3df28c

View file

@ -7,7 +7,7 @@
pkgbase=flac pkgbase=flac
pkgname=('flac' 'flac-doc') pkgname=('flac' 'flac-doc')
pkgver=1.4.1 pkgver=1.4.1
pkgrel=1 pkgrel=2
pkgdesc='Free Lossless Audio Codec' pkgdesc='Free Lossless Audio Codec'
url='https://xiph.org/flac/' url='https://xiph.org/flac/'
arch=('x86_64') arch=('x86_64')
@ -28,6 +28,10 @@ pkgver() {
prepare() { prepare() {
cd flac cd flac
# Fix GStreamer
# https://bugs.archlinux.org/task/76120
git cherry-pick -n 3d55a9dc6c14317b4766db96bb52e2fd95e920a9
# Shorten tests # Shorten tests
sed -i 's/FLAC__TEST_LEVEL=1/FLAC__TEST_LEVEL=0/' test/CMakeLists.txt sed -i 's/FLAC__TEST_LEVEL=1/FLAC__TEST_LEVEL=0/' test/CMakeLists.txt
} }