You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(57) |
Oct
(39) |
Nov
(93) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(15) |
Feb
(8) |
Mar
(12) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(11) |
Aug
(32) |
Sep
(18) |
Oct
(53) |
Nov
|
Dec
(11) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(15) |
Apr
(17) |
May
(56) |
Jun
(19) |
Jul
(6) |
Aug
(16) |
Sep
(44) |
Oct
(31) |
Nov
(36) |
Dec
(13) |
2005 |
Jan
(2) |
Feb
(41) |
Mar
(304) |
Apr
(176) |
May
(19) |
Jun
(33) |
Jul
(14) |
Aug
(21) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
(8) |
2006 |
Jan
(18) |
Feb
(9) |
Mar
(5) |
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(7) |
Oct
(10) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(4) |
May
(124) |
Jun
(59) |
Jul
(1) |
Aug
(13) |
Sep
(3) |
Oct
(11) |
Nov
(30) |
Dec
(35) |
2008 |
Jan
(31) |
Feb
(42) |
Mar
(4) |
Apr
(5) |
May
(2) |
Jun
(12) |
Jul
(8) |
Aug
(2) |
Sep
(4) |
Oct
(5) |
Nov
(89) |
Dec
(23) |
2009 |
Jan
(71) |
Feb
(5) |
Mar
(8) |
Apr
(7) |
May
(8) |
Jun
(7) |
Jul
|
Aug
(4) |
Sep
(58) |
Oct
(74) |
Nov
(53) |
Dec
(32) |
2010 |
Jan
(8) |
Feb
(13) |
Mar
(4) |
Apr
|
May
|
Jun
(10) |
Jul
(1) |
Aug
(2) |
Sep
(12) |
Oct
(17) |
Nov
(2) |
Dec
(24) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(24) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(20) |
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
From: <as...@us...> - 2002-10-30 15:53:05
|
Update of /cvsroot/libexif/libexif In directory usw-pr-cvs1:/tmp/cvs-serv13512 Modified Files: autogen.sh Log Message: really cleans what comes out automake Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif/autogen.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- autogen.sh 27 Oct 2002 10:45:33 -0000 1.11 +++ autogen.sh 30 Oct 2002 15:53:01 -0000 1.12 @@ -157,7 +157,7 @@ find . -name '*.am' | while read file do # remove all .in files with a corresponding .am file - rm -f "$(sed s/\.am$/.in/g)" + rm -f $(echo "$file" | sed s/\.am\$/.in/g) done rm -f depcomp install-sh missing mkinstalldirs rm -f stamp-h* libgphoto2/stamp-h* |
From: <as...@us...> - 2002-10-30 15:52:33
|
Update of /cvsroot/libexif/gexif In directory usw-pr-cvs1:/tmp/cvs-serv13127 Modified Files: autogen.sh Log Message: really cleans what comes out automake Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/gexif/autogen.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- autogen.sh 27 Oct 2002 10:45:11 -0000 1.7 +++ autogen.sh 30 Oct 2002 15:52:29 -0000 1.8 @@ -165,7 +165,7 @@ find . -name '*.am' | while read file do # remove all .in files with a corresponding .am file - rm -f "$(sed s/\.am$/.in/g)" + rm -f $(echo "$file" | sed s/\.am\$/.in/g) done rm -f depcomp install-sh missing mkinstalldirs rm -f stamp-h* libgphoto2/stamp-h* |
From: <as...@us...> - 2002-10-30 15:52:26
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv13025 Modified Files: autogen.sh Log Message: really cleans what comes out automake Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/exif/autogen.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- autogen.sh 27 Oct 2002 10:44:46 -0000 1.9 +++ autogen.sh 30 Oct 2002 15:52:20 -0000 1.10 @@ -165,7 +165,7 @@ find . -name '*.am' | while read file do # remove all .in files with a corresponding .am file - rm -f "$(sed s/\.am$/.in/g)" + rm -f $(echo "$file" | sed s/\.am\$/.in/g) done rm -f depcomp install-sh missing mkinstalldirs rm -f stamp-h* libgphoto2/stamp-h* |
From: <as...@us...> - 2002-10-28 12:35:50
|
Update of /cvsroot/libexif/exif/exif In directory usw-pr-cvs1:/tmp/cvs-serv32258 Modified Files: Makefile.am Log Message: exif has been i18ned Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/exif/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 28 Oct 2002 11:54:03 -0000 1.10 +++ Makefile.am 28 Oct 2002 12:35:46 -0000 1.11 @@ -14,4 +14,5 @@ exif_LDADD = \ ../libjpeg/libjpeg.la \ $(LIBEXIF_LIBS) \ - $(POPT_LIBS) + $(POPT_LIBS) \ + $(INTLLIBS) |
From: <as...@us...> - 2002-10-28 11:54:08
|
Update of /cvsroot/libexif/exif/exif In directory usw-pr-cvs1:/tmp/cvs-serv18044/exif Modified Files: Makefile.am Log Message: Add the libs and flags for popt Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/exif/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 15 Sep 2002 13:10:34 -0000 1.9 +++ Makefile.am 28 Oct 2002 11:54:03 -0000 1.10 @@ -2,7 +2,8 @@ -I$(top_srcdir) \ -I$(top_srcdir)/intl \ -DEXIF_LOCALEDIR=\""$(datadir)/locale"\" \ - $(LIBEXIF_CFLAGS) + $(LIBEXIF_CFLAGS) \ + $(POPT_CFLAGS) bin_PROGRAMS = exif @@ -12,5 +13,5 @@ utils.h utils.c exif_LDADD = \ ../libjpeg/libjpeg.la \ - -lpopt \ - $(LIBEXIF_LIBS) + $(LIBEXIF_LIBS) \ + $(POPT_LIBS) |
From: <as...@us...> - 2002-10-28 11:43:38
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv14907 Modified Files: configure.in Log Message: check for popt in the right place Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- configure.in 28 Oct 2002 11:21:26 -0000 1.14 +++ configure.in 28 Oct 2002 11:43:34 -0000 1.15 @@ -44,16 +44,25 @@ CPPFLAGS_save="$CPPFLAGS" CPPFLAGS="-I$popt_prefix/include $CPPFLAGS" AC_CHECK_HEADER(popt.h, [ - POPT_CFLAGS="-I$popt_prefix/include" - POPT_LIBS="-L$popt_prefix/lib -lpopt" - AC_DEFINE(HAVE_POPT,1,[whether we have popt]) - LDFLAGS_save="$LDFLAGS" - LDFLAGS="$POPT_LIBS" - have_popt=true - popt_msg=yes - LDFLAGS="$LDFLAGS_save"], - [rl_msg="no (couldn't link against it or version too old)"] - ) + AC_CHECK_LIB(popt, poptResetContext, [ + have_popt=true + popt_msg=yes + AC_DEFINE(HAVE_POPT,1,[whether we have popt]) + POPT_LIBS="-lpopt" + POPT_CFLAGS=$CPPFLAGS + ], [ + LDFLAGS_save="$LDFLAGS" + LDFLAGS="-L$popt_prefix/lib" + AC_CHECK_LIB(popt, poptStuffArgs, [ + have_popt=true + popt_msg="yes (in '$popt_prefix')" + AC_DEFINE(HAVE_POPT,1,[whether we have popt]) + POPT_LIBS="-L$popt_prefix/lib -lpopt" + POPT_CFLAGS=$CPPFLAGS + ], [popt_pmsg="no (couldn't link)"]) + LDFLAGS=$LDFLAGS_save + ]) + ]) CPPFLAGS="$CPPFLAGS_save" fi AM_CONDITIONAL(HAVE_POPT, $have_popt) |
From: <as...@us...> - 2002-10-28 11:21:30
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv6465 Modified Files: configure.in Log Message: look for popt everywhere Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- configure.in 28 Oct 2002 11:02:35 -0000 1.13 +++ configure.in 28 Oct 2002 11:21:26 -0000 1.14 @@ -37,14 +37,24 @@ popt_msg="no (not requested)" fi ) +popt_prefix=$ac_default_prefix +AC_ARG_WITH(popt-prefix, [ --with-popt-prefix=PREFIX Location of popt], [ + popt_prefix="$withval"]) if $try_popt; then + CPPFLAGS_save="$CPPFLAGS" + CPPFLAGS="-I$popt_prefix/include $CPPFLAGS" AC_CHECK_HEADER(popt.h, [ - POPT_CFLAGS="" - POPT_LIBS="-lpopt" + POPT_CFLAGS="-I$popt_prefix/include" + POPT_LIBS="-L$popt_prefix/lib -lpopt" + AC_DEFINE(HAVE_POPT,1,[whether we have popt]) + LDFLAGS_save="$LDFLAGS" + LDFLAGS="$POPT_LIBS" have_popt=true popt_msg=yes - AC_DEFINE(HAVE_POPT,1,[whether we use popt])], - [rl_msg="no (couldn't link against it or version too old)"]) + LDFLAGS="$LDFLAGS_save"], + [rl_msg="no (couldn't link against it or version too old)"] + ) + CPPFLAGS="$CPPFLAGS_save" fi AM_CONDITIONAL(HAVE_POPT, $have_popt) AC_SUBST(POPT_LIBS) |
From: <as...@us...> - 2002-10-28 11:02:40
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv676 Modified Files: configure.in Log Message: check for popt Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- configure.in 25 Oct 2002 18:14:33 -0000 1.12 +++ configure.in 28 Oct 2002 11:02:35 -0000 1.13 @@ -26,6 +26,31 @@ AC_CHECK_HEADERS(locale.h) dnl --------------------------------------------------------------------------- +dnl popt.h: Simplifies handling of command-line options enormously. +dnl --------------------------------------------------------------------------- +popt_msg="no (Note that popt is mandatory, so exif won't compile)" +try_popt=true +have_popt=false +AC_ARG_WITH(popt, [ --without-popt Don't use popt.h], + if test "x${withval}" = "xno"; then + try_popt=false + popt_msg="no (not requested)" + fi +) +if $try_popt; then + AC_CHECK_HEADER(popt.h, [ + POPT_CFLAGS="" + POPT_LIBS="-lpopt" + have_popt=true + popt_msg=yes + AC_DEFINE(HAVE_POPT,1,[whether we use popt])], + [rl_msg="no (couldn't link against it or version too old)"]) +fi +AM_CONDITIONAL(HAVE_POPT, $have_popt) +AC_SUBST(POPT_LIBS) +AC_SUBST(POPT_CFLAGS) + +dnl --------------------------------------------------------------------------- dnl Warnings: If we have GCC, be paranoid. dnl --------------------------------------------------------------------------- if test "x$GCC" = "xyes"; then |
From: <as...@us...> - 2002-10-27 22:04:32
|
Update of /cvsroot/libexif/libexif-gtk/tests In directory usw-pr-cvs1:/tmp/cvs-serv21017/tests Modified Files: Makefile.am Log Message: use $(INTLLIBS), suggested by Lutz Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/tests/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 27 Oct 2002 11:14:43 -0000 1.3 +++ Makefile.am 27 Oct 2002 22:04:29 -0000 1.4 @@ -1,4 +1,4 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(LIBEXIF_GTK_CFLAGS) noinst_PROGRAMS = test-libexif-gtk -test_libexif_gtk_LDADD = ../libexif-gtk/libexif-gtk.la $(LIBEXIF_GTK_LIBS) ../intl/libintl.a +test_libexif_gtk_LDADD = ../libexif-gtk/libexif-gtk.la $(LIBEXIF_GTK_LIBS) $(INTLLIBS) |
From: <as...@us...> - 2002-10-27 22:04:25
|
Update of /cvsroot/libexif/libexif/test In directory usw-pr-cvs1:/tmp/cvs-serv20957/test Modified Files: Makefile.am Log Message: use $(INTLLIBS), suggested by Lutz Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/test/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 27 Oct 2002 11:14:36 -0000 1.5 +++ Makefile.am 27 Oct 2002 22:04:22 -0000 1.6 @@ -8,8 +8,8 @@ test_tree_LDADD = \ ../libjpeg/libjpeg.la \ ../libexif/libexif.la \ - ../intl/libintl.a + $(INTLLIBS) test_mem_LDADD = \ ../libexif/libexif.la \ - ../intl/libintl.a + $(INTLLIBS) |
From: <as...@us...> - 2002-10-27 11:14:46
|
Update of /cvsroot/libexif/libexif-gtk/tests In directory usw-pr-cvs1:/tmp/cvs-serv30416/tests Modified Files: Makefile.am Log Message: add locally compiled libintl to ld Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/tests/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 15 Sep 2002 13:22:41 -0000 1.2 +++ Makefile.am 27 Oct 2002 11:14:43 -0000 1.3 @@ -1,4 +1,4 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(LIBEXIF_GTK_CFLAGS) noinst_PROGRAMS = test-libexif-gtk -test_libexif_gtk_LDADD = ../libexif-gtk/libexif-gtk.la $(LIBEXIF_GTK_LIBS) +test_libexif_gtk_LDADD = ../libexif-gtk/libexif-gtk.la $(LIBEXIF_GTK_LIBS) ../intl/libintl.a |
From: <as...@us...> - 2002-10-27 11:14:38
|
Update of /cvsroot/libexif/libexif/test In directory usw-pr-cvs1:/tmp/cvs-serv30353/test Modified Files: Makefile.am Log Message: add locally compiled libintl to ld Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/test/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 5 Feb 2002 21:39:56 -0000 1.4 +++ Makefile.am 27 Oct 2002 11:14:36 -0000 1.5 @@ -7,7 +7,9 @@ test_tree_LDADD = \ ../libjpeg/libjpeg.la \ - ../libexif/libexif.la + ../libexif/libexif.la \ + ../intl/libintl.a test_mem_LDADD = \ - ../libexif/libexif.la + ../libexif/libexif.la \ + ../intl/libintl.a |
From: <as...@us...> - 2002-10-27 10:45:43
|
Update of /cvsroot/libexif/libexif-gtk In directory usw-pr-cvs1:/tmp/cvs-serv11970 Modified Files: autogen.sh Log Message: don't use copy, use symlinks Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif-gtk/autogen.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- autogen.sh 5 Oct 2002 18:11:21 -0000 1.7 +++ autogen.sh 27 Oct 2002 10:45:40 -0000 1.8 @@ -118,8 +118,8 @@ ( sed -e 's#\(^SUBDIRS.*\) intl#\1#' Makefile.am >Makefile.am.new \ && mv Makefile.am.new Makefile.am ) - echo "Running gettextize --copy $gettext_opt" - gettextize --copy $gettext_opt || fail + echo "Running gettextize $gettext_opt" + gettextize $gettext_opt || fail if test -f po/Makevars.template then cp po/Makevars.template po/Makevars @@ -138,8 +138,8 @@ echo "Cleaning stuff generated by libtoolize" rm -f ltmain.sh config.guess config.sub - echo "Running libtoolize --copy" - libtoolize --copy || fail + echo "Running libtoolize" + libtoolize || fail echo "Cleaning stuff generated by aclocal" rm -f aclocal.m4 |
From: <as...@us...> - 2002-10-27 10:45:36
|
Update of /cvsroot/libexif/libexif In directory usw-pr-cvs1:/tmp/cvs-serv11877 Modified Files: autogen.sh Log Message: don't use copy, use symlinks Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif/autogen.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- autogen.sh 5 Oct 2002 18:11:14 -0000 1.10 +++ autogen.sh 27 Oct 2002 10:45:33 -0000 1.11 @@ -118,8 +118,8 @@ ( sed -e 's#\(^SUBDIRS.*\) intl#\1#' Makefile.am >Makefile.am.new \ && mv Makefile.am.new Makefile.am ) - echo "Running gettextize --copy $gettext_opt" - gettextize --copy $gettext_opt || fail + echo "Running gettextize $gettext_opt" + gettextize $gettext_opt || fail if test -f po/Makevars.template then cp po/Makevars.template po/Makevars @@ -138,8 +138,8 @@ echo "Cleaning stuff generated by libtoolize" rm -f ltmain.sh config.guess config.sub - echo "Running libtoolize --copy" - libtoolize --copy || fail + echo "Running libtoolize" + libtoolize || fail echo "Cleaning stuff generated by aclocal" rm -f aclocal.m4 |
From: <as...@us...> - 2002-10-27 10:45:14
|
Update of /cvsroot/libexif/gexif In directory usw-pr-cvs1:/tmp/cvs-serv11630 Modified Files: autogen.sh Log Message: don't use copy, use symlinks Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/gexif/autogen.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- autogen.sh 17 Oct 2002 17:07:23 -0000 1.6 +++ autogen.sh 27 Oct 2002 10:45:11 -0000 1.7 @@ -126,8 +126,8 @@ ( sed -e 's#\(^SUBDIRS.*\) intl#\1#' Makefile.am >Makefile.am.new \ && mv Makefile.am.new Makefile.am ) - echo "Running gettextize --copy $gettext_opt" - gettextize --copy $gettext_opt || fail + echo "Running gettextize $gettext_opt" + gettextize $gettext_opt || fail if test -f po/Makevars.template then cp po/Makevars.template po/Makevars @@ -146,8 +146,8 @@ echo "Cleaning stuff generated by libtoolize" rm -f ltmain.sh config.guess config.sub - echo "Running libtoolize --copy" - libtoolize --copy || fail + echo "Running libtoolize" + libtoolize || fail echo "Cleaning stuff generated by aclocal" rm -f aclocal.m4 |
From: <as...@us...> - 2002-10-27 10:44:50
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv11317 Modified Files: autogen.sh Log Message: don't use copy, use symlinks Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/exif/autogen.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- autogen.sh 25 Oct 2002 15:06:35 -0000 1.8 +++ autogen.sh 27 Oct 2002 10:44:46 -0000 1.9 @@ -126,8 +126,8 @@ ( sed -e 's#\(^SUBDIRS.*\) intl#\1#' Makefile.am >Makefile.am.new \ && mv Makefile.am.new Makefile.am ) - echo "Running gettextize --copy $gettext_opt" - gettextize --copy $gettext_opt || fail + echo "Running gettextize $gettext_opt" + gettextize $gettext_opt || fail if test -f po/Makevars.template then cp po/Makevars.template po/Makevars @@ -146,8 +146,8 @@ echo "Cleaning stuff generated by libtoolize" rm -f ltmain.sh config.guess config.sub - echo "Running libtoolize --copy" - libtoolize --copy || fail + echo "Running libtoolize" + libtoolize || fail echo "Cleaning stuff generated by aclocal" rm -f aclocal.m4 |
From: <hu...@us...> - 2002-10-25 19:30:44
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv32210 Modified Files: Makefile.am Log Message: added man page Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 25 Oct 2002 19:29:35 -0000 1.9 +++ Makefile.am 25 Oct 2002 19:30:39 -0000 1.10 @@ -1,3 +1,6 @@ SUBDIRS = libjpeg exif po man_MANS = exif.1 + +# newer versions of automake/autoconf require this, OK? +EXTRA_DIST = exif.1 |
From: <hu...@us...> - 2002-10-25 19:29:41
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv31894 Modified Files: Makefile.am Log Message: removed misguided attempt to create *.tar.bz2 dist packages, and gettextize stuff, added man page Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 16 Sep 2002 18:24:26 -0000 1.8 +++ Makefile.am 25 Oct 2002 19:29:35 -0000 1.9 @@ -1,17 +1,3 @@ SUBDIRS = libjpeg exif po man_MANS = exif.1 - - -######################################################################## -# create .tar.bz2 distribution package for convenience if the -# $(TAR) on this system supports it. else do nothing. -dist-hook: - if [ "x${CDPATH}" != "x" ]; then \ - echo "You have set CDPATH. If make dist fails, try to unset CDPATH."; \ - fi - -$(MAKE) dist-bzip2 - -dist-bzip2: - -chmod -R a+r $(distdir) - -$(TAR) chojf $(distdir).tar.bz2 $(distdir) |
From: <as...@us...> - 2002-10-25 18:14:36
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv2547 Modified Files: configure.in Log Message: Kill that annoying Werror Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- configure.in 16 Sep 2002 18:13:03 -0000 1.11 +++ configure.in 25 Oct 2002 18:14:33 -0000 1.12 @@ -29,7 +29,7 @@ dnl Warnings: If we have GCC, be paranoid. dnl --------------------------------------------------------------------------- if test "x$GCC" = "xyes"; then - CFLAGS="$CFLAGS -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror" + CFLAGS="$CFLAGS -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith" AC_SUBST(CFLAGS) fi |
From: <hu...@us...> - 2002-10-25 16:19:35
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv25751 Modified Files: autogen.sh Log Message: We use libtool in this package. So we add libtoolize. End of discussion. :-) Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/exif/autogen.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- autogen.sh 5 Oct 2002 18:10:45 -0000 1.7 +++ autogen.sh 25 Oct 2002 15:06:35 -0000 1.8 @@ -46,6 +46,14 @@ DIE=1 } +(libtool --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "You must have libtool installed to compile $PROJECT." + echo "Download the appropriate package for your distribution," + echo "or get the source tarball at ftp://ftp.gnu.org/gnu/libtool/" + DIE=1 +} + (automake${AUTOMAKE_SUFFIX} --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have automake installed to compile $PROJECT." @@ -134,6 +142,12 @@ ( sed -e 's#\(^SUBDIRS.*\)$#\1 intl#' Makefile.am >Makefile.am.new \ && mv Makefile.am.new Makefile.am ) esac + + echo "Cleaning stuff generated by libtoolize" + rm -f ltmain.sh config.guess config.sub + + echo "Running libtoolize --copy" + libtoolize --copy || fail echo "Cleaning stuff generated by aclocal" rm -f aclocal.m4 |
From: <lu...@us...> - 2002-10-23 19:57:23
|
Update of /cvsroot/libexif/exif/exif In directory usw-pr-cvs1:/tmp/cvs-serv30392/exif Modified Files: main.c Log Message: 2002-10-23 Lutz Müller <lu...@us...> * exif/main.c: s/poptPrintUsage/poptPrintHelp Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- main.c 22 Oct 2002 20:02:21 -0000 1.26 +++ main.c 23 Oct 2002 19:57:19 -0000 1.27 @@ -246,7 +246,7 @@ /* Any option? */ if (argc <= 1) { - poptPrintUsage (ctx, stdout, 0); + poptPrintHelp (ctx, stdout, 0); return (0); } @@ -574,7 +574,7 @@ args++; } } else - poptPrintUsage (ctx, stdout, 0); + poptPrintHelp (ctx, stdout, 0); poptFreeContext (ctx); |
From: <lu...@us...> - 2002-10-23 19:57:23
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv30392 Modified Files: ChangeLog Log Message: 2002-10-23 Lutz Müller <lu...@us...> * exif/main.c: s/poptPrintUsage/poptPrintHelp Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ChangeLog 22 Oct 2002 20:02:20 -0000 1.21 +++ ChangeLog 23 Oct 2002 19:57:18 -0000 1.22 @@ -1,3 +1,7 @@ +2002-10-23 Lutz Müller <lu...@us...> + + * exif/main.c: s/poptPrintUsage/poptPrintHelp + 2002-10-22 Lutz Müller <lu...@us...> * exif/main.c: Fix segfault. |
From: <lu...@us...> - 2002-10-22 20:02:24
|
Update of /cvsroot/libexif/exif/exif In directory usw-pr-cvs1:/tmp/cvs-serv29213/exif Modified Files: main.c Log Message: 2002-10-22 Lutz Müller <lu...@us...> * exif/main.c: Fix segfault. Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- main.c 22 Oct 2002 19:53:53 -0000 1.25 +++ main.c 22 Oct 2002 20:02:21 -0000 1.26 @@ -316,7 +316,8 @@ if (list_tags) { action_tag_table (*args, ed); } else if (tag && !set_value) { - if (ifd >= 0) { + if ((ifd >= EXIF_IFD_0) && + (ifd < EXIF_IFD_COUNT)) { e = exif_content_get_entry ( ed->ifd[ifd], tag); if (e) @@ -439,7 +440,8 @@ } /* ... and an IFD. */ - if (ifd < 0) { + if ((ifd < EXIF_IFD_0) || + (ifd >= EXIF_IFD_COUNT)) { fprintf (stderr, _("You need to " "specify an IFD!")); fputc ('\n', stderr); @@ -533,7 +535,8 @@ } else if (remove) { /* We need an IFD. */ - if (ifd < 0) { + if ((ifd < EXIF_IFD_0) || + (ifd >= EXIF_IFD_COUNT)) { fprintf (stderr, _("You need to " "specify an IFD!")); fputc ('\n', stderr); |
From: <lu...@us...> - 2002-10-22 20:02:23
|
Update of /cvsroot/libexif/exif In directory usw-pr-cvs1:/tmp/cvs-serv29213 Modified Files: ChangeLog Log Message: 2002-10-22 Lutz Müller <lu...@us...> * exif/main.c: Fix segfault. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ChangeLog 22 Oct 2002 19:53:53 -0000 1.20 +++ ChangeLog 22 Oct 2002 20:02:20 -0000 1.21 @@ -1,5 +1,9 @@ 2002-10-22 Lutz Müller <lu...@us...> + * exif/main.c: Fix segfault. + +2002-10-22 Lutz Müller <lu...@us...> + * exif/main.c: Print usage if no arguments are given. Save modified files on --remove-ifd and --remove. Try to avoid a segfault. |
From: <lu...@us...> - 2002-10-22 19:53:56
|
Update of /cvsroot/libexif/exif/exif In directory usw-pr-cvs1:/tmp/cvs-serv24198/exif Modified Files: main.c Log Message: 2002-10-22 Lutz Müller <lu...@us...> * exif/main.c: Print usage if no arguments are given. Save modified files on --remove-ifd and --remove. Try to avoid a segfault. Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- main.c 22 Oct 2002 19:49:23 -0000 1.24 +++ main.c 22 Oct 2002 19:53:53 -0000 1.25 @@ -262,7 +262,8 @@ if (ifd_string) { ifd = exif_ifd_from_string (ifd_string); - if ((ifd < 0) || !exif_ifd_get_name (ifd)) { + if ((ifd < EXIF_IFD_0) || (ifd >= EXIF_IFD_COUNT) || + !exif_ifd_get_name (ifd)) { fprintf (stderr, _("Invalid IFD '%s'. Valid IFDs are " "'0', '1', 'EXIF', 'GPS', and " "'Interoperability'."), ifd_string); |