From 718bd5573856d49c289d00eeb8a1340c46d15ade Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Sun, 24 Jun 2012 17:45:05 +0000 Subject: [PATCH] RF #2362 fix is already included in 1.1 tarball --- mplayer-pngalpha.patch | 13 ------------- mplayer.spec | 3 --- 2 files changed, 16 deletions(-) delete mode 100644 mplayer-pngalpha.patch diff --git a/mplayer-pngalpha.patch b/mplayer-pngalpha.patch deleted file mode 100644 index 3d65579..0000000 --- a/mplayer-pngalpha.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: libvo/vo_png.c -=================================================================== ---- libvo/vo_png.c (wersja 34891) -+++ libvo/vo_png.c (wersja 34892) -@@ -205,7 +205,7 @@ - switch(format){ - case IMGFMT_RGB24: - return use_alpha ? 0 : supported_flags; -- case IMGFMT_BGR32: -+ case IMGFMT_RGBA: - return use_alpha ? supported_flags : 0; - } - return 0; diff --git a/mplayer.spec b/mplayer.spec index 6f60d92..acae716 100644 --- a/mplayer.spec +++ b/mplayer.spec @@ -24,7 +24,6 @@ Source0: http://www.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}%{?pr Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2 Source10: mplayer-snapshot.sh Patch0: %{name}-gmplayer-subtitles.patch -Patch1: %{name}-pngalpha.patch # set defaults for Fedora Patch2: %{name}-config.patch # use roff include statements instead of symlinks @@ -224,7 +223,6 @@ This package contains various scripts from MPlayer TOOLS directory. rm -rf ffmpeg libdvdcss libdvdnav libdvdread4 %endif %patch0 -p0 -b .gmplayer-subtitles -%patch1 -p0 -b .pngalpha %patch2 -p1 -b .config %patch8 -p1 -b .manlinks %patch14 -p1 -b .nodvdcss @@ -389,7 +387,6 @@ update-desktop-database &>/dev/null || : - Made %%pre, %%svn and %%svnbuild defines optional - Switched to .xz sources - Updated the ffmpeg patch -- Fixed -vo png:alpha using a patch from SVN (RPM Fusion bug #2362) * Wed Jun 13 2012 Julian Sikorski - 1.0-0.139.20120205svn - Restored the ability to disable subtitles in gmplayer (RPM Fusion bug #2373)