summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-10-12 09:17:12 +0200
committertytan6522023-10-12 09:17:12 +0200
commit0ad838340dbde5441490009b7a6eaae6a533443d (patch)
tree1847f09e1ac343e5ba0ce8eb3486d30b7933edef
parent8286e7cda14aaa87f9075174fa475907d99ce6bd (diff)
downloadaur-0ad838340dbde5441490009b7a6eaae6a533443d.tar.gz
build: Fix FFnvcodec and vorbis
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d8af34b3b57..eda79e75032c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-obs
pkgdesc = Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD
pkgver = 6.0.r12.ga6dc929
- pkgrel = 7
+ pkgrel = 8
url = https://ffmpeg.org/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 355d4a2c4577..aa1ad1b1515f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ fi
pkgname=ffmpeg-obs
pkgver=6.0.r12.ga6dc929
-pkgrel=7
+pkgrel=8
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('x86_64' 'aarch64')
url=https://ffmpeg.org/
@@ -403,6 +403,13 @@ prepare() {
## Fix building with binutils 2.41
git cherry-pick -n effadce6c756247ea8bae32dc13bb3e6f464f0eb
+ ## fix playing ogg files with mplayer
+ git cherry-pick -n cbcc817353a019da4332ad43deb7bbc4e695d02a
+
+ ## use non-deprecated nvenc GUID for conftest
+ git cherry-pick -n 03823ac0c6a38bd6ba972539e3203a592579792f
+ git cherry-pick -n d2b46c1ef768bc31ba9180f6d469d5b8be677500
+
### OBS changes
## Patch for FFmpeg from obs-deps repository