rpms/totem/OLPC-2 totem-2.18.3-pluginmime.patch, 1.1, 1.2 totem.spec, 1.111, 1.112

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Tue Oct 30 23:52:05 UTC 2007


Author: mpg

Update of /cvs/extras/rpms/totem/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32012

Modified Files:
	totem-2.18.3-pluginmime.patch totem.spec 
Log Message:
* Wed Oct 31 2007 Marco Pesenti Gritti <mpg at redhat.com> - 2.18.2-9
- Do not advertise mpeg support



totem-2.18.3-pluginmime.patch:

Index: totem-2.18.3-pluginmime.patch
===================================================================
RCS file: /cvs/extras/rpms/totem/OLPC-2/totem-2.18.3-pluginmime.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-2.18.3-pluginmime.patch	28 Sep 2007 16:29:07 -0000	1.1
+++ totem-2.18.3-pluginmime.patch	30 Oct 2007 23:52:00 -0000	1.2
@@ -1,14 +1,15 @@
---- browser-plugin/totemBasicPlugin.cpp.old	2007-09-28 16:04:07.000000000 +0200
-+++ browser-plugin/totemBasicPlugin.cpp	2007-09-28 16:04:30.000000000 +0200
-@@ -52,9 +52,9 @@
+--- totem-2.18.2/browser-plugin/totemBasicPlugin.cpp.old	2007-10-31 00:39:47.000000000 +0100
++++ totem-2.18.2/browser-plugin/totemBasicPlugin.cpp	2007-10-31 00:40:16.000000000 +0100
+@@ -50,11 +50,8 @@
+ 
+ static const totemPluginMimeEntry kMimeTypes[] = {
  	{ "application/ogg", "ogg", NULL, FALSE },
- 	{ "video/mpeg", "mpg, mpeg, mpe", NULL, FALSE },
+-	{ "video/mpeg", "mpg, mpeg, mpe", NULL, FALSE },
  	{ "audio/wav", "wav", NULL, FALSE },
 -	{ "audio/x-wav", "wav", NULL, TRUE },
-+	{ "audio/x-wav", "wav", NULL, FALSE },
- 	{ "audio/mpeg", "mp3", NULL, FALSE },
+-	{ "audio/mpeg", "mp3", NULL, FALSE },
 -	{ "audio/x-mpeg", "mp3", NULL, TRUE }
-+	{ "audio/x-mpeg", "mp3", NULL, FALSE }
++	{ "audio/x-wav", "wav", NULL, FALSE }
  };
  
  totemScriptablePlugin::totemScriptablePlugin (totemPlugin *aPlugin)


Index: totem.spec
===================================================================
RCS file: /cvs/extras/rpms/totem/OLPC-2/totem.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- totem.spec	4 Oct 2007 19:17:01 -0000	1.111
+++ totem.spec	30 Oct 2007 23:52:00 -0000	1.112
@@ -5,7 +5,7 @@
 Summary: Movie player for GNOME 2
 Name: totem
 Version: 2.18.2
-Release: 8
+Release: 9
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
@@ -89,7 +89,7 @@
 %patch0 -p1 -b .gtk-init-gst
 %patch1 -p1 -b .remove-libsn
 %patch2 -p0 -b .plugin-build
-%patch3 -p0 -b .pluginmime
+%patch3 -p1 -b .pluginmime
 %patch4 -p0 -b .pluginvolume
 
 %build
@@ -194,6 +194,9 @@
 %{_libdir}/*so
 
 %changelog
+* Wed Oct 31 2007 Marco Pesenti Gritti <mpg at redhat.com> - 2.18.2-9
+- Do not advertise mpeg support
+
 * Thu Oct  4 2007 Marco Pesenti Gritti <mpg at redhat.com> - 2.18.2-7
 - Patch to hardcode the volume to 50
 




More information about the fedora-extras-commits mailing list