]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- up to 20141203 snap auto/th/mplayer-1.1.1-6.20141203.3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Dec 2014 21:49:57 +0000 (22:49 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Dec 2014 21:49:57 +0000 (22:49 +0100)
mplayer-giflib.patch [deleted file]
mplayer.spec

diff --git a/mplayer-giflib.patch b/mplayer-giflib.patch
deleted file mode 100644 (file)
index 2812969..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- mplayer-export-2014-09-12/libvo/vo_gif89a.c.orig   2014-01-18 22:39:07.000000000 +0100
-+++ mplayer-export-2014-09-12/libvo/vo_gif89a.c        2014-09-16 17:01:13.843265608 +0200
-@@ -367,7 +367,11 @@
-                       MPLAYER_VERSION, VO_GIF_REVISION,
-                       "joey@nicewarrior.org");
-               EGifPutComment(new_gif, temp);
-+#if (GIFLIB_MAJOR > 5) || ((GIFLIB_MAJOR == 5) && (GIFLIB_MINOR >= 1))
-+              EGifCloseFile(new_gif, NULL); // also frees gif storage space.
-+#else
-               EGifCloseFile(new_gif); // also frees gif storage space.
-+#endif
-       }
-       // free our allocated ram
---- mplayer-export-2014-09-12/libmpdemux/demux_gif.c.orig      2014-02-23 19:14:44.000000000 +0100
-+++ mplayer-export-2014-09-12/libmpdemux/demux_gif.c   2014-09-16 18:00:40.546449439 +0200
-@@ -51,6 +51,9 @@
- #define GifError() (gif ? gif->Error : 0)
- #define GifErrorString() GifErrorString(gif->Error)
- #endif
-+#if defined GIFLIB_MAJOR && ((GIFLIB_MAJOR > 5) || ((GIFLIB_MAJOR == 5) && (GIFLIB_MINOR >= 1)))
-+#define DGifCloseFile(a) DGifCloseFile(a, NULL)
-+#endif
- /* >= 4.2 prior GIFLIB did not have MAJOR/MINOR defines */
- #if defined GIFLIB_MAJOR && GIFLIB_MAJOR >= 4
index 616f0af70f337e2dc37415a8f74993b800de7c49..086584d4c4c9e412823a0fdcb12a1c4e814a4393 100644 (file)
 %endif
 
 # date from directory inside of tarball (like mplayer-export-2014-04-29)
-%define        snap    2014-09-12
+%define        snap    2014-12-03
 %define        ssnap   %(echo %{snap} | tr -d -)
 %define        rel     3
 Summary:       MPlayer - THE Movie Player for UN*X
@@ -129,9 +129,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: 28b3754f5a1f8d783e422e1bff239a92
+# Source0-md5: 2f37d5e386a7ce98fec54636602e7a58
 Source1:       http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
-# Source1-md5: 05728909d83ea25c77e2d7912492ba93
+# Source1-md5: 25e00ca99eda7bb54546ce7c10b78464
 Source3:       ftp://ftp1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
 # Source3-md5: 7b47904a925cf58ea546ca15f3df160c
 Source5:       g%{name}.desktop
@@ -142,7 +142,6 @@ Source8:    %{name}.desktop
 # http://www.on2.com/gpl/mplayer/
 Source9:       http://support.on2.com/gpl/mplayer/2009-10-08-mencoder-on2flixenglinux.tar.bz2
 # Source9-md5: 07774a2663a8fda07c308df0c6569b56
-Patch0:                %{name}-giflib.patch
 
 # build (configure / Makefile) related:
 Patch10:       %{name}-ldflags.patch
@@ -396,7 +395,6 @@ MEncoder to koder filmów dla Linuksa będący częścią pakietu MPlayer.
 %prep
 %setup -q -n %{name}-export-%{snap} -a1 -a3 -a6 -a9
 cp -f etc/codecs.conf etc/codecs.win32.conf
-%patch0 -p1
 
 # build (configure / Makefile) related:
 %patch10 -p1
This page took 0.151441 seconds and 4 git commands to generate.