changeset 2106:33f768ab6418 trunk

[svn] Remove leftover plugin-related bits that don't do anything any more.
author kiyoshi
date Tue, 12 Dec 2006 14:03:08 -0800
parents f18a5b617c34
children 8d2b17ee266e
files ChangeLog configure.ac
diffstat 2 files changed, 73 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 12 08:38:32 2006 -0800
+++ b/ChangeLog	Tue Dec 12 14:03:08 2006 -0800
@@ -1,3 +1,76 @@
+2006-12-12 16:38:32 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3215]
+  - move to GPLv2-only. Based on my interpretation of the license, we are 
+    allowed to do this, so we are.
+  
+  trunk/COPYING                        |    3 +++
+  trunk/audacious/about.c              |    3 +--
+  trunk/audacious/controlsocket.c      |    3 +--
+  trunk/audacious/controlsocket.h      |    3 +--
+  trunk/audacious/credits.c            |    3 +--
+  trunk/audacious/dnd.h                |    3 +--
+  trunk/audacious/dock.c               |    3 +--
+  trunk/audacious/dock.h               |    3 +--
+  trunk/audacious/effect.c             |    3 +--
+  trunk/audacious/effect.h             |    3 +--
+  trunk/audacious/equalizer.c          |    3 +--
+  trunk/audacious/equalizer.h          |    3 +--
+  trunk/audacious/fft.c                |    3 +--
+  trunk/audacious/fft.h                |    3 +--
+  trunk/audacious/general.c            |    3 +--
+  trunk/audacious/general.h            |    3 +--
+  trunk/audacious/genevent.c           |    3 +--
+  trunk/audacious/genevent.h           |    3 +--
+  trunk/audacious/glade.c              |    3 +--
+  trunk/audacious/glade.h              |    3 +--
+  trunk/audacious/hints.c              |    3 +--
+  trunk/audacious/hints.h              |    3 +--
+  trunk/audacious/input.c              |    3 +--
+  trunk/audacious/input.h              |    3 +--
+  trunk/audacious/logger.c             |    3 +--
+  trunk/audacious/logger.h             |    3 +--
+  trunk/audacious/main.c               |    3 +--
+  trunk/audacious/main.h               |    3 +--
+  trunk/audacious/mainwin.c            |    3 +--
+  trunk/audacious/mainwin.h            |    3 +--
+  trunk/audacious/output.c             |    3 +--
+  trunk/audacious/output.h             |    3 +--
+  trunk/audacious/playback.c           |    3 +--
+  trunk/audacious/playback.h           |    3 +--
+  trunk/audacious/playlist.c           |    3 +--
+  trunk/audacious/playlist.h           |    3 +--
+  trunk/audacious/playlist_container.c |    3 +--
+  trunk/audacious/pluginenum.c         |    3 +--
+  trunk/audacious/pluginenum.h         |    3 +--
+  trunk/audacious/prefswin.c           |    3 +--
+  trunk/audacious/prefswin.h           |    3 +--
+  trunk/audacious/skinwin.c            |    3 +--
+  trunk/audacious/skinwin.h            |    3 +--
+  trunk/audacious/ui_fileinfo.c        |    3 +--
+  trunk/audacious/ui_playlist.c        |    3 +--
+  trunk/audacious/ui_playlist.h        |    3 +--
+  trunk/audacious/util.c               |    3 +--
+  trunk/audacious/util.h               |    3 +--
+  trunk/audacious/visualization.c      |    3 +--
+  trunk/audacious/visualization.h      |    3 +--
+  trunk/libaudacious/beepctrl.c        |    3 +--
+  trunk/libaudacious/beepctrl.h        |    3 +--
+  trunk/libaudacious/dirbrowser.c      |    3 +--
+  trunk/libaudacious/dirbrowser.h      |    3 +--
+  trunk/libaudacious/formatter.c       |    3 +--
+  trunk/libaudacious/rcfile.c          |    3 +--
+  trunk/libaudacious/rcfile.h          |    3 +--
+  trunk/libaudacious/urldecode.c       |    3 +--
+  trunk/libaudacious/urldecode.h       |    3 +--
+  trunk/libaudacious/util.c            |    3 +--
+  trunk/libaudacious/vfs.c             |    3 +--
+  trunk/libaudacious/vfs.h             |    3 +--
+  trunk/libaudacious/vfs_buffer.c      |    3 +--
+  trunk/libaudacious/vfs_buffer.h      |    3 +--
+  trunk/libaudacious/xconvert.c        |    3 +--
+  65 files changed, 67 insertions(+), 128 deletions(-)
+
+
 2006-12-12 03:41:29 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3213]
   - add programfan to translation credits
--- a/configure.ac	Tue Dec 12 08:38:32 2006 -0800
+++ b/configure.ac	Tue Dec 12 14:03:08 2006 -0800
@@ -215,10 +215,6 @@
 
 AC_SUBST(CONFIGDB_BACKEND)
 
-AC_CHECK_HEADERS(linux/cdrom.h)
-AC_CHECK_HEADERS(sys/cdio.h)
-AC_CHECK_HEADERS(sys/cdrio.h)
-AC_CHECK_HEADERS(linux/joystick.h)
 AC_CHECK_HEADERS(unistd.h)
 AC_CHECK_HEADERS(fcntl.h)
 AC_CHECK_HEADERS(sys/ioctl.h)
@@ -229,9 +225,6 @@
 
 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf])
 
-AM_CONDITIONAL(HAVE_CDROM, test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes")
-AM_CONDITIONAL(HAVE_LINUX_JOYSTICK,test "${ac_cv_header_linux_joystick_h}" = "yes")
-
 AC_MSG_CHECKING(if __ELF__ is defined)
 AC_EGREP_CPP(yes,
     [#ifdef __ELF__
@@ -253,7 +246,6 @@
         then
             AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any])
         fi
-        OUTPUT_PLUGINS="$OUTPUT_PLUGINS sun"
     ;;
     *-*-darwin*)
         AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any])
@@ -356,13 +348,6 @@
 AC_SUBST(beepdir)
 AC_SUBST(plugindir)
 
-AC_SUBST(EFFECT_PLUGINS)
-AC_SUBST(GENERAL_PLUGINS)
-AC_SUBST(INPUT_PLUGINS)
-AC_SUBST(OUTPUT_PLUGINS)
-AC_SUBST(VISUALIZATION_PLUGINS)
-AC_SUBST(CONTAINER_PLUGINS)
-
 AC_CONFIG_FILES([
 	audtool.1
 	audacious.1