summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf4433be77ad..5e0a9aba1df5 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.1.r91025.gc6a63e1109
+ pkgver = 4.1.r91071.g7db022e67b
pkgrel = 1
url = http://www.ffmpeg.org/
arch = i686
@@ -75,6 +75,7 @@ pkgbase = ffmpeg-full-git
depends = mesa
depends = sndio
depends = sdl2
+ depends = vapoursynth
depends = libxv
depends = libx11
depends = libxext
diff --git a/PKGBUILD b/PKGBUILD
index 6f1bf1900a39..618635494669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=ffmpeg-full-git
-pkgver=4.1.r91025.gc6a63e1109
+pkgver=4.1.r91071.g7db022e67b
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')
@@ -18,8 +18,8 @@ depends=(
'libssh' 'tesseract' 'libtheora' 'twolame' 'v4l-utils' 'vid.stab' 'libvorbis'
'libvpx' 'wavpack' 'libwebp' 'libx264.so' 'x265' 'libxcb' 'xvidcore' 'libxml2'
'zimg' 'zeromq' 'zvbi' 'lilv' 'xz' 'openal' 'opencl-icd-loader' 'mesa' 'sndio'
- 'sdl2' 'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm'
- 'libvdpau'
+ 'sdl2' 'vapoursynth' 'libxv' 'libx11' 'libxext' 'zlib' 'libomxil-bellagio'
+ 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'aom-git' 'codec2' 'flite1-patched' 'libilbc' 'kvazaar'
'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk' 'libmysofa'
@@ -200,6 +200,7 @@ build() {
--disable-openssl \
--enable-sndio \
--enable-sdl2 \
+ --enable-vapoursynth \
--enable-xlib \
--enable-zlib \
\