[Kde-imaging] extragear/libs/kipi-plugins

Angelo Naselli anaselli at linux.it
Wed Nov 29 00:17:52 CET 2006


Ok, I added libexiv 0.12 requirement.
It's too late to go on releasing now, sorry I'll try tomorrow.

Anyway I had to backport libexiv since It isn't in mdv 2007, do we
really believe it's correct to cut off a lot of users since libexiv 0.12 is
not everywhere?

Another problem, changing libexiv release configure fails
but it seems to allow to compile anyway. Gilles I didn't change 
if test "x$have_exiv2" != "xyes"; then
     DO_NOT_COMPILE="$DO_NOT_COMPILE kipi-plugins"
fi

Do you know why it goes on?

Col, yes pkg-config was important and Gilles I used exiv2-config
instead of a test on hpp file.

Please test it.
	Angelo

Alle 00:06, mercoledì 29 novembre 2006, Angelo Naselli ha scritto:
> SVN commit 608932 by anaselli:
> 
> Added libexiv2 >= 0.12 requirement
> 
> CCMAIL:  kde-imaging at kde.org
> 
>  M  +7 -8      configure.in.in  
> 
> 
> --- trunk/extragear/libs/kipi-plugins/configure.in.in #608931:608932
> @@ -131,16 +131,16 @@
>  #------------------------------------------------------------------
>  # Check for Exiv2 library
>  #------------------------------------------------------------------
> -
>  have_exiv2='no'
>  AC_PATH_PROG(EXIV2_CONFIG,exiv2-config)
> -KDE_CHECK_HEADER(exiv2/exif.hpp, have_exiv2=yes, have_exiv2=no)
> -
> -if test "x$have_exiv2" != "xyes"; then
> -  AC_WARN([Exiv2 library is require for kipi-plugins.])
> -else
> -  LIB_EXIV2="-lexiv2"
> +if test -n "${EXIV2_CONFIG}"; then
> +  EXIV2_CFLAGS="`$EXIV2_CONFIG --cflags`"
> +  AC_SUBST(EXIV2_CFLAGS)
> +  LIB_EXIV2="`$EXIV2_CONFIG --libs`"
>    AC_SUBST(LIB_EXIV2)
> +  PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.12, have_exiv2=yes,have_exiv2=no)
> +else
> +  AC_MSG_WARN([Exiv2 library is require for kipi-plugins.])
>  fi
>  
>  if test "x$have_exiv2" != "xyes"; then
> @@ -148,7 +148,6 @@
>  fi
>  
>  
> -
>  #------------------------------------------------------------------
>  # Check for libgpod (ipod export plugin)
>  #------------------------------------------------------------------
> _______________________________________________
> Kde-imaging mailing list
> Kde-imaging at kde.org
> https://mail.kde.org/mailman/listinfo/kde-imaging
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-imaging/attachments/20061129/e9dad1a9/attachment.pgp 


More information about the Kde-imaging mailing list