From 117e1fa3c863dc655fac89f7852f2addcbc5bd14 Mon Sep 17 00:00:00 2001 From: Ivan Dives Date: Mon, 23 Apr 2012 23:59:28 +0000 Subject: [PATCH] audacious: don't DEFAULT_ENABLE dbus option. 1) There is no much gain in it. It might only be interesting to those who want to use things like http://www.emacswiki.org/emacs/MPRIS or https://extensions.gnome.org/extension/54/mpris-player-control/ (note https://github.com/ojo/gnome-shell-extension-mpriscontrol/pull/3) 2) In the present state to make sense it must be DEFAULT_ENABLEd for audacious-plugins as well because the mpris functionality is split in 2 parts: one part is in audacious core doing bindings to controls and the other part is in plugin that registers the interface in dbus and listens. --- packages/media-sound/audacious/audacious.exlib | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/media-sound/audacious/audacious.exlib b/packages/media-sound/audacious/audacious.exlib index b6b38673..019ab5f0 100644 --- a/packages/media-sound/audacious/audacious.exlib +++ b/packages/media-sound/audacious/audacious.exlib @@ -27,6 +27,5 @@ DEPENDENCIES=" media-sound/audacious-plugins[=${PV}] " -DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( dbus ) DEFAULT_SRC_CONFIGURE_PARAMS=( "--with-buildstamp=Exherbo" )