changeset 2732:2227e8955391 trunk

[svn] - build audtool if libaudclient will be built.
author nenolod
date Fri, 11 May 2007 08:59:22 -0700
parents f4a5f8fa3836
children cf080b11c3fa
files ChangeLog configure.ac src/audacious/build_stamp.c
diffstat 3 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 11 01:42:32 2007 -0700
+++ b/ChangeLog	Fri May 11 08:59:22 2007 -0700
@@ -1,3 +1,17 @@
+2007-05-11 08:42:32 +0000  Ben Tucker <bnt@interchange.ubc.ca>
+  revision [4488]
+  Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h.
+  Fixed audtool by moving all the DBus methods defined in objects.xml to a common interface; this will be decentralized for MPRIS.
+  Modified the Makefile so that libaudclient is built after audacious to eliminates a build warning.
+  
+  trunk/src/Makefile               |    2 
+  trunk/src/audacious/objects.xml  |   10 -
+  trunk/src/audtool/audtool.c      |  280 ++++++++++++++-------------------------
+  trunk/src/audtool/audtool.h      |    2 
+  trunk/src/libaudclient/audctrl.c |  236 +++++++++++++++++++++++++++-----
+  5 files changed, 310 insertions(+), 220 deletions(-)
+
+
 2007-05-10 23:59:22 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [4486]
   - build fix.
--- a/configure.ac	Fri May 11 01:42:32 2007 -0700
+++ b/configure.ac	Fri May 11 08:59:22 2007 -0700
@@ -237,7 +237,7 @@
 			[Location of D-Bus services directory])
 		DBUS_C=dbus.c
 		DBUS_BINDINGS="dbus-server-bindings.h dbus-client-bindings.h"
-		LIBAUDCLIENT_OBJECTIVE="libaudclient"
+		LIBAUDCLIENT_OBJECTIVE="libaudclient audtool"
 		AC_SUBST(DBUS_C)
 		AC_SUBST(DBUS_BINDINGS)
 		AC_SUBST(USE_DBUS)
--- a/src/audacious/build_stamp.c	Fri May 11 01:42:32 2007 -0700
+++ b/src/audacious/build_stamp.c	Fri May 11 08:59:22 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070510-4486";
+const gchar *svn_stamp = "20070511-4488";