summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2021-05-10 08:46:29 -0400
committerAlexandre Demers2021-05-10 08:46:29 -0400
commit44000bd76283c77d77f474c356223a00406a1615 (patch)
tree573255e7ee6eb575806c30d09520965cbb09d6e9
parentae63b2fb4d0d484d1f3e1b8a8dba6337a034550d (diff)
downloadaur-44000bd76283c77d77f474c356223a00406a1615.tar.gz
Fix nvenc on older gpus
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e571a9ff39a..023f4716d17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (32 bit)
pkgver = 4.4
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = http://ffmpeg.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 88e8809526ce..179b47a77e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgbasename=ffmpeg
pkgname=("lib32-$_pkgbasename" "lib32-lib$_pkgbasename")
pkgver=4.4
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -63,6 +63,7 @@ license=('GPL3')
'lib32-sdl2'
'lib32-speex'
'lib32-srt'
+# 'lib32-svt-av1'
'lib32-v4l-utils'
'lib32-vmaf'
'lib32-xz'
@@ -98,6 +99,7 @@ prepare() {
cd ${_pkgbasename}
# Patching if needed
+ git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}