[packages/mpv] - up to 0.8.0 - support dropped for libpostproc/portaudio
atler
atler at pld-linux.org
Tue Feb 17 23:20:08 CET 2015
commit a40a480fdf02de7a39de79debd90ef061f7864e3
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Feb 17 23:19:30 2015 +0100
- up to 0.8.0
- support dropped for libpostproc/portaudio
mpv-lua.patch | 4 ++--
mpv.spec | 7 ++-----
2 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 177d13c..47e511a 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,11 +1,11 @@
Summary: Movie player based on MPlayer and mplayer2
Name: mpv
-Version: 0.7.3
+Version: 0.8.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: 894e712235574fb78077e388f10c1cdd
+# Source0-md5: b3d02a0db096e77ce38c3946dd631e58
Source1: %{name}.conf
Patch0: %{name}-lua.patch
URL: http://mpv.io/
@@ -40,7 +40,6 @@ BuildRequires: libvdpau-devel >= 0.2
BuildRequires: lirc-devel
BuildRequires: lua51-devel
BuildRequires: pkgconfig
-BuildRequires: portaudio-devel >= 19
BuildRequires: pulseaudio-devel >= 0.9
BuildRequires: rpmbuild(macros) >= 1.336
BuildRequires: waf >= 1.8.1
@@ -127,7 +126,6 @@ zsh-completion for mpv.
--enable-libbs2b \
--enable-libguess \
--enable-libmpv-shared \
- --enable-libpostproc \
--enable-libsmbclient \
--enable-libswresample \
--enable-libv4l2 \
@@ -135,7 +133,6 @@ zsh-completion for mpv.
--enable-mpg123 \
--enable-openal \
--enable-oss-audio \
- --enable-portaudio \
--enable-pulse \
--enable-pvr \
--enable-sdl1 \
diff --git a/mpv-lua.patch b/mpv-lua.patch
index ead0cb1..e53f381 100644
--- a/mpv-lua.patch
+++ b/mpv-lua.patch
@@ -6,6 +6,6 @@ diff -urN mpv-0.4.1.orig/waftools/checks/custom.py mpv-0.4.1/waftools/checks/cus
( '51deb', 'lua5.1 >= 5.1.0'), # debian
( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
+ ( '51pld', 'lua51 >= 5.1.0'), # PLD
- ( 'luajit', 'luajit >= 2.0.0' ),
- # assume all our dependencies (libquvi in particular) link with 5.1
( '52', 'lua >= 5.2.0' ),
+ ( '52deb', 'lua5.2 >= 5.2.0'), # debian
+ ( '52fbsd', 'lua-5.2 >= 5.2.0'), # FreeBSD
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mpv.git/commitdiff/a40a480fdf02de7a39de79debd90ef061f7864e3
More information about the pld-cvs-commit
mailing list