]> git.pld-linux.org Git - packages/mpv.git/commitdiff
- up to 0.6.0 auto/th/mpv-0.6.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 1 Oct 2014 16:27:54 +0000 (18:27 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 1 Oct 2014 16:27:54 +0000 (18:27 +0200)
- wafsyms patch applied upstream
- xf86vm/xf86xk configure options dropped

mpv-wafsyms.patch [deleted file]
mpv.spec

diff --git a/mpv-wafsyms.patch b/mpv-wafsyms.patch
deleted file mode 100644 (file)
index 34e31a8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- mpv-0.5.0.orig/wscript_build.py    2014-08-12 18:58:12.336633168 +0200
-+++ mpv-0.5.0/wscript_build.py 2014-08-12 19:05:20.233234905 +0200
-@@ -451,7 +451,9 @@
-     build_static = ctx.dependency_satisfied('libmpv-static')
-     if build_shared or build_static:
-         if build_shared:
--            ctx.load("syms")
-+            import os
-+            waftoolsdir = os.path.dirname(__file__) + os.sep + "waftools"
-+            ctx.load("syms", tooldir=waftoolsdir)
-         vre = '^#define MPV_CLIENT_API_VERSION MPV_MAKE_VERSION\((.*), (.*)\)$'
-         libmpv_header = ctx.path.find_node("libmpv/client.h").read()
-         major, minor = re.search(vre, libmpv_header, re.M).groups()
index ae7690c6387e554497ef712e1ebaaffb8471ac7c..4522b0ce4485fac802dd87beb1508b2e104b5a90 100644 (file)
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,15 +1,14 @@
 Summary:       Movie player based on MPlayer and mplayer2
 Name:          mpv
-Version:       0.5.4
+Version:       0.6.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/Multimedia
 Source0:       http://github.com/mpv-player/mpv/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
-# Source0-md5: ab784201b48bc38aace349974da2b501
+# Source0-md5: ac06561522ac1767cd05987ea85e827c
 Source1:       %{name}.conf
 Patch0:                %{name}-zshcompdir.patch
 Patch1:                %{name}-lua.patch
-Patch2:                %{name}-wafsyms.patch
 URL:           http://mpv.io/
 BuildRequires: Mesa-libwayland-egl-devel >= 9.0.0
 BuildRequires: OpenAL-devel >= 1.13
@@ -96,7 +95,6 @@ zsh-completion for mpv.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %waf configure \
@@ -160,8 +158,6 @@ zsh-completion for mpv.
                --enable-wayland \
                --enable-x11 \
                --enable-xext \
-               --enable-xf86vm \
-               --enable-xf86xk \
                --enable-xinerama \
                --enable-xss \
                --enable-xv \
This page took 0.142498 seconds and 4 git commands to generate.