[rhythmbox] Temporarly disable webkit support

Kalev Lember kalev at fedoraproject.org
Wed Oct 10 17:44:04 UTC 2012


commit d9166ef4239bb2b0e95253aef8b0ec422e28c8e6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Oct 10 19:42:36 2012 +0200

    Temporarly disable webkit support
    
    ... to prevent mixed gst-0.10 and gst-1.0 linkage in the same process.
    Should be reenabled once rhythmbox is ported to gst-1.0.

 rhythmbox.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/rhythmbox.spec b/rhythmbox.spec
index 77a8986..51f1616 100644
--- a/rhythmbox.spec
+++ b/rhythmbox.spec
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application
 Version: 2.98
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -96,11 +96,15 @@ a Rhythmbox plugin.
 # work around a gstreamer bug
 /usr/bin/gst-inspect-0.10 --print-all >& /dev/null || :
 
+# Temporarly disabled webkit support to prevent mixed gst-0.10 and gst-1.0
+# linkage in the same process. Should be reenabled once rhythmbox is ported to
+# gst-1.0.
 %configure \
       --with-ipod \
       --with-mdns=avahi \
       --disable-scrollkeeper \
       --with-gnome-keyring \
+      --without-webkit \
       --without-hal
 
 make %{?_smp_mflags}
@@ -198,6 +202,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Wed Oct 10 2012 Kalev Lember <kalevlember at gmail.com> 2.98-2
+- Temporarly disable webkit support to prevent mixed gst 0.10 / 1.0 linkage
+
 * Sun Sep 30 2012 Kalev Lember <kalevlember at gmail.com> 2.98-1
 - Update to 2.98
 - Drop the dep on musicbrainz; rhythmbox now uses an internal library instead


More information about the scm-commits mailing list