rpms/totem/devel totem.spec,1.272,1.273

Bastien Nocera hadess at fedoraproject.org
Wed Feb 24 14:53:05 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3969

Modified Files:
	totem.spec 
Log Message:
don't call gst-inspect


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -p -r1.272 -r1.273
--- totem.spec	24 Feb 2010 12:55:26 -0000	1.272
+++ totem.spec	24 Feb 2010 14:53:04 -0000	1.273
@@ -66,7 +66,7 @@ BuildRequires: liberation-sans-fonts
 # For plugins
 BuildRequires: lirc-devel
 BuildRequires: gmyth-devel
-BuildRequires: tracker-devel
+#BuildRequires: tracker-devel
 BuildRequires: libepc-devel
 BuildRequires: libgdata-devel
 BuildRequires: autoconf automake libtool
@@ -141,14 +141,14 @@ Requires: %{name} = %{version}-%{release
 This package provides a plugin to allow browsing UPNP/DLNA shares,
 and watching videos from those.
 
-%package tracker
-Summary: Tracker-based video search plugin for Totem
-Group: Applications/Multimedia
-Requires: %{name} = %{version}-%{release}
-
-%description tracker
-This package provides a Totem plugin to allow searching local videos, based
-on their tags, metadata, or filenames, as indexing by the Tracker indexer.
+#%package tracker
+#Summary: Tracker-based video search plugin for Totem
+#Group: Applications/Multimedia
+#Requires: %{name} = %{version}-%{release}
+
+#%description tracker
+#This package provides a Totem 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
@@ -189,9 +189,6 @@ autoreconf -i -f
 
 %build
 
-# try to work around a problem where gst-inspect does
-# not find playbin the first time around
-DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
 export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins
 %configure \
   --enable-gstreamer \
@@ -368,9 +365,9 @@ fi
 %defattr(-, root, root)
 %{_datadir}/gtk-doc/html/totem
 
-%files tracker
-%defattr(-, root, root)
-%{_libdir}/totem/plugins/tracker
+#%files tracker
+#%defattr(-, root, root)
+#%{_libdir}/totem/plugins/tracker
 
 %files mozplugin
 %defattr(-, root, root)



More information about the scm-commits mailing list