mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/flac to 1.4.1-2
This commit is contained in:
parent
51feeb7ecb
commit
3ade3df28c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue