# HG changeset patch # User js # Date 1168736559 28800 # Node ID 822b766c3e5cb9acd42d7f19420d4a6f3c6fe1b5 # Parent d88558b0de0a712258093ad2c6ceb2f42f5549a3 [svn] Fixed make install. diff -r d88558b0de0a -r 822b766c3e5c ChangeLog --- a/ChangeLog Sat Jan 13 16:41:21 2007 -0800 +++ b/ChangeLog Sat Jan 13 17:02:39 2007 -0800 @@ -1,3 +1,23 @@ +2007-01-14 00:41:21 +0000 Jonathan Schleifer + revision [3666] + - Added script for migration to XDG basedir. + - Fixed tons of warnings. + + trunk/migrate_config.sh | 28 ++++++++++++++++++++++++++++ + trunk/src/audacious/output.c | 6 +----- + trunk/src/audacious/playlist.c | 3 +-- + trunk/src/audacious/ui_fileinfo.c | 7 +++---- + trunk/src/audacious/ui_main.c | 3 --- + trunk/src/audacious/ui_manager.h | 4 ++-- + trunk/src/audacious/ui_playlist.c | 5 ----- + trunk/src/audacious/ui_playlist.h | 2 ++ + trunk/src/audacious/ui_preferences.c | 13 +++++++------ + trunk/src/audacious/util.c | 2 ++ + trunk/src/audacious/widgets/svis.c | 1 + + trunk/src/audacious/widgets/vis.c | 3 ++- + 12 files changed, 49 insertions(+), 28 deletions(-) + + 2007-01-14 00:09:38 +0000 Jonathan Schleifer revision [3664] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp' diff -r d88558b0de0a -r 822b766c3e5c Makefile --- a/Makefile Sat Jan 13 16:41:21 2007 -0800 +++ b/Makefile Sat Jan 13 17:02:39 2007 -0800 @@ -19,9 +19,7 @@ OBJECTIVE_DATA = \ audacious.pc:$(LIBDIR)/pkgconfig \ - audacious.1:$(mandir)/man1 \ - audtool.1:$(mandir)/man1 \ - audacious/audacious.desktop:$(datadir)/applications + src/audacious/audacious.desktop:$(datadir)/applications build-posthook: @( \