summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Hausmann2024-04-24 17:56:29 +0200
committerLaura Hausmann2024-04-24 17:56:29 +0200
commita395e1af43c08869a176d5a9865dd1c9a101c8e9 (patch)
tree44b02b9b2db0a2a236053cc2e201ce631dec5680
parent7dae7eb412488ec3c6eec5ee8c83c9d106c64a0b (diff)
downloadaur-a395e1af43c08869a176d5a9865dd1c9a101c8e9.tar.gz
Update to -8, fixes build with ffnvcodec-headers 12.2.72.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae519ab6230a..e4c434632c69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-libfdk_aac
pkgdesc = Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
pkgver = 6.1.1
- pkgrel = 7
+ pkgrel = 8
epoch = 2
url = https://ffmpeg.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f8dc0baf3f12..07ece1fa9180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=ffmpeg-libfdk_aac
pkgver=6.1.1
-pkgrel=7
+pkgrel=8
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -146,6 +146,10 @@ prepare() {
git cherry-pick -n 250471ea1745fc703eb346a2a662304536a311b1
# Fix build with latest vulkan headers
git cherry-pick -n fef22c87ada4517441701e6e61e062c9f4399c8e
+ # avcodec/nvenc: stop using long deprecated format specifiers
+ git cherry-pick -n 3481f8d99fc44f5516957e774b7f2da74c33beb8
+ # avcodec/nvenc: support SDK 12.2 bit depth API
+ git cherry-pick -n 38346298973e3869d895e0ad3ca3b19dc598c5c8
}
pkgver() {