mpv: update to 0.8.0.

This commit is contained in:
Juan RP 2015-02-17 09:17:43 +01:00
parent 6efd2ae833
commit 1418a6cfea

View file

@ -1,7 +1,7 @@
# Template file for 'mpv' # Template file for 'mpv'
pkgname=mpv pkgname=mpv
version=0.7.3 version=0.8.0
revision=4 revision=1
short_desc="Video player based on MPlayer/mplayer2" short_desc="Video player based on MPlayer/mplayer2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
@ -17,7 +17,7 @@ makedepends="
depends="desktop-file-utils hicolor-icon-theme" depends="desktop-file-utils hicolor-icon-theme"
conf_files="/etc/mpv/encoding-profiles.conf" conf_files="/etc/mpv/encoding-profiles.conf"
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
checksum=88dcdc44264a8e9b9b73a95d03137d51071aea8c269cc19146109bf8f917e8b1 checksum=0374707017cde2f1e36eb29b8e33bfc40e4b2709ff7186a12fff5f19577c5738
pre_configure() { pre_configure() {
python bootstrap.py python bootstrap.py
@ -27,5 +27,5 @@ do_configure() {
python waf configure --prefix=/usr --confdir=/etc/mpv \ python waf configure --prefix=/usr --confdir=/etc/mpv \
--docdir=/usr/share/examples/mpv --enable-zsh-comp \ --docdir=/usr/share/examples/mpv --enable-zsh-comp \
--enable-joystick --enable-cdda --disable-libbs2b \ --enable-joystick --enable-cdda --disable-libbs2b \
--disable-portaudio --disable-oss-audio --disable-sdl2 --disable-oss-audio --disable-sdl2
} }