summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0cdacf33a80..4e024d6b6fb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = v0.32.0.328.gc5f8ec76b1
+ pkgver = v0.32.0.351.gb4c1554f7a
pkgrel = 1
url = http://mpv.io
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 91eb7d088fd8..a7ed6437950c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.32.0.328.gc5f8ec76b1
+pkgver=v0.32.0.351.gb4c1554f7a
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -115,6 +115,9 @@ prepare() {
if [ -f /usr/lib/libavisynth.so.*.*.* ]; then
_ffmpeg_options+=('--enable-avisynth')
fi
+if [ -f /usr/lib/libvapoursynth.so ]; then
+ _ffmpeg_options+=('--enable-vapoursynth')
+fi
_mpv_options=(
'--prefix=/usr'
'--confdir=/etc/mpv'