RF #2362 fix is already included in 1.1 tarball

el8
Julian Sikorski 13 years ago
parent b590cdfcad
commit 718bd55738

@ -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;

@ -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 <belegdol@fedoraproject.org> - 1.0-0.139.20120205svn
- Restored the ability to disable subtitles in gmplayer (RPM Fusion bug #2373)

Loading…
Cancel
Save