[totem] Remove hard dependency on gnome-dvb-daemon until it's ported

Bastien Nocera hadess at fedoraproject.org
Fri Jan 4 13:50:39 UTC 2013


commit 2020e0e62239afb3439c9108c1400f024babf691
Author: Bastien Nocera <hadess at hadess.net>
Date:   Fri Jan 4 14:26:29 2013 +0100

    Remove hard dependency on gnome-dvb-daemon until it's ported
    
      to GStreamer 1.0

 totem.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/totem.spec b/totem.spec
index 75c809c..cb50e9e 100644
--- a/totem.spec
+++ b/totem.spec
@@ -1,7 +1,7 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 3.6.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ with exceptions
 Group: Applications/Multimedia
@@ -20,7 +20,8 @@ Requires: gstreamer1-plugins-base
 Requires: gstreamer1-plugins-good
 Requires: gstreamer1-plugins-bad-free
 Requires: gvfs-fuse
-Requires: gnome-dvb-daemon
+# Disabled until ported to GStreamer 1.0
+# Requires: gnome-dvb-daemon
 Requires: grilo-plugins
 Requires: gsettings-desktop-schemas
 
@@ -280,6 +281,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libdir}/mozilla/plugins/libtotem-vegas-plugin.so
 
 %changelog
+* Fri Jan 04 2013 Bastien Nocera <bnocera at redhat.com> 3.6.3-2
+- Remove hard dependency on gnome-dvb-daemon until it's ported
+  to GStreamer 1.0
+
 * Thu Nov 08 2012 Bastien Nocera <bnocera at redhat.com> 3.6.3-1
 - Update to 3.6.3
 


More information about the scm-commits mailing list