changeset 2726:f15dbec2a8ad trunk

[svn] - enable dbus support by default
author nenolod
date Wed, 09 May 2007 21:21:02 -0700
parents 2f638e729d9e
children 14f9a629ba9c
files ChangeLog configure.ac src/audacious/build_stamp.c
diffstat 3 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 09 21:19:09 2007 -0700
+++ b/ChangeLog	Wed May 09 21:21:02 2007 -0700
@@ -1,3 +1,12 @@
+2007-05-10 04:19:09 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4476]
+  Remove documentation about XMMS controlsocket compatibility. This code 
+  has been removed.
+  
+  trunk/man/audacious.1.in |    5 +----
+  1 file changed, 1 insertion(+), 4 deletions(-)
+
+
 2007-05-10 04:16:57 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4474]
   Fix build without --enable-dbus -- this will render an audacious which
--- a/configure.ac	Wed May 09 21:19:09 2007 -0700
+++ b/configure.ac	Wed May 09 21:21:02 2007 -0700
@@ -215,9 +215,9 @@
 dnl D-Bus support
 dnl ========================
 AC_ARG_ENABLE(dbus,
-    [  --enable-dbus    enable D-Bus support (default=no)],
+    [  --enable-dbus    enable D-Bus support (default=yes)],
     [enable_dbus=$enableval],
-    [enable_dbus="no"]
+    [enable_dbus="yes"]
 )
 
 AM_CONDITIONAL(USE_DBUS, test "x$enable_dbus" = "xyes")
--- a/src/audacious/build_stamp.c	Wed May 09 21:19:09 2007 -0700
+++ b/src/audacious/build_stamp.c	Wed May 09 21:21:02 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070510-4474";
+const gchar *svn_stamp = "20070510-4476";