[totem-pl-parser] 2.30.0
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] 2.30.0
- Date: Mon, 29 Mar 2010 16:12:30 +0000 (UTC)
commit ae5a941de79d336bd73448d1ddcd58fb614c1a85
Author: Bastien Nocera <hadess hadess net>
Date: Mon Mar 29 17:03:12 2010 +0100
2.30.0
Fix compilation with gmime-2.6
NEWS | 3 +++
configure.in | 16 +++++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e8dac4..46ff8af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
New features and significant updates in version...
+2.30.0
+* New and updated translations
+
2.29.92
* Fix parsing of Guardian Podcasts
* Fix parsing of pukas.wax playlist
diff --git a/configure.in b/configure.in
index ad251a3..b1b6f35 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
AC_PREREQ(2.62)
m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 29)
-m4_define(totem_version_micro, 92)
+m4_define(totem_version_minor, 30)
+m4_define(totem_version_micro, 0)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -72,14 +72,20 @@ AC_ARG_ENABLE(gmime-i-know-what-im-doing,
if test "x$enable_gmime" = "xyes" ; then
PKG_CHECK_MODULES(GMIME,
gmime-2.4,
- [have_gmime=yes],
+ [have_gmime=yes GMIME=gmime-2.4],
[have_gmime=no])
+ if test "x$have_gmime" != "xyes" ; then
+ PKG_CHECK_MODULES(GMIME,
+ gmime-2.6,
+ [have_gmime=yes GMIME=gmime-2.6],
+ [have_gmime=no])
+ fi
if test "x$have_gmime" = "xyes" ; then
- AC_SUBST(GMIME, gmime-2.4)
+ AC_SUBST(GMIME, $GMIME)
AC_SUBST(USEGMIME, yes)
AC_DEFINE(HAVE_GMIME, 1, [GMime available in the system])
- pkg_modules="$pkg_modules gmime-2.4"
+ pkg_modules="$pkg_modules $GMIME"
else
AC_MSG_ERROR([libgmime is required to compile totem-pl-parser.])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]