diff --git a/files/0001-Fix-lua-binary.patch b/files/0001-Fix-lua-binary.patch deleted file mode 100644 --- a/files/0001-Fix-lua-binary.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0243dec4a8c43e20e9cd2e3b9a59d4fcd8a5cdea Mon Sep 17 00:00:00 2001 -From: Alexander Vorobyev -Date: Tue, 12 Nov 2019 19:27:40 +0300 -Subject: Fix lua binary - ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 26d333c..3a08061 100644 ---- a/Makefile -+++ b/Makefile -@@ -3,7 +3,7 @@ PREFIX ?= /usr - all: mpv check - - mpv: gen.lua -- @env MPV_BASHCOMPGEN_VERBOSE=1 lua $< > $@ -+ @env MPV_BASHCOMPGEN_VERBOSE=1 luajit $< > $@ - - check: mpv - @echo Checking Bash syntax... --- -2.23.0 - diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,11 +1,10 @@ name : mpv homepage : https://mpv.io/ -version : 0.31.0 -release : 69 +version : 0.32.0 +release : 70 source : - - https://github.com/mpv-player/mpv/archive/v0.31.0.tar.gz : 805a3ac8cf51bfdea6087a6480c18835101da0355c8e469b6d488a1e290585a5 + - https://github.com/mpv-player/mpv/archive/v0.32.0.tar.gz : 9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592 - https://waf.io/waf-2.0.19 : ba63c90a865a9bcf46926c4e6776f9a3f73d29f33d49b7f61f96bc37b7397cef - - https://github.com/2ion/mpv-bash-completion/archive/3.3.17.tar.gz : 355f9ae90638c730028e0b6a3ae6e9c09f5cb1ede27372f8a8cf7b0035020e97 license : - GPL-2.0-or-later - LGPL-2.1-or-later @@ -56,8 +55,6 @@ - libs-devel : mpv-devel environment: | export CFLAGS="$CFLAGS -DNDEBUG" - export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv - export MBCversion=3.3.17 setup : | %patch -p1 < $pkgfiles/0001-Support-a-stateless-configuration-on-nix-systems.patch install -m00755 $sources/waf-* ./waf @@ -70,18 +67,7 @@ --enable-libmpv-shared \ --enable-libsmbclient \ --disable-debug - - tar xf "${sources}/${MBCversion}.tar.gz" build : | %waf_build - - pushd mpv-bash-completion-${MBCversion} - %patch -p1 < $pkgfiles/0001-Fix-lua-binary.patch - %make - popd install : | %waf_install - - pushd mpv-bash-completion-${MBCversion} - %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 @@ -23,7 +23,7 @@ multimedia.video - mpv-libs + mpv-libs /usr/bin/mpv @@ -61,7 +61,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/mpv/client.h @@ -78,12 +78,12 @@ - - 2019-12-28 - 0.31.0 + + 2020-01-27 + 0.32.0 Packaging update Alexander Vorobyev avorobyev@protonmail.com \ No newline at end of file