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: Hans U. N. <hu...@us...> - 2005-06-19 21:57:40
|
Update of /cvsroot/libexif/libexif-website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25679/libexif-website Log Message: Directory /cvsroot/libexif/libexif-website added to the repository |
From: Hans U. N. <hu...@us...> - 2005-06-19 21:48:47
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20619/doc Modified Files: Makefile.am Log Message: fix typo, add file types to uploaded docs Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- Makefile.am 19 Jun 2005 21:43:49 -0000 1.4 +++ Makefile.am 19 Jun 2005 21:48:37 -0000 1.5 @@ -36,7 +36,7 @@ $(DOXYGEN_UPLOAD): $(DOXYGEN_STAMPS) find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \ -or \( -type f -exec chmod a+r {} \; \) rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/libexif-api.html/ sf:/home/users/h/hu/hun/libexif/htdocs/api/ - ssh "sf" "find /home/groups/g/gp/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' \) -exec chmod a+r {} \; \)" + ssh "sf" "find /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)" endif |
From: Hans U. N. <hu...@us...> - 2005-06-19 21:47:02
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19640/doc Modified Files: Doxyfile.in Log Message: updated doxygen settings from hub Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- Doxyfile.in 12 Apr 2005 03:27:09 -0000 1.1 +++ Doxyfile.in 19 Jun 2005 21:46:52 -0000 1.2 @@ -584,7 +584,7 @@ VERBATIM_HEADERS = YES # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. -ALPHABETICAL_INDEX = NO +ALPHABETICAL_INDEX = YES # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns @@ -597,7 +597,7 @@ COLS_IN_ALPHA_INDEX = 5 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. -IGNORE_PREFIX = +IGNORE_PREFIX = _ #--------------------------------------------------------------------------- # configuration options related to the HTML output |
From: Hans U. N. <hu...@us...> - 2005-06-19 21:45:42
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19093 Modified Files: README.apidocs Log Message: update README.apidocs Index: README.apidocs =================================================================== RCS file: /cvsroot/libexif/libexif/doc/README.apidocs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- README.apidocs 12 Apr 2005 03:27:09 -0000 1.1 +++ README.apidocs 19 Jun 2005 21:45:33 -0000 1.2 @@ -1,8 +1,7 @@ Rules for the API docs: - 1. DO NOT DOCUMENT ANYTHING YET - 2. If you know a method to keep API docs and internal docs apart, with - doxygen, please tell us. + 1. Clearly distinguish between interna and the external API/ABI. + 2. Mark internal stuff with \internal. 3. If this has been solved, start documenting the external interface. Thank you. |
From: Hans U. N. <hu...@us...> - 2005-06-19 21:43:58
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18411 Modified Files: Makefile.am Log Message: upload API docs to libexif website Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- Makefile.am 24 Apr 2005 09:00:28 -0000 1.3 +++ Makefile.am 19 Jun 2005 21:43:49 -0000 1.4 @@ -6,6 +6,7 @@ if HAVE_DOXYGEN DOXYGEN_FILES = DOXYGEN_STAMPS = $(DOXYGEN_OUTPUT_DIR).stamp +DOXYGEN_UPLOAD = $(DOXYGEN_OUTPUT_DIR).uploaded # FIXME: Depending on the source files would be sufficient... $(DOXYGEN_OUTPUT_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la @@ -31,6 +32,12 @@ uninstall-apidocs: clean-apidocs: rm -rf $(DOXYGEN_OUTPUT_DIR) +$(DOXYGEN_UPLOAD): $(DOXYGEN_STAMPS) + find $(DOXYGEN_OUTPUT_DIR) \( -type d -exec chmod a+rx,go-w,g+s {} \; \) \ + -or \( -type f -exec chmod a+r {} \; \) + rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/libexif-api.html/ sf:/home/users/h/hu/hun/libexif/htdocs/api/ + ssh "sf" "find /home/groups/g/gp/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' \) -exec chmod a+r {} \; \)" + endif @@ -50,5 +57,7 @@ uninstall-local: uninstall-apidocs clean-local: clean-apidocs +upload: $(DOXYGEN_UPLOAD) + CLEANFILES = $(DOXYGEN_FILES) $(DOXYGEN_STAMPS) |
From: Hans U. N. <hu...@us...> - 2005-06-16 17:58:04
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1569/po Modified Files: de.po es.po fr.po Log Message: update *.po Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/es.po,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- es.po 12 Apr 2005 03:27:09 -0000 1.13 +++ es.po 16 Jun 2005 17:57:55 -0000 1.14 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" -"Report-Msgid-Bugs-To: lib...@li...\n" -"POT-Creation-Date: 2005-03-30 16:53+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-05-03 13:31+0200\n" "PO-Revision-Date: 2005-03-12 05:43+0100\n" "Last-Translator: Fabian Mandelbaum <fa...@ma...>\n" "Language-Team: Spanish <es...@li...>\n" @@ -22,149 +22,150 @@ msgstr "" [...2144 lines suppressed...] "recorded as an ASCII string equivalent to hexadecimal notation and 128-bit " @@ -2129,6 +2174,18 @@ msgstr "" "Se registra como una cadena de caracteres ASCII equivalente a notación " "hexadecimal y de una longitud fija de 128 bits." +#: libexif/exif-tag.c:670 +msgid "Gamma" +msgstr "" + +#: libexif/exif-tag.c:671 +msgid "Indicates the value of coefficient gamma." +msgstr "" + +#: libexif/exif-tag.c:673 +msgid "Unknown (related to Epson's PRINT Image Matching technology)" +msgstr "" + #: libexif/canon/mnote-canon-tag.c:34 msgid "Settings (first part)" msgstr "" Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/fr.po,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- fr.po 12 Apr 2005 03:27:10 -0000 1.14 +++ fr.po 16 Jun 2005 17:57:56 -0000 1.15 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" -"Report-Msgid-Bugs-To: lib...@li...\n" -"POT-Creation-Date: 2005-03-30 16:53+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-05-03 13:31+0200\n" "PO-Revision-Date: 2005-03-12 05:42+0100\n" "Last-Translator: Arnaud Launay <as...@la...>\n" "Language-Team: Français <tr...@tr...>\n" @@ -23,149 +23,150 @@ msgstr "Motorola" [...2083 lines suppressed...] "recorded as an ASCII string equivalent to hexadecimal notation and 128-bit " @@ -1904,6 +1949,18 @@ msgstr "" "enregistré sous la forme d'une chaîne ASCII équivalente à la notation " "hexadécimale et d'une longueur fixe de 128 bits." +#: libexif/exif-tag.c:670 +msgid "Gamma" +msgstr "" + +#: libexif/exif-tag.c:671 +msgid "Indicates the value of coefficient gamma." +msgstr "" + +#: libexif/exif-tag.c:673 +msgid "Unknown (related to Epson's PRINT Image Matching technology)" +msgstr "" + #: libexif/canon/mnote-canon-tag.c:34 msgid "Settings (first part)" msgstr "" Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- de.po 12 Apr 2005 03:27:09 -0000 1.23 +++ de.po 16 Jun 2005 17:57:55 -0000 1.24 @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: de\n" -"Report-Msgid-Bugs-To: lib...@li...\n" -"POT-Creation-Date: 2005-03-30 16:53+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-05-03 13:31+0200\n" "PO-Revision-Date: 2005-03-17 05:04+0100\n" "Last-Translator: Marcus Meissner <ma...@je...>\n" "Language-Team: deutsch <de...@li...>\n" @@ -25,13 +25,13 @@ msgstr "Motorola" [...2047 lines suppressed...] "This tag indicates an identifier assigned uniquely to each image. It is " "recorded as an ASCII string equivalent to hexadecimal notation and 128-bit " "fixed length." msgstr "" +#: libexif/exif-tag.c:670 +msgid "Gamma" +msgstr "" + +#: libexif/exif-tag.c:671 +msgid "Indicates the value of coefficient gamma." +msgstr "" + +#: libexif/exif-tag.c:673 +msgid "Unknown (related to Epson's PRINT Image Matching technology)" +msgstr "" + #: libexif/canon/mnote-canon-tag.c:34 msgid "Settings (first part)" msgstr "" |
From: Hans U. N. <hu...@us...> - 2005-06-13 21:07:50
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4087/src/libexif/libexif Modified Files: Makefile.am Added Files: libexif.sym Log Message: explicitly define lift of symbols libexif exports --- NEW FILE: libexif.sym --- exif_array_set_byte_order exif_byte_order_get_name exif_content_add_entry exif_content_dump exif_content_fix exif_content_foreach_entry exif_content_free exif_content_get_entry exif_content_get_ifd exif_content_log exif_content_new exif_content_new_mem exif_content_ref exif_content_remove_entry exif_content_unref exif_data_dump exif_data_fix exif_data_foreach_content exif_data_free exif_data_get_byte_order exif_data_get_data_type exif_data_get_log exif_data_get_mnote_data exif_data_load_data exif_data_log exif_data_new exif_data_new_from_data exif_data_new_from_file exif_data_new_mem exif_data_option_get_description exif_data_option_get_name exif_data_ref exif_data_save_data exif_data_set_byte_order exif_data_set_data_type exif_data_set_option exif_data_unref exif_data_unset_option exif_entry_dump exif_entry_fix exif_entry_free exif_entry_get_value exif_entry_initialize exif_entry_new exif_entry_new_mem exif_entry_ref exif_entry_unref exif_format_get_name exif_format_get_size exif_get_long exif_get_rational exif_get_short exif_get_slong exif_get_srational exif_get_sshort exif_ifd_get_name exif_loader_get_data exif_loader_log exif_loader_new exif_loader_new_mem exif_loader_ref exif_loader_reset exif_loader_unref exif_loader_write exif_loader_write_file exif_log exif_log_code_get_message exif_log_code_get_title exif_log_free exif_log_new exif_log_new_mem exif_log_ref exif_log_set_func exif_log_unref exif_logv exif_mem_alloc exif_mem_free exif_mem_new exif_mem_new_default exif_mem_realloc exif_mem_ref exif_mem_unref exif_mnote_data_canon_new exif_mnote_data_construct exif_mnote_data_count exif_mnote_data_get_description exif_mnote_data_get_id exif_mnote_data_get_name exif_mnote_data_get_title exif_mnote_data_get_value exif_mnote_data_load exif_mnote_data_log exif_mnote_data_olympus_new exif_mnote_data_pentax_new exif_mnote_data_ref exif_mnote_data_save exif_mnote_data_set_byte_order exif_mnote_data_set_offset exif_mnote_data_unref exif_set_long exif_set_rational exif_set_short exif_set_slong exif_set_srational exif_set_sshort exif_tag_from_name exif_tag_get_description exif_tag_get_description_in_ifd exif_tag_get_name exif_tag_get_name_in_ifd exif_tag_get_support_level_in_ifd exif_tag_get_title exif_tag_get_title_in_ifd exif_tag_table_count exif_tag_table_get_name exif_tag_table_get_tag mnote_canon_entry_get_value mnote_canon_tag_get_description mnote_canon_tag_get_name mnote_canon_tag_get_title mnote_olympus_entry_get_value mnote_olympus_tag_get_description mnote_olympus_tag_get_name mnote_olympus_tag_get_title mnote_pentax_entry_get_value mnote_pentax_tag_get_description mnote_pentax_tag_get_name mnote_pentax_tag_get_title Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/Makefile.am,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -d -r1.34 -r1.35 --- Makefile.am 30 Apr 2005 00:55:28 -0000 1.34 +++ Makefile.am 13 Jun 2005 21:07:39 -0000 1.35 @@ -6,7 +6,9 @@ lib_LTLIBRARIES = libexif.la # or shared libraries for Tru64 or AIX (according to the autobook # chapter on "Portable Library Design"). It doesn't seem to hurt # elsewhere, so we can leave it in. -libexif_la_LDFLAGS = -no-undefined -version-info @LIBEXIF_VERSION_INFO@ +libexif_la_LDFLAGS = \ + -export-symbols $(srcdir)/libexif.sym \ + -no-undefined -version-info @LIBEXIF_VERSION_INFO@ libexif_la_SOURCES = \ exif-byte-order.c \ exif-content.c \ @@ -57,7 +59,7 @@ libexifinclude_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libexif.pc -EXTRA_DIST = libexif.pc.in +EXTRA_DIST = libexif.pc.in libexif.sym DISTCLEANFILES = _stdint.h |
From: Hans U. N. <hu...@us...> - 2005-05-12 13:11:33
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25527/src/libexif Modified Files: autogen.sh Log Message: autogen 0.4.5 - autodetect automake, autoconf versions Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif/autogen.sh,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -d -r1.36 -r1.37 --- autogen.sh 9 May 2005 12:10:45 -0000 1.36 +++ autogen.sh 12 May 2005 13:11:12 -0000 1.37 @@ -19,7 +19,7 @@ debug="false" recursive="false" dryrun="false" self="$(basename "$0")" -autogen_version="0.4.4" +autogen_version="0.4.5" ######################################################################## @@ -61,9 +61,12 @@ Flags: ${self} depends on automake, autoconf, libtool and gettext. -You may want to set AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL, +You may want to set AUTOCONF, AUTOHEADER, AUTOMAKE, AUTORECONF, ACLOCAL, AUTOPOINT, LIBTOOLIZE to use specific version of these tools, and AUTORECONF_OPTS to add options to the call to autoreconf. + +If none of these variables are set, ${self} tries to find the most +adequate version in \$PATH. __HELP_EOF__ } @@ -320,7 +323,7 @@ if cd "${dir}"; then if test "$status" -ne 0; then exit "$status"; fi fi if "$recursive"; then :; else - if execute_command autoreconf --install --symlink ${AUTORECONF_OPTS}; then + if execute_command ${AUTORECONF-"autoreconf"} --install --symlink ${AUTORECONF_OPTS}; then :; else status="$?" echo "autoreconf quit with exit code $status, aborting." @@ -402,6 +405,57 @@ if test "x$pdirs" != "x"; then dirs="$pdirs" fi + +######################################################################## +# If not explicitly given, try to find most convenient tools in $PATH +# +# This method only works for tools made for parallel installation with +# a version suffix, i.e. autoconf and automake. +# +# libtool and gettext do not support that, so you'll still have to +# manually set the respective variables if the default does not work +# for you. + +skip="false" +oldversion="oldversion" +while read flag variable binary version restofline; do + case "$flag" in + +) + if "$skip"; then skip=false; fi + if test -n "`eval echo \$\{$variable+"set"\}`"; then + skip=: + else + if test -x "`which ${binary}${version}`"; then + export "$variable"="${binary}${version}" + oldversion="${version}" + else + skip=: + fi + fi + ;; + -) + if "$skip"; then :; else + export "$variable"="${binary}${oldversion}" + fi + ;; + esac +done<<EOF ++ AUTOMAKE automake -1.9 +- ACLOCAL aclocal ++ AUTOMAKE automake -1.8 +- ACLOCAL aclocal ++ AUTOCONF autoconf 2.59 +- AUTOHEADER autoheader +- AUTORECONF autoreconf ++ AUTOCONF autoconf 2.50 +- AUTOHEADER autoheader +- AUTORECONF autoreconf +EOF + + +######################################################################## +# Check that tool versions satisfy our needs + if "$check_versions"; then # check tool versions errors=false |
From: Hans U. N. <hu...@us...> - 2005-05-09 12:10:56
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22110/src/libexif Modified Files: autogen.sh Log Message: use GP_AUTOGEN_SUBDIR, 0.4.4 autogen.sh Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif/autogen.sh,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -d -r1.35 -r1.36 --- autogen.sh 7 May 2005 19:12:03 -0000 1.35 +++ autogen.sh 9 May 2005 12:10:45 -0000 1.36 @@ -19,7 +19,7 @@ debug="false" recursive="false" dryrun="false" self="$(basename "$0")" -autogen_version="0.4.3" +autogen_version="0.4.4" ######################################################################## @@ -118,7 +118,7 @@ init_vars() { # OK, the "init" part is done recursively by autopoint, so that is easy. # But the cleaning should also work recursively, but that is difficult # with the current structure of the script. - AG_SUBDIRS="$(for k in $(sed -n 's/^[[:space:]]*AC_CONFIG_SUBDIRS(\[\{0,1\}\([^])]*\).*/\1/p' "$CONFIGURE_AC"); do echo "${k}"; done)" + AG_SUBDIRS="$(for k in $(sed -n 's/^[[:space:]]*GP_AUTOGEN_SUBDIR(\[\{0,1\}\([^])]*\).*/\1/p' "$CONFIGURE_AC"); do echo "${k}"; done)" AG_LIBLTDL_DIR="$(sed -n 's/^[[:space:]]*AC_LIBLTDL_\(INSTALLABLE\|CONVENIENCE\)(\[\{0,1\}\([^])]*\).*/\2/p' < "$CONFIGURE_AC")" if test "x$AG_LIBLTDL_DIR" = "x"; then tmp="$(sed -n 's/^[[:space:]]*\(AC_LIBLTDL_\)\(INSTALLABLE\|CONVENIENCE\)(\[\{0,1\}\([^])]*\).*/\1/p' < "$CONFIGURE_AC")" |
From: Hans U. N. <hu...@us...> - 2005-05-07 19:12:17
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5380/libexif Modified Files: autogen.sh Log Message: autogen.sh update (0.4.3) Index: autogen.sh =================================================================== RCS file: /cvsroot/libexif/libexif/autogen.sh,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -d -r1.34 -r1.35 --- autogen.sh 22 Apr 2005 14:55:10 -0000 1.34 +++ autogen.sh 7 May 2005 19:12:03 -0000 1.35 @@ -19,7 +19,7 @@ debug="false" recursive="false" dryrun="false" self="$(basename "$0")" -autogen_version="0.4.2" +autogen_version="0.4.3" ######################################################################## @@ -336,7 +336,9 @@ fi # Just error propagation status="$?" echo "$self:init: Left directory \`${dir}'" - if test "$status" -ne "0"; then + if "$recursive"; then + : + elif test "$status" -ne "0"; then exit "$status" fi } @@ -435,12 +437,13 @@ fi for dir in ${dirs}; do "$debug" && echo "Running commands on directory \`${dir}'" if test ! -d "$dir"; then - echo "Could not find directory \`${dir}'" + echo "Could not find directory \`${dir}'" + else + init_vars "$dir" + for command in ${commands}; do + "command_$command" "$dir" + done fi - init_vars "$dir" - for command in ${commands}; do - "command_$command" "$dir" - done done exit 0 |
From: Hans U. N. <hu...@us...> - 2005-05-06 10:17:17
|
Update of /cvsroot/libexif/libexif-testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31329 Modified Files: configure.ac Log Message: working on lets 0.7.5.9 now Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -d -r1.20 -r1.21 --- configure.ac 5 May 2005 16:27:00 -0000 1.20 +++ configure.ac 6 May 2005 10:17:07 -0000 1.21 @@ -3,7 +3,7 @@ dnl Use a short version and package name dnl packaging [...]/libgphoto2_port/gphoto2-port-portability-os2.h dnl because tar only handles 99 chars per file path. Oh, and GNU tar 1.13 dnl will fail silently. -AC_INIT([libexif test suite],[0.7.5.7],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.5.9],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) |
From: Hans U. N. <hu...@us...> - 2005-05-05 16:58:27
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13744/libexif Modified Files: exif-entry.c Log Message: make libexif 'gcc-4.0 -Wall -Werror' clean Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -p -d -r1.87 -r1.88 --- exif-entry.c 2 May 2005 19:28:49 -0000 1.87 +++ exif-entry.c 5 May 2005 16:57:45 -0000 1.88 @@ -673,7 +673,7 @@ exif_entry_get_value (ExifEntry *e, char * Some cameras store a string like " " here. Ignore it. */ if (e->size && e->data && - (strspn (e->data, " ") != strlen ((char *) e->data))) + (strspn ((char *)e->data, " ") != strlen ((char *) e->data))) strncpy (val, (char *) e->data, MIN (maxlen, e->size)); else strncpy (val, _("[None]"), maxlen); @@ -685,8 +685,8 @@ exif_entry_get_value (ExifEntry *e, char ts = e->data + e->size - t; strncat (val, " - ", maxlen - strlen (val)); if (e->size && e->data && (ts > 0) && - (strspn (t, " ") != ts)) - strncat (val, t, MIN (maxlen - strlen (val), ts)); + (strspn ((char *)t, " ") != ts)) + strncat (val, (char *)t, MIN (maxlen - strlen (val), ts)); else strncat (val, _("[None]"), maxlen - strlen (val)); strncat (val, " ", maxlen - strlen (val)); @@ -725,14 +725,14 @@ exif_entry_get_value (ExifEntry *e, char entry = exif_content_get_entry ( e->parent->parent->ifd[EXIF_IFD_0], EXIF_TAG_MAKE); if (entry && entry->data && - !strncmp (entry->data, "Minolta", 7)) { + !strncmp ((char *)entry->data, "Minolta", 7)) { entry = exif_content_get_entry ( e->parent->parent->ifd[EXIF_IFD_0], EXIF_TAG_MODEL); if (entry && entry->data) { - if (!strncmp (entry->data, "DiMAGE 7", 8)) + if (!strncmp ((char *)entry->data, "DiMAGE 7", 8)) d = 3.9; - else if (!strncmp (entry->data, "DiMAGE 5", 8)) + else if (!strncmp ((char *)entry->data, "DiMAGE 5", 8)) d = 4.9; } } @@ -1291,7 +1291,7 @@ exif_entry_initialize (ExifEntry *e, Exi e->size = exif_format_get_size (e->format) * e->components; e->data = exif_entry_alloc (e, e->size); if (!e->data) break; - strncpy (e->data, _("[None]"), e->size); + strncpy ((char *)e->data, _("[None]"), e->size); break; case EXIF_TAG_COPYRIGHT: e->components = (strlen (_("[None]")) + 1) * 2; @@ -1299,8 +1299,8 @@ exif_entry_initialize (ExifEntry *e, Exi e->size = exif_format_get_size (e->format) * e->components; e->data = exif_entry_alloc (e, e->size); if (!e->data) break; - strcpy (e->data + 0, _("[None]")); - strcpy (e->data + strlen (_("[None]")) + 1, _("[None]")); + strcpy (((char *)e->data) + 0, _("[None]")); + strcpy (((char *)e->data) + strlen (_("[None]")) + 1, _("[None]")); break; /* UNDEFINED, no components, no default */ |
From: Hans U. N. <hu...@us...> - 2005-05-05 16:58:08
|
Update of /cvsroot/libexif/libexif/libexif/olympus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13744/libexif/olympus Modified Files: exif-mnote-data-olympus.c mnote-olympus-entry.c Log Message: make libexif 'gcc-4.0 -Wall -Werror' clean Index: mnote-olympus-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-entry.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -d -r1.19 -r1.20 --- mnote-olympus-entry.c 17 Sep 2004 20:59:15 -0000 1.19 +++ mnote-olympus-entry.c 5 May 2005 16:57:58 -0000 1.20 @@ -428,17 +428,17 @@ mnote_olympus_entry_get_value (MnoteOlym case MNOTE_OLYMPUS_TAG_VERSION: CF (entry->format, EXIF_FORMAT_ASCII, v, maxlen); CC2 (entry->components, 5, 8, v, maxlen); - strncpy (v, entry->data, MIN (maxlen, entry->size)); + strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); break; case MNOTE_OLYMPUS_TAG_INFO: CF (entry->format, EXIF_FORMAT_ASCII, v, maxlen); CC2 (entry->components, 52, 53, v, maxlen); - strncpy (v, entry->data, MIN (maxlen, entry->size)); + strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); break; case MNOTE_OLYMPUS_TAG_ID: CF (entry->format, EXIF_FORMAT_UNDEFINED, v, maxlen); CC (entry->components, 32, v, maxlen); - strncpy (v, entry->data, MIN (maxlen, entry->size)); + strncpy (v, (char *)entry->data, MIN (maxlen, entry->size)); break; case MNOTE_OLYMPUS_TAG_UNKNOWN_4: CF (entry->format, EXIF_FORMAT_LONG, v, maxlen); @@ -512,7 +512,7 @@ mnote_olympus_entry_get_value (MnoteOlym default: switch (entry->format) { case EXIF_FORMAT_ASCII: - strncpy (v, entry->data, + strncpy (v, (char *)entry->data, MIN (maxlen, entry->components)); break; case EXIF_FORMAT_SHORT: Index: exif-mnote-data-olympus.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/exif-mnote-data-olympus.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- exif-mnote-data-olympus.c 9 Mar 2005 20:49:28 -0000 1.22 +++ exif-mnote-data-olympus.c 5 May 2005 16:57:58 -0000 1.23 @@ -91,7 +91,7 @@ exif_mnote_data_olympus_save (ExifMnoteD if (!*buf) return; /* Write the header and the number of entries. */ - strcpy (*buf, "OLYMP"); + strcpy ((char *)*buf, "OLYMP"); o2 += 2; datao = n->offset; break; @@ -105,7 +105,7 @@ exif_mnote_data_olympus_save (ExifMnoteD if (!*buf) return; /* Write the header and the number of entries. */ - strcpy (*buf, "Nikon"); + strcpy ((char *)*buf, "Nikon"); (*buf)[6] = n->version; o2 += 2; *buf_size += 2; if (n->version == 2) { @@ -226,9 +226,9 @@ exif_mnote_data_olympus_load (ExifMnoteD */ datao = o2; if (o2 >= buf_size) return; - if (!strncmp (&buf[o2], "II", 2)) + if (!strncmp ((char *)&buf[o2], "II", 2)) n->order = EXIF_BYTE_ORDER_INTEL; - else if (!strncmp (&buf[o2], "MM", 2)) + else if (!strncmp ((char *)&buf[o2], "MM", 2)) n->order = EXIF_BYTE_ORDER_MOTOROLA; else { exif_log (en->log, EXIF_LOG_CODE_DEBUG, |
From: Hans U. N. <hu...@us...> - 2005-05-05 16:58:08
|
Update of /cvsroot/libexif/libexif/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13744/test Modified Files: test-mem.c Log Message: make libexif 'gcc-4.0 -Wall -Werror' clean Index: test-mem.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-mem.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- test-mem.c 30 Apr 2005 01:17:28 -0000 1.9 +++ test-mem.c 5 May 2005 16:57:59 -0000 1.10 @@ -31,7 +31,7 @@ int main (int argc, char **argv) { ExifData *ed; - ExifEntry *e; + /* ExifEntry *e; */ unsigned char *eb, size[2]; unsigned int ebs; ExifLoader *loader; |
From: Hans U. N. <hu...@us...> - 2005-05-05 16:58:08
|
Update of /cvsroot/libexif/libexif/libexif/pentax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13744/libexif/pentax Modified Files: mnote-pentax-entry.c Log Message: make libexif 'gcc-4.0 -Wall -Werror' clean Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-entry.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- mnote-pentax-entry.c 17 Sep 2004 20:59:16 -0000 1.8 +++ mnote-pentax-entry.c 5 May 2005 16:57:58 -0000 1.9 @@ -187,7 +187,7 @@ mnote_pentax_entry_get_value (MnotePenta default: switch (entry->format) { case EXIF_FORMAT_ASCII: - strncpy (val, entry->data, MIN(maxlen, entry->components)); + strncpy (val, (char *)entry->data, MIN(maxlen, entry->components)); break; case EXIF_FORMAT_SHORT: vs = exif_get_short (entry->data, entry->order); |
From: Hans U. N. <hu...@us...> - 2005-05-05 16:58:07
|
Update of /cvsroot/libexif/libexif/libexif/canon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13744/libexif/canon Modified Files: mnote-canon-entry.c Log Message: make libexif 'gcc-4.0 -Wall -Werror' clean Index: mnote-canon-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-entry.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- mnote-canon-entry.c 2 Oct 2004 05:55:26 -0000 1.6 +++ mnote-canon-entry.c 5 May 2005 16:57:48 -0000 1.7 @@ -524,13 +524,13 @@ mnote_canon_entry_get_value (const Mnote case MNOTE_CANON_TAG_OWNER: CF (entry->format, EXIF_FORMAT_ASCII, val, maxlen); CC (entry->components, 32, val, maxlen); - strncpy (val, data, MIN (entry->size, maxlen)); + strncpy (val, (char *)data, MIN (entry->size, maxlen)); break; case MNOTE_CANON_TAG_FIRMWARE: CF (entry->format, EXIF_FORMAT_ASCII, val, maxlen); CC2 (entry->components, 24, 32, val, maxlen); - strncpy (val, data, MIN (entry->size, maxlen)); + strncpy (val, (char *)data, MIN (entry->size, maxlen)); break; case MNOTE_CANON_TAG_IMAGE_NUMBER: |
From: Hans U. N. <hu...@us...> - 2005-05-05 16:27:17
|
Update of /cvsroot/libexif/libexif-testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5652 Modified Files: configure.ac Log Message: libexif test suite 0.7.5.7 Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -d -r1.19 -r1.20 --- configure.ac 2 May 2005 19:24:33 -0000 1.19 +++ configure.ac 5 May 2005 16:27:00 -0000 1.20 @@ -3,7 +3,7 @@ dnl Use a short version and package name dnl packaging [...]/libgphoto2_port/gphoto2-port-portability-os2.h dnl because tar only handles 99 chars per file path. Oh, and GNU tar 1.13 dnl will fail silently. -AC_INIT([libexif test suite],[0.7.5.5],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.5.7],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) |
From: Hans U. N. <hu...@us...> - 2005-05-05 12:25:51
|
Update of /cvsroot/libexif/libexif-testsuite/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8963 Modified Files: Makefile.am Log Message: more commends, and ship another file Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/tests/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- Makefile.am 22 Apr 2005 14:50:24 -0000 1.18 +++ Makefile.am 5 May 2005 12:25:40 -0000 1.19 @@ -1,4 +1,4 @@ -# Those numbers are the bub IDs from the sourceforge.net bug tracker. +# Those numbers are the issue IDs from the sourceforge.net bug tracker. # # To get more info about NNNNNN, go visit # https://sourceforge.net/tracker/index.php?func=detail&aid=NNNNNN&group_id=12272&atid=112272 @@ -31,7 +31,8 @@ endif CLEANFILES = $(check_SCRIPTS) *.out.jpg *.dst.txt *.src.txt *.modified.jpeg *.a.patch *.xpatch *.tmp # The embedded script for @exif@ is supposed to run at the time the -# .sh file is running. +# .sh file is running. If not, we try to run the installed version. +# If that doesn't work, either, we fail. %.sh: %.in Makefile @echo "Creating $@" @sed 's|@exif\@|`if test -x "$(top_builddir)/src/exif/exif/exif"; then echo "$(top_builddir)/src/exif/exif/exif"; elif test -x "$(bindir)/exif"; then echo "$(bindir)/exif"; else echo "Neither $(top_builddir)/src/exif/exif/exif nor $(bindir)/exif are executable." >&2; echo false; exit 1; fi`|g;s|@top_srcdir\@|$(top_srcdir)|g;s|@srcdir\@|$(srcdir)|g;s|@diff\@|$(DIFF)|g' < $< > $@ |
From: Hans U. N. <hu...@us...> - 2005-05-05 12:25:51
|
Update of /cvsroot/libexif/libexif-testsuite/tests/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8963/images Modified Files: Makefile.am Log Message: more commends, and ship another file Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/tests/images/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- Makefile.am 28 Mar 2005 19:01:39 -0000 1.2 +++ Makefile.am 5 May 2005 12:25:41 -0000 1.3 @@ -1,4 +1,5 @@ images = \ + canon-digital-rebel-001.jpg \ canon-powershot-g2-001.jpg \ canon-powershot-a400-001.jpg |
From: Hans U. N. <hu...@us...> - 2005-05-02 19:29:23
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16977/libexif Modified Files: exif-tag.c exif-format.c Log Message: portability: replace problematic ?: syntax and (temporarily) deactivate bind_textdomain_codeset Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- exif-tag.c 30 Apr 2005 00:55:42 -0000 1.27 +++ exif-tag.c 2 May 2005 19:29:14 -0000 1.28 @@ -720,7 +720,12 @@ exif_tag_get_title_in_ifd (ExifTag tag, unsigned int i; /* FIXME: This belongs to somewhere else. */ - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + /* libexif should use the default system locale. + * If an application specifically requires UTF-8, then we + * must give the application a way to tell libexif that. + * + * bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + */ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); if (ifd >= EXIF_IFD_COUNT) return NULL; @@ -734,7 +739,12 @@ exif_tag_get_description_in_ifd (ExifTag { unsigned int i; - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + /* libexif should use the default system locale. + * If an application specifically requires UTF-8, then we + * must give the application a way to tell libexif that. + * + * bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + */ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); if (ifd >= EXIF_IFD_COUNT) return NULL; @@ -743,39 +753,55 @@ exif_tag_get_description_in_ifd (ExifTag return _(ExifTagTable[i].description); } + +/********************************************************************** + * convenience functions + **********************************************************************/ + +/* generic part: iterate through IFD list and return first result */ +typedef const char * (*get_stuff_func) (ExifTag tag, ExifIfd ifd); + +static const char * +exif_tag_get_stuff (ExifTag tag, get_stuff_func func) +{ + const static ExifIfd ifds[5] = { + EXIF_IFD_0, + EXIF_IFD_1, + EXIF_IFD_EXIF, + EXIF_IFD_INTEROPERABILITY, + EXIF_IFD_GPS + }; + int i; + for (i=0; i<5; i++) { + const char *result = func(tag, ifds[i]); + if (result != NULL) { + return result; + } + } + return (const char *) NULL; +} + +/* explicit functions */ const char * exif_tag_get_name (ExifTag tag) { - return - exif_tag_get_name_in_ifd (tag, EXIF_IFD_0) ? : - exif_tag_get_name_in_ifd (tag, EXIF_IFD_1) ? : - exif_tag_get_name_in_ifd (tag, EXIF_IFD_EXIF) ? : - exif_tag_get_name_in_ifd (tag, EXIF_IFD_INTEROPERABILITY) ? : - exif_tag_get_name_in_ifd (tag, EXIF_IFD_GPS); + return exif_tag_get_stuff(tag, exif_tag_get_name_in_ifd); } const char * exif_tag_get_title (ExifTag tag) { - return - exif_tag_get_title_in_ifd (tag, EXIF_IFD_0) ? : - exif_tag_get_title_in_ifd (tag, EXIF_IFD_1) ? : - exif_tag_get_title_in_ifd (tag, EXIF_IFD_EXIF) ? : - exif_tag_get_title_in_ifd (tag, EXIF_IFD_INTEROPERABILITY) ? : - exif_tag_get_title_in_ifd (tag, EXIF_IFD_GPS); + return exif_tag_get_stuff(tag, exif_tag_get_title_in_ifd); } const char * exif_tag_get_description (ExifTag tag) { - return - exif_tag_get_description_in_ifd (tag, EXIF_IFD_0) ? : - exif_tag_get_description_in_ifd (tag, EXIF_IFD_1) ? : - exif_tag_get_description_in_ifd (tag, EXIF_IFD_EXIF) ? : - exif_tag_get_description_in_ifd (tag, EXIF_IFD_INTEROPERABILITY) ? : - exif_tag_get_description_in_ifd (tag, EXIF_IFD_GPS); + return exif_tag_get_stuff (tag, exif_tag_get_description_in_ifd); } + + ExifTag exif_tag_from_name (const char *name) { Index: exif-format.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- exif-format.c 25 Mar 2005 04:13:02 -0000 1.13 +++ exif-format.c 2 May 2005 19:29:14 -0000 1.14 @@ -51,7 +51,12 @@ exif_format_get_name (ExifFormat format) unsigned int i; /* FIXME: This belongs to somewhere else. */ - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + /* libexif should use the default system locale. + * If an application specifically requires UTF-8, then we + * must give the application a way to tell libexif that. + * + * bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + */ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); for (i = 0; ExifFormatTable[i].name; i++) |
From: Hans U. N. <hu...@us...> - 2005-05-02 19:29:00
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16830/libexif Modified Files: exif-entry.c Log Message: portability: replace problematic ?: syntax and (temporarily) deactivate bind_textdomain_codeset Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -p -d -r1.86 -r1.87 --- exif-entry.c 27 Apr 2005 20:40:54 -0000 1.86 +++ exif-entry.c 2 May 2005 19:28:49 -0000 1.87 @@ -560,7 +560,12 @@ exif_entry_get_value (ExifEntry *e, char }; /* FIXME: This belongs to somewhere else. */ - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + /* libexif should use the default system locale. + * If an application specifically requires UTF-8, then we + * must give the application a way to tell libexif that. + * + * bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + */ bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); /* We need the byte order */ |
From: Hans U. N. <hu...@us...> - 2005-05-02 19:27:28
|
Update of /cvsroot/libexif/m4m In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16367/m4m Modified Files: gp-gettext-hack.m4 Log Message: cosmetix Index: gp-gettext-hack.m4 =================================================================== RCS file: /cvsroot/libexif/m4m/gp-gettext-hack.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- gp-gettext-hack.m4 29 Apr 2005 18:03:38 -0000 1.2 +++ gp-gettext-hack.m4 2 May 2005 19:27:16 -0000 1.3 @@ -30,16 +30,20 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], [" AC_SUBST([GETTEXT_PACKAGE]) sed_cmds="s|^DOMAIN.*|DOMAIN = ${GETTEXT_PACKAGE}|" m4_if([$2],[],[],[sed_cmds="${sed_cmds};s|^COPYRIGHT_HOLDER.*|COPYRIGHT_HOLDER = $2|"]) -m4_if([$3],[],[if test -n "$PACKAGE_BUGREPORT"; then +m4_ifval([$3],[ +if test -n "$PACKAGE_BUGREPORT"; then sed_mb="${PACKAGE_BUGREPORT}" else AC_MSG_ERROR([ *** Your configure.{ac,in} is wrong. *** Either define PACKAGE_BUGREPORT (by using the 4-parameter AC INIT syntax) -*** or give [GP_GETTEXT_HACK] the second parameter. +*** or give [GP_GETTEXT_HACK] the third parameter. *** ]) -fi],[sed_mb="$3"]) +fi +],[ +sed_mb="$3" +]) sed_cmds="${sed_cmds};s|^MSGID_BUGS_ADDRESS.*|MSGID_BUGS_ADDRESS = ${sed_mb}|" # Not so sure whether this hack is all *that* evil... AC_MSG_CHECKING([for po/Makevars requiring hack]) |
From: Hans U. N. <hu...@us...> - 2005-05-02 19:25:30
|
Update of /cvsroot/libexif/m4m In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15896/m4m Modified Files: gp-documentation.m4 Log Message: fix typos in doxygen detection Index: gp-documentation.m4 =================================================================== RCS file: /cvsroot/libexif/m4m/gp-documentation.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- gp-documentation.m4 14 Apr 2005 22:47:38 -0000 1.2 +++ gp-documentation.m4 2 May 2005 19:25:15 -0000 1.3 @@ -119,9 +119,9 @@ AC_DEFUN([GP_CHECK_DOXYGEN],[dnl AC_REQUIRE([GP_CHECK_DOC_DIR])dnl AC_PATH_PROG([DOT], [dot], [false]) AC_PATH_PROG([DOXYGEN], [doxygen], [false]) -AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "false"]) -AM_CONDITIONAL([HAVE_DOT], [test "x$DOT" != "false"]) -if test "x$DOT" != "false"; then +AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "xfalse"]) +AM_CONDITIONAL([HAVE_DOT], [test "x$DOT" != "xfalse"]) +if test "x$DOT" != "xfalse"; then AC_SUBST([HAVE_DOT],[YES]) else AC_SUBST([HAVE_DOT],[NO]) |
From: Hans U. N. <hu...@us...> - 2005-05-02 19:24:45
|
Update of /cvsroot/libexif/libexif-testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15712 Modified Files: configure.ac Log Message: we need to explicitly link against libgphoto2 and libgphoto2_port Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- configure.ac 15 Apr 2005 04:25:08 -0000 1.18 +++ configure.ac 2 May 2005 19:24:33 -0000 1.19 @@ -3,7 +3,7 @@ dnl Use a short version and package name dnl packaging [...]/libgphoto2_port/gphoto2-port-portability-os2.h dnl because tar only handles 99 chars per file path. Oh, and GNU tar 1.13 dnl will fail silently. -AC_INIT([libexif test suite],[0.7.3],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.5.5],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) @@ -118,6 +118,13 @@ case "$host" in ;; *) have_libusb_system=false + AC_MSG_WARN([ +Warning: + +This system does not seem to be supported by libusb. +There will be *NO* support for USB cameras on this system! + +]) ;; esac @@ -128,10 +135,25 @@ esac dnl Yes, the sequence matters! # Initialize have_subdir_XXX variables -all_subdirs="libexif exif libexif-gtk gexif libusb libgphoto2 gphoto2 gtkam" -for sub in ${all_subdirs}; do - eval "have_subdir_$(echo "$sub" | sed 'y/-/_/')=no" -done +AC_DEFUN([GP_SUBMODULE],[dnl +AC_ARG_ENABLE([--disable-submodule-][$1], + [AS_HELP_STRING([--disable-submodule-][$1],[disable ][$1][ submodule])], +[ + eval "enable_submod_$(echo "[$1]" | sed 'y/-/_/')=${enableval}" +],[ + eval "enable_submod_$(echo "[$1]" | sed 'y/-/_/')=yes" +]) +eval "have_subdir_$(echo "[$1]" | sed 'y/-/_/')=no" +])dnl +GP_SUBMODULE([libexif]) +GP_SUBMODULE([exif]) +GP_SUBMODULE([libexif-gtk]) +GP_SUBMODULE([gexif]) +GP_SUBMODULE([libusb]) +GP_SUBMODULE([libgphoto2]) +GP_SUBMODULE([gphoto2]) +GP_SUBMODULE([gtkam]) + # Configure subdirs. # * take dependencies into account @@ -191,7 +213,7 @@ FATAL: ${PACKAGE_NAME} requires libexif if test -d ${srcdir}/src/libgphoto2; then AC_CONFIG_SUBDIRS([src/libgphoto2]) AC_SUBST([LIBGPHOTO2_CFLAGS],["-I${gp_top_builddir}/src/libgphoto2 -I${gp_top_builddir}/src/libgphoto2/gphoto2"]) - AC_SUBST([LIBGPHOTO2_LIBS],["${gp_top_builddir}/src/libgphoto2/libgphoto2/libgphoto2.la"]) + AC_SUBST([LIBGPHOTO2_LIBS],["${gp_top_builddir}/src/libgphoto2/libgphoto2/libgphoto2.la ${gp_top_builddir}/src/libgphoto2/libgphoto2_port/libgphoto2_port/libgphoto2_port.la"]) export LIBGPHOTO2_LIBS LIBGPHOTO2_CFLAGS if test -d ${srcdir}/src/gphoto2; then AC_CONFIG_SUBDIRS([src/gphoto2]) |
From: Lutz M. <lu...@us...> - 2005-05-01 17:39:36
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv872 Modified Files: ChangeLog Log Message: 2005-05-01 Lutz Mueller <lu...@us...> * libexif/exif-data.c (exif_data_fix): Don't create EXIF_IFD_1 if no thumbnail data is available. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.216 retrieving revision 1.217 diff -u -p -d -r1.216 -r1.217 --- ChangeLog 30 Apr 2005 01:17:28 -0000 1.216 +++ ChangeLog 1 May 2005 17:39:21 -0000 1.217 @@ -1,3 +1,8 @@ +2005-05-01 Lutz Mueller <lu...@us...> + + * libexif/exif-data.c (exif_data_fix): Don't create EXIF_IFD_1 if no + thumbnail data is available. + 2005-04-30 Lutz Mueller <lu...@us...> * test/test-mem.c: Show how to create EXIF data. |