summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-12 19:01:49 +0000
committerDaniel Bermond2018-05-12 19:01:49 +0000
commit247f269c440465d4b8823f6fd70ca38f68059400 (patch)
treee87d7d5d03541e848e69f823a472b3addd8ef24b
parentc780a123262c6e520f1be219578d58eb392522b9 (diff)
downloadaur-247f269c440465d4b8823f6fd70ca38f68059400.tar.gz
New upstream option: --enable-vapoursynth
Note: this creates a circular dependency between ffmpeg and vapoursynth, which I do not consider to be a good thing when dealing with AUR (user controlled) packages. Let's use it since it's currently working fine. References ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=7074a7ccd9a4d4e445252780fd182aa0b3778b79
-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 \
\