# HG changeset patch # User nenolod # Date 1178899162 25200 # Node ID 2227e8955391b786020e1da681aefb9fb737ef3d # Parent f4a5f8fa383638d82f141106b59130cc844c8718 [svn] - build audtool if libaudclient will be built. diff -r f4a5f8fa3836 -r 2227e8955391 ChangeLog --- 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 + 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 revision [4486] - build fix. diff -r f4a5f8fa3836 -r 2227e8955391 configure.ac --- 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) diff -r f4a5f8fa3836 -r 2227e8955391 src/audacious/build_stamp.c --- 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 -const gchar *svn_stamp = "20070510-4486"; +const gchar *svn_stamp = "20070511-4488";