|
From: <ane...@us...> - 2006-12-25 02:38:08
|
Revision: 214
http://svn.sourceforge.net/g15daemon/?rev=214&view=rev
Author: aneurysm9
Date: 2006-12-24 18:38:09 -0800 (Sun, 24 Dec 2006)
Log Message:
-----------
Move g15daemon_xmms plugin to it's own package
Modified Paths:
--------------
trunk/g15daemon-wip/ChangeLog
trunk/g15daemon-wip/Makefile.am
trunk/g15daemon-wip/README
trunk/g15daemon-wip/configure.in
Modified: trunk/g15daemon-wip/ChangeLog
===================================================================
--- trunk/g15daemon-wip/ChangeLog 2006-12-25 02:27:54 UTC (rev 213)
+++ trunk/g15daemon-wip/ChangeLog 2006-12-25 02:38:09 UTC (rev 214)
@@ -94,3 +94,4 @@
- dependency on libdaemon is now removed
- g15daemon is now dependant on libg15render.
- Clock now includes analog clock thanks to Rasta Freak <igo...@zg...>
+- Moved g15daemon_xmms_spectrum plugin to separate package
Modified: trunk/g15daemon-wip/Makefile.am
===================================================================
--- trunk/g15daemon-wip/Makefile.am 2006-12-25 02:27:54 UTC (rev 213)
+++ trunk/g15daemon-wip/Makefile.am 2006-12-25 02:38:09 UTC (rev 214)
@@ -1,6 +1,6 @@
LLIBDIR=@LIBDIR@
-SUBDIRS = libg15daemon_client g15daemon plugins g15daemon_xmms
+SUBDIRS = libg15daemon_client g15daemon plugins
INCLUDES = -I$(top_srcdir)/libg15daemon_client -I$(top_srcdir)/g15daemon
EXTRA_DIST = debian contrib Documentation lang-bindings patches rpm README.usage FAQ LICENSE images
@@ -17,7 +17,6 @@
rm -rf `find $(distdir)/debian -name .svn`
rm -rf `find $(distdir)/contrib -name .svn`
rm -rf `find $(distdir)/Documentation -name .svn`
- rm -rf `find $(distdir)/g15daemon_xmms -name .svn`
rm -rf `find $(distdir)/lang_bindings -name .svn`
rm -rf `find $(distdir)/patches -name .svn`
rm -rf `find $(distdir)/rpm -name .svn`
Modified: trunk/g15daemon-wip/README
===================================================================
--- trunk/g15daemon-wip/README 2006-12-25 02:27:54 UTC (rev 213)
+++ trunk/g15daemon-wip/README 2006-12-25 02:38:09 UTC (rev 214)
@@ -16,7 +16,7 @@
for libgraphlcd, which in turn enables support for lcdproc, vdr,
and any other applications able to use that library. A simple
xmms spectrum analyser plugin, based on the finespectrum plugin,
-is also available in the package.
+is available separately.
G15daemon depends on libg15 from G15tools.
Modified: trunk/g15daemon-wip/configure.in
===================================================================
--- trunk/g15daemon-wip/configure.in 2006-12-25 02:27:54 UTC (rev 213)
+++ trunk/g15daemon-wip/configure.in 2006-12-25 02:38:09 UTC (rev 214)
@@ -43,24 +43,7 @@
dnl end of uinput version checks
#endif
-dnl check for xmms devel headers
-AC_PATH_X
-
-AM_PATH_GLIB(1.2.2,,)
-AM_PATH_XMMS(1.2.4,,[have_xmms=yes])
-AM_PATH_GTK(1.2.2,,)
-LIBS="$LIBS $GTK_LIBS"
CPPFLAGS=$CPPFLAGS_save
-
-AC_ARG_ENABLE(xmmsplugin,
-[ --enable-xmmsplugin Make g15daemon_spectrum_xmms xmms plugin],
-[case "${enableval}" in
- yes) xmmsplugin=true ;;
- no) xmmsplugin=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-xmmsplugin) ;;
-esac],[xmmsplugin=false])
-AM_CONDITIONAL(HAVE_XMMSPLUGIN, test x$xmmsplugin = xtrue)
-
CPPFLAGS="$CPPFLAGS "'-DDATADIR="\"$(datadir)\""'
# Checks for typedefs, structures, and compiler characteristics.
@@ -74,6 +57,6 @@
AC_FUNC_STRFTIME
AC_CHECK_FUNCS([memset select socket strerror])
-AC_CONFIG_FILES([Makefile g15daemon/Makefile libg15daemon_client/Makefile plugins/Makefile g15daemon_xmms/Makefile ])
+AC_CONFIG_FILES([Makefile g15daemon/Makefile libg15daemon_client/Makefile plugins/Makefile])
AC_OUTPUT
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|