mpv: update to 0.9.0.
This commit is contained in:
parent
16b9e6bff6
commit
eb8a12f73a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.8.3
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Video player based on MPlayer/mplayer2"
|
short_desc="Video player based on MPlayer/mplayer2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -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=091038c802866848e3647f2a50215fa64ead0dc36f9114457db8b353528689cf
|
checksum=a7afd1438b85e564401feef12f4f8b674df8f511e309c38b03a98928cd03dd22
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
python bootstrap.py
|
python bootstrap.py
|
||||||
|
@ -26,7 +26,7 @@ pre_configure() {
|
||||||
do_configure() {
|
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 --enable-libmpv-shared \
|
--enable-cdda --enable-libmpv-shared \
|
||||||
--disable-libbs2b --disable-oss-audio --disable-sdl2
|
--disable-libbs2b --disable-oss-audio --disable-sdl2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue