[f-spot] Check for the correct version of taglib



commit 178e1e4e4443075570d478c3bcc5e24c86cb9665
Author: Stephen Shaw <sshaw decriptor com>
Date:   Mon Nov 14 13:42:59 2011 -0700

    Check for the correct version of taglib
    
    We should be checking for at least 2.0.4
    which has the photo stuff in it.

 build/m4/f-spot/taglib.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/m4/f-spot/taglib.m4 b/build/m4/f-spot/taglib.m4
index 26b84f7..917b42e 100644
--- a/build/m4/f-spot/taglib.m4
+++ b/build/m4/f-spot/taglib.m4
@@ -1,5 +1,5 @@
 AC_DEFUN([FSPOT_CHECK_TAGLIB_SHARP],
 [
-        PKG_CHECK_MODULES(TAGLIB_SHARP, taglib-sharp >= 2.0.3.7)
+        PKG_CHECK_MODULES(TAGLIB_SHARP, taglib-sharp >= 2.0.4)
         AC_SUBST(TAGLIB_SHARP_LIBS)
 ])



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