summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-12-12 12:33:04 +0000
committerDaniel Bermond2018-12-12 12:33:04 +0000
commiteb0b8840f7c364fe7279409951ac9eb55509d340 (patch)
tree0d2ea240cd18670f284eb4620297ac284bc2e0b7
parent861ed49ab870c6fdfb4cad8a2443b49af78f32a5 (diff)
downloadaur-eb0b8840f7c364fe7279409951ac9eb55509d340.tar.gz
depends: switch dav1d-git to dav1d
dav1d now has its first stable release, which at the current time is suitable for building ffmpeg.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8593fca0e28..d5eb349965f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
- pkgver = 4.2.r92502.gd290bb0c54
+ pkgver = 4.2.r92681.g0e833f615b
pkgrel = 1
url = https://www.ffmpeg.org/
arch = i686
@@ -89,7 +89,7 @@ pkgbase = ffmpeg-full-git
depends = libvdpau
depends = chromaprint-fftw
depends = codec2
- depends = dav1d-git
+ depends = dav1d
depends = davs2
depends = flite1-patched
depends = libilbc
diff --git a/PKGBUILD b/PKGBUILD
index 75dc33ddbf8d..04323eaedcca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
_srcname=ffmpeg
-pkgver=4.2.r92502.gd290bb0c54
+pkgver=4.2.r92681.g0e833f615b
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ depends=(
'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2' 'vapoursynth' 'libxv' 'libx11'
'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
- 'chromaprint-fftw' 'codec2' 'dav1d-git' 'davs2' 'flite1-patched' 'libilbc'
+ 'chromaprint-fftw' 'codec2' 'dav1d' 'davs2' 'flite1-patched' 'libilbc'
'libklvanc-git' 'kvazaar' 'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc'
'xavs' 'xavs2-git' 'ndi-sdk' 'libmysofa' 'rockchip-mpp'
)