Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21863
Modified Files:
ChangeLog_detailed configure.in
Log Message:
* configure.in
src/Makefile.am
src/fetchcover.c
src/file_itunesdb.c
src/prefs_window.c
src/lastfm.[ch]: removed lastfm support because the code is
not ready and abandoned. I've left the tab in the prefs
window and the md5.[ch] files in CVS in case someone else
wants to have another try.
Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- ChangeLog_detailed 27 Apr 2007 15:19:53 -0000 1.422
+++ ChangeLog_detailed 27 Apr 2007 15:50:43 -0000 1.423
@@ -1,5 +1,15 @@
2007-04-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * configure.in
+ src/Makefile.am
+ src/fetchcover.c
+ src/file_itunesdb.c
+ src/prefs_window.c
+ src/lastfm.[ch]: removed lastfm support because the code is
+ not ready and abandoned. I've left the tab in the prefs
+ window and the md5.[ch] files in CVS in case someone else
+ wants to have another try.
+
* src/date_parser2.l
src/display.h
src/display_playlists.c
Index: configure.in
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/configure.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- configure.in 26 Feb 2007 13:11:27 -0000 1.99
+++ configure.in 27 Apr 2007 15:50:43 -0000 1.100
@@ -87,12 +87,13 @@
PKG_CHECK_MODULES(CURL, [libcurl >= 7.10.0], have_curl=yes, have_curl=no)
if test "$have_curl" != "no"; then
AC_DEFINE(HAVE_CURL, 1, ["libcurl support"])
+ have_curl="yes -- will build with coverart download support"
CPPFLAGS="$CPPFLAGS $CURL_CFLAGS"
CFLAGS="$CFLAGS $CURL_CFLAGS"
LDFLAGS="$LDFLAGS $CURL_LIBS"
else
- echo "*** libcurl could not be found, not building last.fm support"
- have_curl="no -- will build without last.fm support"
+ echo "*** libcurl could not be found, not building coverart download
support"
+ have_curl="no -- will build without coverart download support"
fi
dnl Check for libmp4v2 (and mp4.h)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2