From 928fae4a6544f341d2ae69d8c2cde129d7a6a85a Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Sat, 17 Nov 2018 13:00:49 +0000 Subject: [PATCH] depends: switch davs2-git to davs2 Currently, it is now possible to build ffmpeg with the newly released davs2 stable version. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5018d3d..ac21286 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac) pkgver = 4.1 - pkgrel = 1 + pkgrel = 2 url = https://www.ffmpeg.org/ arch = i686 arch = x86_64 @@ -89,7 +89,7 @@ pkgbase = ffmpeg-full depends = libvdpau depends = chromaprint-fftw depends = codec2 - depends = davs2-git + depends = davs2 depends = flite1-patched depends = libilbc depends = libklvanc-git diff --git a/PKGBUILD b/PKGBUILD index f985c92..36bc803 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ffmpeg-full _srcname=ffmpeg pkgver=4.1 -pkgrel=1 +pkgrel=2 pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)' arch=('i686' 'x86_64') url='https://www.ffmpeg.org/' @@ -23,7 +23,7 @@ depends=( 'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2' 'vapoursynth' 'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau' # AUR: - 'chromaprint-fftw' 'codec2' 'davs2-git' 'flite1-patched' 'libilbc' 'libklvanc-git' + 'chromaprint-fftw' 'codec2' 'davs2' 'flite1-patched' 'libilbc' 'libklvanc-git' 'kvazaar' 'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs' 'xavs2-git' 'ndi-sdk' 'libmysofa' 'rockchip-mpp' )