From: Lutz M?l. <lu...@us...> - 2004-01-07 23:38:10
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv22696 Modified Files: ChangeLog Makefile.am configure.in Log Message: 2004-01-08 Lutz Mueller <lu...@us...> * exif/actions.c: Adapt to new API * configure.in: Require libexif-0.5.13. Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- configure.in 24 Aug 2003 18:39:30 -0000 1.26 +++ configure.in 7 Jan 2004 23:38:07 -0000 1.27 @@ -18,7 +18,7 @@ dnl --------------------------------------------------------------------------- dnl libraries needed dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES(LIBEXIF, libexif >= 0.5.9) +PKG_CHECK_MODULES(LIBEXIF, libexif >= 0.5.13) AC_SUBST(LIBEXIF_LIBS) AC_SUBST(LIBEXIF_CFLAGS) @@ -104,6 +104,7 @@ exif.spec libjpeg/Makefile exif/Makefile + po/Makefile.in ]) echo " Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.am 24 Aug 2003 18:35:15 -0000 1.13 +++ Makefile.am 7 Jan 2004 23:38:07 -0000 1.14 @@ -1,6 +1,8 @@ -SUBDIRS = libjpeg exif po +SUBDIRS = libjpeg exif po intl man_MANS = exif.1 # newer versions of automake/autoconf require this, OK? EXTRA_DIST = exif.1 exif.spec + +ACLOCAL_AMFLAGS = -I m4 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- ChangeLog 15 Oct 2003 18:02:53 -0000 1.33 +++ ChangeLog 7 Jan 2004 23:38:07 -0000 1.34 @@ -1,6 +1,11 @@ +2004-01-08 Lutz Mueller <lu...@us...> + + * exif/actions.c: Adapt to new API + * configure.in: Require libexif-0.5.13. + 2003-10-15 Lutz Mueller <lu...@us...> - * exif.spec.in: Patches by Peter Bieringer <pb...@bi...>. + * exif.spec.in: Patches by Peter Bieringer <pb...@bi...>. 2003-10-01 Lutz Mueller <lu...@us...> |