Mercurial > audlegacy
changeset 2329:822b766c3e5c trunk
[svn] Fixed make install.
author | js |
---|---|
date | Sat, 13 Jan 2007 17:02:39 -0800 |
parents | d88558b0de0a |
children | 716975bb5b65 |
files | ChangeLog Makefile |
diffstat | 2 files changed, 21 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <js@h3c.de> + 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 <js@h3c.de> revision [3664] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp'
--- 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: @( \