summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2023-01-31 16:42:28 +0100
committerMagnus Boman2023-01-31 16:42:28 +0100
commit153e62c45603cc57f164e28b1bd445fb9316c663 (patch)
tree839834061d4f1f33521fc8721be321621211398d /PKGBUILD
parent12a60bb1ec60036861f4e0939c5e3e0a846adf29 (diff)
downloadaur-153e62c45603cc57f164e28b1bd445fb9316c663.tar.gz
upgpkg: ffmpeg-headless 1:5.1.2-2: fix build with latest vulkan-headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a48c20a9c13..9b4cd7e6cba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=ffmpeg-headless
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video; optimised for server (headless) systems'
arch=(i686 x86_64 armv7h armv6h aarch64)
@@ -103,6 +103,7 @@ pkgver() {
prepare() {
cd ${pkgname%-headless}
git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default IPFS gateway
+ git cherry-pick -n eb0455d64690eed0068e5cb202f72ecdf899837c # hwcontext_vulkan: remove optional encode/decode extensions from the list
}
build() {