changeset 973:6c0acc7ae799 trunk

[svn] - build the lastfm VFS plugin if the scrobbler plugin is going to be built.
author nenolod
date Sun, 22 Apr 2007 04:31:31 -0700
parents cf7021ca4e7b
children 8b1685669148
files ChangeLog configure.ac
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 22 04:16:08 2007 -0700
+++ b/ChangeLog	Sun Apr 22 04:31:31 2007 -0700
@@ -1,3 +1,15 @@
+2007-04-22 11:16:08 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [2084]
+  Add lastfm:// transport, an abstract VFS class which derives from curl 
+  to provide lastfm radio support. Written by majeru with some cleanups 
+  by me. Most last.fm metadata support isn't yet implemented, however, and 
+  will need to be done by majeru. ;)
+  
+  trunk/src/lastfm/Makefile |   24 +++
+  trunk/src/lastfm/lastfm.c |  306 ++++++++++++++++++++++++++++++++++++++++++++++
+  2 files changed, 330 insertions(+)
+
+
 2007-04-22 11:06:00 +0000  Ralf Ertzinger <ralf@skytale.net>
   revision [2082]
   
--- a/configure.ac	Sun Apr 22 04:16:08 2007 -0700
+++ b/configure.ac	Sun Apr 22 04:31:31 2007 -0700
@@ -1090,6 +1090,7 @@
 
 if test "x$scrobbler" = "xyes"; then
 	GENERAL_PLUGINS="$GENERAL_PLUGINS scrobbler"
+	CONTAINER_PLUGINS="$CONTAINER_PLUGINS lastfm"
 fi
 
 AC_SUBST(CURL_CFLAGS)