# HG changeset patch # User nenolod # Date 1177241491 25200 # Node ID 6c0acc7ae799af9f2d34d0fa3f1c64ea8315b195 # Parent cf7021ca4e7b0ca2820a6335847704309729aabb [svn] - build the lastfm VFS plugin if the scrobbler plugin is going to be built. diff -r cf7021ca4e7b -r 6c0acc7ae799 ChangeLog --- 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 + 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 revision [2082] diff -r cf7021ca4e7b -r 6c0acc7ae799 configure.ac --- 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)