mpv: update to 0.15.0.

This commit is contained in:
Juan RP 2016-01-19 06:10:50 +01:00
parent 7456182d40
commit 9773f12b89

View file

@ -1,7 +1,7 @@
# Template file for 'mpv'
pkgname=mpv
version=0.14.0
revision=3
version=0.15.0
revision=1
short_desc="Video player based on MPlayer/mplayer2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
@ -18,9 +18,9 @@ makedepends="
MesaLib-devel harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel
wayland-devel libuuid-devel libguess-devel libXrandr-devel samba-devel"
depends="desktop-file-utils hicolor-icon-theme youtube-dl"
conf_files="/etc/mpv/encoding-profiles.conf"
conf_files="/etc/mpv/*.conf"
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
checksum=042937f483603f0c3d1dec11e8f0045e8c27f19eee46ea64d81a3cdf01e51233
checksum=7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" --enable-zsh-comp"
@ -28,7 +28,6 @@ fi
pre_configure() {
python bootstrap.py
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
}
mpv-devel_package() {