summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-04-10 20:26:03 +0200
committersL1pKn072020-04-10 20:26:03 +0200
commit87583620ef70da87d0f2468266a122344b0e4bb2 (patch)
tree2159a4e911ed66c3ba1a4d7da6b7791ccf3e4956
parentac58abc4ebbe3f559d45cba13144e3f322bc02e6 (diff)
downloadaur-87583620ef70da87d0f2468266a122344b0e4bb2.tar.gz
bump
-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'