rpms/gnome-media/devel gnome-media.spec,1.122,1.123

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Mar 7 02:20:41 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-media/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27436

Modified Files:
	gnome-media.spec 
Log Message:
work around a dbus problem



Index: gnome-media.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- gnome-media.spec	7 Mar 2008 02:06:04 -0000	1.122
+++ gnome-media.spec	7 Mar 2008 02:19:56 -0000	1.123
@@ -86,7 +86,9 @@
 %patch2 -p0 -b .front-track
 
 %build
-/usr/bin/gst-inspect-0.10 --print-all > /dev/null
+# 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
 %configure --disable-schemas-install --enable-gnomecd=no --enable-cddbslave=no
 make #%{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list