[emerillon-plugins] Update to libchamplain 0.6



commit 70296243f73f82287d3e7b0bd6a404ae79d86ec1
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date:   Thu May 27 18:22:22 2010 +0200

    Update to libchamplain 0.6

 configure.ac                     |    8 ++++----
 plugins/image-export/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9638daa..32f8aa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ PKG_CHECK_MODULES([EMERILLON], [
 	ethos-1.0 >= 0.2
 	ethos-ui-1.0 >= 0.2
 	emerillon >= 0.1.2
-	champlain-0.4 >= 0.4
+	champlain-0.6 > 0.6.0
 ])
 AC_SUBST(EMERILLON_LIBS)
 AC_SUBST(EMERILLON_CFLAGS)
@@ -290,10 +290,10 @@ fi
 plugin_defined sample-vala
 if test "$?" = 1
 then
-	AM_PROG_VALAC([0.8.1])
+	AM_PROG_VALAC([0.8.0])
 
 	PKG_CHECK_MODULES(SAMPLEVALA,
-		[ champlain-0.4 >= 0.4.6 ],
+		[ champlain-0.6 > 0.6.0 ],
 		[],[have_sample_vala_deps=no])
 	AC_SUBST(SAMPLEVALA_LIBS)
 	AC_SUBST(SAMPLEVALA_CFLAGS)
@@ -309,7 +309,7 @@ fi
 plugin_defined image-export
 if test "$?" = 1
 then
-  AM_PROG_VALAC([0.8.2])
+  AM_PROG_VALAC([0.8.0])
   if test "$VALAC" != ""
   then
   PKG_CHECK_MODULES(IMAGEEXPORT,
diff --git a/plugins/image-export/Makefile.am b/plugins/image-export/Makefile.am
index f05d007..3c7a054 100644
--- a/plugins/image-export/Makefile.am
+++ b/plugins/image-export/Makefile.am
@@ -13,7 +13,7 @@ BUILT_SOURCES = image-export.vala.stamp
 
 AM_VALAFLAGS = \
 	--pkg gtk+-2.0 \
-	--pkg champlain-0.4 \
+	--pkg champlain-0.6 \
 	--pkg clutter-1.0 \
 	--pkg emerillon \
 	--pkg ethos-1.0 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]