rpms/mplayer/F-17 mplayer-gmplayer-subtitles.patch, NONE, 1.1 mplayer.spec, 1.50, 1.51

Julian Sikorski belegdol at rpmfusion.org
Wed Jun 13 09:59:52 CEST 2012


Author: belegdol

Update of /cvs/free/rpms/mplayer/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20633

Modified Files:
	mplayer.spec 
Added Files:
	mplayer-gmplayer-subtitles.patch 
Log Message:
* 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)
- Rebuilt for ffmpeg-0.10.4


mplayer-gmplayer-subtitles.patch:
 menu.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE mplayer-gmplayer-subtitles.patch ---
Index: gui/ui/gtk/menu.c
===================================================================
--- gui/ui/gtk/menu.c	(wersja 34995)
+++ gui/ui/gtk/menu.c	(wersja 34996)
@@ -625,6 +625,7 @@
    {
     int i;
     SubMenu=AddSubMenu( window1, (const char*)empty_xpm, Menu, MSGTR_MENU_Subtitles );
+    AddMenuCheckItem( window1, (const char*)empty1px_xpm, SubMenu, MSGTR_MENU_None, guiInfo.mpcontext->global_sub_pos == -1, (-1 << 16) + ivSetSubtitle );
     for ( i=0;i < global_sub_size;i++ )
      {
       char tmp[32];


Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-17/mplayer.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- mplayer.spec	7 May 2012 20:07:52 -0000	1.50
+++ mplayer.spec	13 Jun 2012 07:59:52 -0000	1.51
@@ -6,7 +6,7 @@
 
 Name:           mplayer
 Version:        1.0
-Release:        0.138.%{pre}%{?dist}
+Release:        0.139.%{pre}%{?dist}
 Summary:        Movie player playing most video formats and DVDs
 
 %if 0%{!?_without_amr:1}
@@ -23,6 +23,7 @@
 %endif
 Source1:        http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2
 Source10:       mplayer-snapshot.sh
+Patch0:         %{name}-gmplayer-subtitles.patch
 # set defaults for Fedora
 Patch2:         %{name}-config.patch
 # use roff include statements instead of symlinks
@@ -220,6 +221,7 @@
 %else
 %setup -q -n MPlayer-%{version}%{pre}
 %endif
+%patch0 -p0 -b .gmplayer-subtitles
 %patch2 -p1 -b .config
 %patch8 -p1 -b .manlinks
 %patch14 -p1 -b .nodvdcss
@@ -379,6 +381,10 @@
 %{_datadir}/mplayer/*.fp
 
 %changelog
+* 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)
+- Rebuilt for ffmpeg-0.10.4
+
 * Mon May 07 2012 Julian Sikorski <belegdol at fedoraproject.org> - 1.0-0.138.20120205svn
 - Rebuilt for ffmpeg-0.10.3
 


More information about the rpmfusion-commits mailing list