diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,11 @@
name : mpv
homepage : http://mpv.io/
-version : 0.26.0
-release : 38
+version : 0.27.0
+release : 39
source :
- - https://github.com/mpv-player/mpv/archive/v0.26.0.tar.gz : daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46
- - https://waf.io/waf-1.9.12 : 66f3983fcc6dc0d17393514b2b52063702004800428327db3597754dd05c3fbc
- - https://github.com/2ion/mpv-bash-completion/archive/3.3.14.tar.gz : 74e54d9a7734d67c9ddfd7cdb0930874886bce97f033c46e040fbcef0ad388e8
+ - https://github.com/mpv-player/mpv/archive/v0.27.0.tar.gz : 341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c
+ - https://waf.io/waf-1.9.13 : 5d7cde19abb1e2605bcd92d99509e91ead190d6532c3fd23a171b2760657f9ad
+ - https://github.com/2ion/mpv-bash-completion/archive/3.3.15.tar.gz : 1c3f4a6b95de7b573db3480dc79f7359207f7c95d31ac7368f6f5c84e9176ed8
license :
- LGPL-2.1
- GPL-3.0
@@ -56,9 +56,8 @@
- libs-devel : mpv-devel
setup : |
%patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration-on-nix-systems.patch
- install -m 00755 $sources/waf-1.9.12 ./waf
- ./waf configure --prefix=/usr \
- --confdir=/etc/mpv \
+ install -m 00755 $sources/waf-1.9.13 ./waf
+ %waf_configure --confdir=/etc/mpv \
--libdir=%libdir% \
--enable-cdda \
--enable-dvbin \
@@ -70,18 +69,18 @@
--enable-zsh-comp \
--disable-debug
- tar xf "${sources}/3.3.14.tar.gz"
+ tar xf "${sources}/3.3.15.tar.gz"
build : |
- ./waf build
+ %waf_build
- pushd mpv-bash-completion-3.3.14
+ pushd mpv-bash-completion-3.3.15
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
%make
popd
install : |
- ./waf install --destdir="%installroot%"
+ %waf_install
- pushd mpv-bash-completion-3.3.14
+ pushd mpv-bash-completion-3.3.15
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
%make_install
popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
mpv
http://mpv.io/
- Joshua Strobl
- joshua@stroblindustries.com
+ Pierre-Yves
+ pyu@riseup.net
LGPL-2.1
GPL-3.0
@@ -23,7 +23,7 @@
multimedia.video
- mpv-libs
+ mpv-libs
/usr/bin
@@ -56,7 +56,7 @@
While mpv has no official GUI, it has a small controller that is triggered by mouse movement. mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI and VDA video decode acceleration.
- mpv-libs
+ mpv-libs
/usr/include
@@ -68,12 +68,12 @@
-
- 2017-09-13
- 0.26.0
+
+ 2017-09-14
+ 0.27.0
Packaging update
- Joshua Strobl
- joshua@stroblindustries.com
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file