summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-04-24 18:44:27 +0200
committertytan6522023-04-24 18:44:27 +0200
commitd77f31ff883b1bc4587506c0a8839c8750397ca5 (patch)
tree18380680f7133a3f63bb9298eb2be597109606d3
parentcf40eeee0cdffe7fe4e9886c3a453e1653264b2d (diff)
downloadaur-d77f31ff883b1bc4587506c0a8839c8750397ca5.tar.gz
build: Rebuild against new vid.stab
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60411a284f00..f6aa8ef26a68 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 = 1
+ pkgrel = 2
url = https://ffmpeg.org/
arch = i686
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = ffmpeg-obs
depends = libtheora
depends = libva
depends = libvdpau
- depends = vid.stab
+ depends = vid.stab=>1.1.1
depends = libvorbis
depends = libvpx>=1.13
depends = libwebp
diff --git a/PKGBUILD b/PKGBUILD
index f9991b98aa27..7dac946fcef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ fi
pkgname=ffmpeg-obs
pkgver=6.0.r12.ga6dc929
-pkgrel=1
+pkgrel=2
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('i686' 'x86_64' 'aarch64')
url=https://ffmpeg.org/
@@ -67,6 +67,7 @@ _libristver=0.2.7
_libvpxver=1.13
_srtver=1.5
_svtav1ver=1.1
+_vidstabver=1.1.1
_vmafver=2
_vulkanver=1.3.240
_x264ver=0.164
@@ -103,7 +104,7 @@ depends=(
libtheora
libva
libvdpau
- 'vid.stab'
+ "vid.stab=>$_vidstabver"
libvorbis
"libvpx>=$_libvpxver"
libwebp