commit 00299990a994ec33ae379183e29123c2e5656f91 Author: Christophe Fergeau <cferg...@mandriva.com> Date: Thu Jan 21 13:43:55 2010 +0100
libplist 1.0 is mandatory The code in itdb-sqlite.c uses the 1.0 API and I'm not sure how to make similar code using the older API. configure.ac | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) --- diff --git a/configure.ac b/configure.ac index 92f22fe..846f549 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_CHECK_FUNCS([localtime_r]) AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>]) dnl sqlite3 is needed for newer ipod models (nano5g), and libplist is needed dnl by libgpod sqlite code -PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0 sqlite3 libplist) +PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0 sqlite3 libplist >= 1.0) dnl ************************************************** dnl we've copied gchecksum from glib 2.16. Only use the @@ -191,16 +191,6 @@ if test "x$with_libiphone" != "xno"; then fi AM_CONDITIONAL(HAVE_LIBIPHONE, test x"$enable_libiphone" = xyes) -dnl *********************************************************************** -dnl * libplist is optional, but is required for iPhone/iPod Touch support -dnl *********************************************************************** -if test "x$enable_libiphone" = "xyes"; then - PKG_CHECK_MODULES(LIBPLIST, libplist >= 1.0, libplist_1_0=yes, libplist_1_0=no) - if test x"$libiphone_1_0" = xyes; then - AC_DEFINE([HAVE_LIBPLIST_1_0], 1, [Define if libplist is using its newer API]) - fi -fi - dnl ************************************************** dnl * TagLib is only used by test-rebuild-db dnl ************************************************** ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2