diff ChangeLog @ 2770:e21a9128e683 trunk

[svn] - remove -laudacious from audacious.pc.in. -laudclient will be put into audacious.pc if --enable-dbus is specified.
author yaz
date Mon, 14 May 2007 01:10:54 -0700
parents bf2d80abf76e
children 4585019eb82e
line wrap: on
line diff
--- a/ChangeLog	Sun May 13 18:38:53 2007 -0700
+++ b/ChangeLog	Mon May 14 01:10:54 2007 -0700
@@ -1,3 +1,19 @@
+2007-05-14 01:38:53 +0000  Ben Tucker <bnt@interchange.ubc.ca>
+  revision [4564]
+  Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
+  
+  trunk/src/audacious/Makefile         |    4 -
+  trunk/src/audacious/dbus-service.h   |   43 +++++++++--
+  trunk/src/audacious/dbus.c           |  132 +++++++++++++++++++++++++++++++----
+  trunk/src/audacious/dbus.h           |    4 +
+  trunk/src/audacious/mpris_player.xml |   27 +++++--
+  trunk/src/audacious/objects.xml      |   26 ++++--
+  trunk/src/audacious/ui_main.c        |    6 +
+  trunk/src/audacious/ui_main.h        |    1 
+  trunk/src/libaudclient/audctrl.c     |   21 +++++
+  9 files changed, 226 insertions(+), 38 deletions(-)
+
+
 2007-05-13 18:57:18 +0000  Ben Tucker <bnt@interchange.ubc.ca>
   revision [4562]
   Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.