summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-17 13:00:49 +0000
committerDaniel Bermond2018-11-17 13:00:49 +0000
commit928fae4a6544f341d2ae69d8c2cde129d7a6a85a (patch)
tree55c37bdce7c375e499eaaab1198ced72fceba924
parent7db4922cc1480e07be6ceef689e22aa8ad1a173e (diff)
downloadaur-928fae4a6544f341d2ae69d8c2cde129d7a6a85a.tar.gz
depends: switch davs2-git to davs2
Currently, it is now possible to build ffmpeg with the newly released davs2 stable version.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5018d3d99060..ac21286b1c7f 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 f985c923f67f..36bc80361136 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'
)