rpms/totem/OLPC-3 totem-2.23.4-plugin-disablevisuals.patch, NONE, 1.1 totem.spec, 1.192, 1.193

Daniel Drake (dsd) fedora-extras-commits at redhat.com
Tue Aug 12 20:07:47 UTC 2008


Author: dsd

Update of /cvs/pkgs/rpms/totem/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25130

Modified Files:
	totem.spec 
Added Files:
	totem-2.23.4-plugin-disablevisuals.patch 
Log Message:
remove tracker plugin as it was breaking builds. add patch to disable visualization (dlo#7925)

totem-2.23.4-plugin-disablevisuals.patch:

--- NEW FILE totem-2.23.4-plugin-disablevisuals.patch ---
diff -ru totem-2.23.4/browser-plugin/totem-plugin-viewer.c totem-2.18.2.orig/browser-plugin/totem-plugin-viewer.c
--- totem-2.23.4/browser-plugin/totem-plugin-viewer.c	2008-01-14 16:14:35.000000000 -0500
+++ totem-2.23.4.orig/browser-plugin/totem-plugin-viewer.c	2008-01-14 16:13:58.000000000 -0500
@@ -1448,7 +1448,7 @@
 		/* FIXME: why can't this wait until the whole window is realised? */
 		gtk_widget_realize (GTK_WIDGET (emb->bvw));
 		gtk_widget_show (GTK_WIDGET (emb->bvw));
+		//bacon_video_widget_set_show_visuals (emb->bvw, TRUE);
-		bacon_video_widget_set_show_visuals (emb->bvw, TRUE);
 	} else if (emb->audioonly != FALSE) {
 		gtk_widget_hide (container);
 	}


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/OLPC-3/totem.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- totem.spec	3 Jul 2008 17:38:06 -0000	1.192
+++ totem.spec	12 Aug 2008 20:07:17 -0000	1.193
@@ -11,12 +11,13 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 2.23.4
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
 License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/2.23/totem-%{version}.tar.bz2
 Source1: totem-bin-backend-ondemand.sh
+Patch0: totem-2.23.4-plugin-disablevisuals.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
 Requires(pre): GConf2 >= 2.14
@@ -54,7 +55,6 @@
 BuildRequires: libgalago-devel
 BuildRequires: gmyth-devel
 BuildRequires: python-devel gnome-python2-devel pygtk2-devel
-BuildRequires: tracker-devel
 BuildRequires: libepc-devel
 BuildRequires: totem-pl-parser-devel
 
@@ -150,15 +150,6 @@
 To play back the videos however, you will need codecs that are not
 available in the Fedora repositories.
 
-%package tracker
-Summary: Tracker-based video search plugin for Totem
-Group: Applications/Multimedia
-Requires: %{name} = %{version}-%{release}
-
-%description tracker
-A plugin to allow searching local videos, based on their tags, metadata,
-or filenames, as indexing by the Tracker indexer.
-
 %package publish
 Summary: Share your playlist with other Totems on the local network
 Group: Applications/Multimedia
@@ -185,6 +176,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p0
 # Whatever needs to be changed in both copies do here
 ## remember to update me when changing %doc
 for i in AUTHORS COPYING NEWS README TODO;do
@@ -426,10 +418,6 @@
 %defattr(-, root, root)
 %{_libdir}/totem/plugins/youtube
 
-%files tracker
-%defattr(-, root, root)
-%{_libdir}/totem/plugins/tracker
-
 %files mozplugin
 %defattr(-, root, root)
 %{_libdir}/mozilla/plugins/*
@@ -448,6 +436,10 @@
 %endif
 
 %changelog
+* Tue Aug 12 2008 - Daniel Drake <dsd at laptop.org> - 2.23.4-1.4
+- remove tracker plugin as it was breaking builds
+- add patch to disable visualization (dlo#7925)
+
 * Thu Jul 03 2008 - Dennis Gilmore <dennis at laptop.org> - 2.23.4-1.3
 - disable Requires: gvfs-fuse in totem-gstreamer on minimal build
 




More information about the fedora-extras-commits mailing list