# HG changeset patch # User nenolod # Date 1162723105 28800 # Node ID f6856d226afb48b83fe9c3c2c73f36283c976e8e # Parent 60934ccc817d8a2ba96ec4c0e8395033b5d405ec [svn] - update documentation per bug #605 diff -r 60934ccc817d -r f6856d226afb ChangeLog --- a/ChangeLog Sun Nov 05 02:29:47 2006 -0800 +++ b/ChangeLog Sun Nov 05 02:38:25 2006 -0800 @@ -1,3 +1,15 @@ +2006-11-05 10:29:47 +0000 William Pitcock + revision [2829] + - per bug #605, remove GNOME VFS. + + trunk/audacious/main.c | 8 + trunk/audacious/util.c | 25 -- + trunk/configure.ac | 27 -- + trunk/libaudacious/Makefile | 2 + trunk/libaudacious/vfs_gnome.c | 408 ----------------------------------------- + 5 files changed, 1 insertion(+), 469 deletions(-) + + 2006-11-05 08:55:21 +0000 William Pitcock revision [2827] - update ja.po via Dai. diff -r 60934ccc817d -r f6856d226afb README --- a/README Sun Nov 05 02:29:47 2006 -0800 +++ b/README Sun Nov 05 02:38:25 2006 -0800 @@ -106,10 +106,6 @@ alsa-lib >= 1.0 (http://www.alsa-project.org) - GNOME VFS support: - gnome-vfs >= 2.6.0 - (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/) - GConf support: GConf >= 2.6.0 (http://ftp.gnome.org/pub/GNOME/desktop/2.6/2.6.0/sources/) @@ -140,9 +136,6 @@ This will put the binary in /usr/local/bin and plugins in /usr/local/lib/audacious/ -Note for packagers: The gnome-vfs option is VERY EXPERIMENTAL. We suggest you -do not use it in your official distribution packages. - If you want to use the automatic character detection system, then you should use --enable-chardet.