Merge pull request #6251 from binladen17/patch-1

mpv: update to 0.25.0
This commit is contained in:
Enno Boland 2017-04-24 09:38:00 +02:00 committed by GitHub
commit c50d6b3287

View file

@ -1,7 +1,7 @@
# Template file for 'mpv'
pkgname=mpv
version=0.24.0
revision=3
version=0.25.0
revision=1
build_options="vapoursynth"
short_desc="Video player based on MPlayer/mplayer2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -21,7 +21,7 @@ makedepends="
rubberband-devel $(vopt_if vapoursynth 'vapoursynth-devel zimg-devel python3-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=a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15
checksum=07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" --enable-zsh-comp"