summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-05-06 18:50:23 +0200
committertytan6522022-05-06 18:50:23 +0200
commit8343f7a7864fe76b3803c8a9675e5605f7e4f606 (patch)
tree658f9738e573e25abf2186a88c84dd65aad5aaff
parent4814985848dee49655d330af3409fd3d1e73165f (diff)
downloadaur-8343f7a7864fe76b3803c8a9675e5605f7e4f606.tar.gz
build: dav1d 1.0.0 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bdd76578adc..5956b400e037 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 = 5.0
- pkgrel = 7
+ pkgrel = 8
url = https://ffmpeg.org/
arch = i686
arch = x86_64
@@ -26,7 +26,6 @@ pkgbase = ffmpeg-obs
depends = libass.so
depends = libavc1394
depends = libbluray.so
- depends = libdav1d.so
depends = libdrm
depends = libfreetype.so
depends = libiec61883
@@ -62,6 +61,7 @@ pkgbase = ffmpeg-obs
depends = xz
depends = zlib
depends = aom
+ depends = libdav1d.so
depends = libvpx.so
depends = libx264.so
depends = libx265.so
diff --git a/PKGBUILD b/PKGBUILD
index 4d652520e85f..131280c2a207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,12 +60,13 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=ffmpeg-obs
pkgver=5.0
-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=('i686' 'x86_64' 'aarch64')
url=https://ffmpeg.org/
license=(GPL3)
_aomver=3
+_libdav1dver=6
_libristver=0.2.6
_libvpxsover=7
_libx264ver=164
@@ -85,7 +86,6 @@ depends=(
libass.so
libavc1394
libbluray.so
- libdav1d.so
libdrm
libfreetype.so
libiec61883
@@ -126,6 +126,7 @@ depends=(
if [[ $DISTRIB_ID == 'ManjaroLinux' ]]; then
depends+=(
'aom'
+ 'libdav1d.so'
'libvpx.so'
'libx264.so'
'libx265.so'
@@ -134,6 +135,7 @@ if [[ $DISTRIB_ID == 'ManjaroLinux' ]]; then
else
depends+=(
"aom>=$_aomver"
+ "libdav1d.so>=$_libdav1dver"
"libvpx.so>=$_libvpxsover"
"libx264.so>=$_libx264ver"
"libx265.so>=$_libx265ver"