rpms/mplayer/devel mplayer-pngalpha.patch, NONE, 1.1 mplayer.spec, 1.56, 1.57

Julian Sikorski belegdol at rpmfusion.org
Sun Jun 24 15:44:47 CEST 2012


Author: belegdol

Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24073

Modified Files:
	mplayer.spec 
Added Files:
	mplayer-pngalpha.patch 
Log Message:
* Sun Jun 24 2012 Julian Sikorski <belegdol at fedoraproject.org> - 1.1-1
- Updated to 1.1
- 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)


mplayer-pngalpha.patch:
 vo_png.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mplayer-pngalpha.patch ---
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;


Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- mplayer.spec	14 Jun 2012 22:34:06 -0000	1.56
+++ mplayer.spec	24 Jun 2012 13:44:46 -0000	1.57
@@ -24,6 +24,7 @@
 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
@@ -223,6 +224,7 @@
 rm -rf ffmpeg libdvdcss libdvdnav libdvdread4
 %endif
 %patch0 -p0 -b .gmplayer-subtitles
+%patch0 -p0 -b .pngalpha
 %patch2 -p1 -b .config
 %patch8 -p1 -b .manlinks
 %patch14 -p1 -b .nodvdcss
@@ -382,11 +384,12 @@
 %{_datadir}/mplayer/*.fp
 
 %changelog
-* Thu Jun 14 2012 Julian Sikorski <belegdol at fedoraproject.org> - 1.1-1
+* Sun Jun 24 2012 Julian Sikorski <belegdol at fedoraproject.org> - 1.1-1
 - Updated to 1.1
 - 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 at fedoraproject.org> - 1.0-0.139.20120205svn
 - Restored the ability to disable subtitles in gmplayer (RPM Fusion bug #2373)


More information about the rpmfusion-commits mailing list