[packages/mplayer] - up to 20150911

arekm arekm at pld-linux.org
Fri Sep 11 16:00:02 CEST 2015


commit e156db0df4479cd8795a0e145f070db6a106e4e6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Sep 11 15:59:56 2015 +0200

    - up to 20150911

 mplayer-libcdio.patch | 34 ----------------------------------
 mplayer.spec          | 12 ++++++------
 2 files changed, 6 insertions(+), 40 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index 620e3df..35f5e69 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -112,9 +112,9 @@
 %endif
 
 # date from directory inside of tarball (like mplayer-export-2014-04-29)
-%define	snap	2015-05-25
+%define	snap	2015-09-11
 %define	ssnap	%(echo %{snap} | tr -d -)
-%define	rel	2
+%define	rel	1
 Summary:	MPlayer - THE Movie Player for UN*X
 Summary(de.UTF-8):	MPlayer ist ein unter der freien GPL-Lizenz stehender Media-Player
 Summary(es.UTF-8):	Otro reproductor de películas
@@ -133,9 +133,9 @@ License:	GPL
 Group:		Applications/Multimedia
 # Source0:        http://mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz
 Source0:	ftp://ftp.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2
-# Source0-md5:	74025f5596e30435dc0876a0246c56b1
+# Source0-md5:	cec17115267ff266275fb3e95754aa35
 Source1:	http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
-# Source1-md5:	81be249b1e4d9e585e823dfbbaf45be2
+# Source1-md5:	24d6b377bd48d591e8479320f97be133
 Source3:	ftp://ftp1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
 # Source3-md5:	7b47904a925cf58ea546ca15f3df160c
 Source5:	g%{name}.desktop
@@ -154,7 +154,7 @@ Patch12:	%{name}-check-byteswap.patch
 Patch13:	%{name}-visibility-hidden-fix.patch
 
 Patch15:	%{name}-live555-async.patch
-Patch16:	%{name}-libcdio.patch
+
 Patch17:	%{name}-gsm.patch
 Patch18:	%{name}-openjpeg.patch
 Patch19:	%{name}-shared.patch
@@ -420,7 +420,7 @@ cp -f etc/codecs.conf etc/codecs.win32.conf
 %patch13 -p1
 
 %patch15 -p1
-%patch16 -p1
+
 %patch17 -p1
 %patch18 -p1
 %{?with_shared:%patch19 -p1}
diff --git a/mplayer-libcdio.patch b/mplayer-libcdio.patch
deleted file mode 100644
index fcba8b1..0000000
--- a/mplayer-libcdio.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- MPlayer-1.1/configure.orig	2013-01-30 20:08:09.661015222 +0100
-+++ MPlayer-1.1/configure	2013-02-03 08:58:25.704649396 +0100
-@@ -5847,8 +5847,13 @@
-         cat > $TMPC << EOF
- #include <stdio.h>
- #include <cdio/version.h>
-+#if LIBCDIO_VERSION_NUM >= 90
-+#include <cdio/paranoia/cdda.h>
-+#include <cdio/paranoia/paranoia.h>
-+#else
- #include <cdio/cdda.h>
- #include <cdio/paranoia.h>
-+#endif
- int main(void) {
-     void *test = cdda_verbose_set;
-     printf("%s\n", CDIO_VERSION);
---- MPlayer-1.1/stream/stream_cdda.c.orig	2012-01-15 13:40:02.000000000 +0100
-+++ MPlayer-1.1/stream/stream_cdda.c	2013-02-03 18:50:19.420575847 +0100
-@@ -21,9 +21,15 @@
- #include <cdda_interface.h>
- #include <cdda_paranoia.h>
- #else
-+#include <cdio/version.h>
-+#if LIBCDIO_VERSION_NUM >= 90
-+#include <cdio/paranoia/cdda.h>
-+#include <cdio/paranoia/paranoia.h>
-+#else
- #include <cdio/cdda.h>
- #include <cdio/paranoia.h>
- #endif
-+#endif
- #include <stdio.h>
- #include <stdlib.h>
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mplayer.git/commitdiff/e156db0df4479cd8795a0e145f070db6a106e4e6



More information about the pld-cvs-commit mailing list