mpv: update to 0.26.0

This commit is contained in:
cr6git 2017-07-19 01:16:01 +02:00 committed by GitHub
parent 9bb8778a51
commit aa8dddccb4

View file

@ -1,11 +1,11 @@
# Template file for 'mpv'
pkgname=mpv
version=0.25.0
revision=5
version=0.26.0
revision=1
build_options="vapoursynth"
short_desc="Video player based on MPlayer/mplayer2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
license="GPL-2 LGPL-2.1"
homepage="https://mpv.io"
build_style=waf
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
@ -18,11 +18,11 @@ makedepends="
libXv-devel libxkbcommon-devel libva-glx-devel libvdpau-devel alsa-lib-devel
pulseaudio-devel libbluray-devel libcdio-paranoia-devel libdvdread-devel
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
wayland-devel libwayland-egl libuuid-devel libguess-devel libXrandr-devel samba-devel
wayland-devel libwayland-egl libuuid-devel libguess-devel libXrandr-devel
rubberband-devel $(vopt_if vapoursynth vapoursynth-devel)"
depends="desktop-file-utils hicolor-icon-theme $(vopt_if vapoursynth vapoursynth-mvtools)"
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
checksum=07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce
checksum=daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" --enable-zsh-comp"