]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- artdisplay plugin has been removed upstream auto/th/rhythmbox-2.98-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Oct 2012 14:08:41 +0000 (16:08 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Oct 2012 14:08:41 +0000 (16:08 +0200)
- disable visualizer plugin until rhytmbox gets ported to new
  clutter-gst / gstreamer 1.0 api

rhythmbox.spec

index a8e66277a4b928d1cd2d121fc3bf76434c0d2e5c..1bb368d1fbc4994574a87f5c5e96014396899ae5 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_without ipod            # build without iPod support
 %bcond_without mtp             # build without MTP support
 %bcond_without daap            # build without DAAP support
-%bcond_without vis             # build without Visualization support
+%bcond_with    vis             # build with Visualization support
 %bcond_with    webkit          # build with gtk-webkit support
 
 Summary:       Music Management Application
@@ -145,7 +145,6 @@ gnome-doc-prepare --copy --force
 MOZILLA_PLUGINDIR=%{_browserpluginsdir} \
 %configure \
        --disable-static \
-       --disable-schemas-install \
        --disable-scrollkeeper \
        --disable-silent-rules \
        --enable-browser-plugin \
@@ -216,7 +215,7 @@ fi
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/rhythmbox-metadata
 %attr(755,root,root) %{_libdir}/librhythmbox-core.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/librhythmbox-core.so.5
+%attr(755,root,root) %ghost %{_libdir}/librhythmbox-core.so.6
 %{_datadir}/%{name}
 %{_datadir}/dbus-1/services/*.service
 %{_desktopdir}/*.desktop
@@ -233,10 +232,6 @@ fi
 %dir %{_libdir}/rhythmbox
 %dir %{_libdir}/rhythmbox/plugins
 
-%dir %{_libdir}/rhythmbox/plugins/artdisplay
-%{_libdir}/rhythmbox/plugins/artdisplay/artdisplay.plugin
-%{_libdir}/rhythmbox/plugins/artdisplay/*.py[co]
-
 %dir %{_libdir}/rhythmbox/plugins/artsearch
 %{_libdir}/rhythmbox/plugins/artsearch/artsearch.plugin
 %{_libdir}/rhythmbox/plugins/artsearch/*.py[co]
This page took 0.086495 seconds and 4 git commands to generate.