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...> - 2007-05-21 18:34:51
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14148 Modified Files: configure.ac NEWS Log Message: 0.6.14cvs2 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- NEWS 29 Mar 2005 01:33:59 -0000 1.4 +++ NEWS 21 May 2007 18:34:46 -0000 1.5 @@ -1,3 +1,8 @@ +New in 0.6.14cvs2: + + * Misc. (build) bug fixes. + + New since 0.6.9 (2004-05-27): * Bug fixes: #994706, #1005652 Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- configure.ac 21 May 2007 16:41:06 -0000 1.9 +++ configure.ac 21 May 2007 18:34:45 -0000 1.10 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface], [0.6.14cvs1], [lib...@li...], [exif]) +AC_INIT([libexif command line interface], [0.6.14cvs2], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |
From: Hans U. N. <hu...@us...> - 2007-05-21 18:34:00
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13614 Modified Files: configure.ac NEWS Log Message: 0.6.14.cvs2. Call graphs for internal docs, only build them when --enable-internal-docs Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- NEWS 21 May 2007 16:12:47 -0000 1.16 +++ NEWS 21 May 2007 18:33:55 -0000 1.17 @@ -1,4 +1,4 @@ -New in 0.6.14.cvs1 since 0.6.14 (2007-05-10): +New in 0.6.14.cvs2 since 0.6.14 (2007-05-10): * Added support of 2 new types of Pentax makernotes & Casio type2 makernote @@ -8,7 +8,10 @@ New in 0.6.14.cvs1 since 0.6.14 (2007-05 * Bug fixes: [ 1443183 ] install error when doxygen is not present. - * Improved doxygen generated documentation. + * Improved doxygen generated API and code internals + documentation. Made building of code internals docs optional + (--enable-internal-docs) as the call graphs take quite long to + build. New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27): Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -d -r1.25 -r1.26 --- configure.ac 21 May 2007 16:12:30 -0000 1.25 +++ configure.ac 21 May 2007 18:33:55 -0000 1.26 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.14.cvs1], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.14.cvs2], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -122,13 +122,38 @@ AC_SUBST([MATHLIBS]) GP_CHECK_DOC_DIR GP_CHECK_DOXYGEN +# Whether to enable the internal docs build. +# +# This takes quite some time due to the generation of lots of call +# graphs, so it is disabled by default. +enable_internal_docs=no +AC_ARG_ENABLE([internal-docs], [dnl +AS_HELP_STRING([--enable-internal-docs], +[Build internal code docs if doxygen available])], [dnl + if test "x$enableval" = xno \ + || test "x$enableval" = xoff \ + || test "x$enableval" = xfalse; + then + enable_internal_docs=no + elif test "x$enableval" = xyes \ + || test "x$enableval" = xon \ + || test "x$enableval" = xtrue + then + enable_internal_docs=yes + fi +]) +AC_MSG_CHECKING([whether to create internal code docs]) +AC_MSG_RESULT([${enable_internal_docs}]) +AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], + [test "x${enable_internal_docs}" = "xyes"]) + # --------------------------------------------------------------------------- # i18n support # --------------------------------------------------------------------------- +ALL_LINGUAS="de es fr pl ru vi" GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}], [Lutz Mueller and others]) -ALL_LINGUAS="de es fr pl ru vi" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() |
From: Hans U. N. <hu...@us...> - 2007-05-21 18:34:00
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13614/doc Modified Files: Doxyfile-internals.in Makefile.am Log Message: 0.6.14.cvs2. Call graphs for internal docs, only build them when --enable-internal-docs Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- Makefile.am 10 May 2007 15:46:55 -0000 1.8 +++ Makefile.am 21 May 2007 18:33:56 -0000 1.9 @@ -2,11 +2,21 @@ # Conditional rules, depending on tool availability ######################################################################## +DOXYGEN_FILES = +DOXYGEN_STAMPS = +DOXYGEN_UPLOAD = + if HAVE_DOXYGEN -DOXYGEN_FILES = -DOXYGEN_STAMPS = $(HTML_APIDOC_DIR).stamp $(HTML_APIDOC_INTERNALS_DIR).stamp $(DOXYGEN_OUTPUT_DIR).stamp -DOXYGEN_UPLOAD = $(HTML_APIDOC_DIR).uploaded $(HTML_APIDOC_INTERNALS_DIR).uploaded +DOXYGEN_STAMPS += $(HTML_APIDOC_DIR).stamp +DOXYGEN_UPLOAD += $(HTML_APIDOC_DIR).uploaded + +if ENABLE_INTERNAL_DOCS +DOXYGEN_STAMPS += $(HTML_APIDOC_INTERNALS_DIR).stamp +DOXYGEN_UPLOAD += $(HTML_APIDOC_INTERNALS_DIR).uploaded +endif + +DOXYGEN_STAMPS += $(DOXYGEN_OUTPUT_DIR).stamp # FIXME: Depending on the source files would be sufficient... $(HTML_APIDOC_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la @@ -43,11 +53,11 @@ install-apidocs: $(HTML_APIDOC_DIR).stam $(INSTALL) -m 0644 $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/* $(DESTDIR)$(docdir)/$(DOC_APIDOC_HTML)/ uninstall-apidocs-internals: - rm -f $(DESTDIR)$(docdir)/$(DOC_APIDOC_INTERNALS_HTML)/* + cd $(DESTDIR)$(docdir) && rm -f $(DOC_APIDOC_INTERNALS_HTML)/* rmdir $(DESTDIR)$(docdir)/$(DOC_APIDOC_INTERNALS_HTML) uninstall-apidocs: - rm -f $(DESTDIR)$(docdir)/$(DOC_APIDOC_HTML)/* + cd $(DESTDIR)$(docdir) && rm -f $(DOC_APIDOC_HTML)/* rmdir $(DESTDIR)$(docdir)/$(DOC_APIDOC_HTML) clean-apidocs: Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- Doxyfile-internals.in 21 May 2007 14:24:57 -0000 1.4 +++ Doxyfile-internals.in 21 May 2007 18:33:56 -0000 1.5 @@ -1122,7 +1122,7 @@ INCLUDED_BY_GRAPH = YES # So in most cases it will be better to enable call graphs for selected # functions only using the \callgraph command. -CALL_GRAPH = NO +CALL_GRAPH = YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. |
From: Hans U. N. <hu...@us...> - 2007-05-21 17:09:32
|
Update of /cvsroot/libexif/libexif-gtk/auto-m4 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6241/auto-m4 Log Message: Directory /cvsroot/libexif/libexif-gtk/auto-m4 added to the repository |
From: Hans U. N. <hu...@us...> - 2007-05-21 17:09:08
|
Update of /cvsroot/libexif/gexif/auto-m4 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6148/auto-m4 Log Message: Directory /cvsroot/libexif/gexif/auto-m4 added to the repository |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:41:12
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28389 Modified Files: configure.ac Log Message: cosmetical cleanup Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- configure.ac 21 May 2007 16:10:57 -0000 1.8 +++ configure.ac 21 May 2007 16:41:06 -0000 1.9 @@ -101,6 +101,6 @@ AC_CONFIG_FILES([ libjpeg/Makefile exif/Makefile ]) -AC_OUTPUT()dnl +AC_OUTPUT GP_CONFIG_OUTPUT()dnl |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:15:26
|
Update of /cvsroot/libexif/libexif/test/nls In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19521/test/nls Modified Files: print-localedir.c Log Message: include proper i18n.h header Index: print-localedir.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/nls/print-localedir.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- print-localedir.c 17 Mar 2005 16:00:30 -0000 1.2 +++ print-localedir.c 21 May 2007 16:15:20 -0000 1.3 @@ -1,5 +1,5 @@ #include "config.h" -#include "i18n.h" +#include "libexif/i18n.h" #include <stdio.h> |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:12:52
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18152 Modified Files: NEWS Log Message: document documentation improvements Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- NEWS 15 May 2007 18:33:40 -0000 1.15 +++ NEWS 21 May 2007 16:12:47 -0000 1.16 @@ -1,11 +1,15 @@ New in 0.6.14.cvs1 since 0.6.14 (2007-05-10): * Added support of 2 new types of Pentax makernotes & Casio type2 makernote + * Added support of Win XP metadata (Author, Comment, KeyWords, Title, Subject) tags + * Bug fixes: [ 1443183 ] install error when doxygen is not present. + * Improved doxygen generated documentation. + New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27): |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:12:34
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18095 Modified Files: configure.ac Log Message: cosmetics Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -d -r1.24 -r1.25 --- configure.ac 21 May 2007 15:44:59 -0000 1.24 +++ configure.ac 21 May 2007 16:12:30 -0000 1.25 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library],[0.6.14.cvs1],[lib...@li...],[libexif]) +AC_INIT([EXIF library], [0.6.14.cvs1], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:11:06
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17113 Modified Files: Makefile.am configure.ac Log Message: use auto-m4 for automatically added *.m4 files, check-news, AM_CPPFLAGS for generated .h files Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- configure.ac 17 May 2007 15:29:22 -0000 1.7 +++ configure.ac 21 May 2007 16:10:57 -0000 1.8 @@ -1,8 +1,9 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface],[0.6.13],[lib...@li...],[exif]) +AC_INIT([libexif command line interface], [0.6.14cvs1], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([gnu 1.8 dist-bzip2]) +AC_CONFIG_MACRO_DIR([auto-m4]) +AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 check-news]) if test ! -d "$srcdir/m4m"; then AC_MSG_ERROR([ @@ -26,7 +27,7 @@ GP_CONFIG_MSG([Source code location],[${ AC_PROG_CC AC_C_CONST AM_PROG_LIBTOOL -AM_CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)" +AM_CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)" GP_CONFIG_MSG([Compiler],[${CC}]) AM_PROG_CC_C_O Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- Makefile.am 9 Apr 2005 19:50:39 -0000 1.22 +++ Makefile.am 21 May 2007 16:10:57 -0000 1.23 @@ -5,7 +5,7 @@ man_MANS = exif.1 # newer versions of automake/autoconf require adding exif.1 here EXTRA_DIST = exif.1 @PACKAGE_TARNAME@.spec autogen.sh -ACLOCAL_AMFLAGS = -I m4m +ACLOCAL_AMFLAGS = -I auto-m4 -I m4m ####################################################################### # Help for the maintainer |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:09:31
|
Update of /cvsroot/libexif/exif/libjpeg In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16522/libjpeg Modified Files: jpeg-data.c Log Message: include the proper i18n header Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- jpeg-data.c 21 May 2007 14:22:09 -0000 1.18 +++ jpeg-data.c 21 May 2007 16:09:27 -0000 1.19 @@ -25,7 +25,10 @@ #include <stdio.h> #include <string.h> -#include <libexif/exif-i18n.h> +/* This refers to the exif-i18n.h file from the "exif" package and is + * NOT to be confused with the libexif/i18n.h file. + */ +#include "exif/exif-i18n.h" struct _JPEGDataPrivate { |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:09:15
|
Update of /cvsroot/libexif/exif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16424/exif Modified Files: main.c Log Message: config.h is a local include file, and define file_is_tty properly Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -p -d -r1.53 -r1.54 --- main.c 28 Jul 2006 19:12:32 -0000 1.53 +++ main.c 21 May 2007 16:09:11 -0000 1.54 @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <errno.h> #include <stdlib.h> @@ -179,7 +179,7 @@ convert_arg_to_entry (const char *set_va #if defined(HAVE_ISATTY) && defined(HAVE_FILENO) # define file_is_tty(file) (isatty(fileno(file))) #else -# define file_is_tty(file, colorstring) (0==1) +# define file_is_tty(file) (0==1) #endif #define put_colorstring(file, colorstring) \ |
From: Hans U. N. <hu...@us...> - 2007-05-21 16:06:00
|
Update of /cvsroot/libexif/exif/auto-m4 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14651/auto-m4 Log Message: Directory /cvsroot/libexif/exif/auto-m4 added to the repository |
From: Hans U. N. <hu...@us...> - 2007-05-21 15:45:06
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5180 Modified Files: configure.ac libexif-uninstalled.pc.in Log Message: fix inclusion of libexif/_stdint.h Index: libexif-uninstalled.pc.in =================================================================== RCS file: /cvsroot/libexif/libexif/libexif-uninstalled.pc.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- libexif-uninstalled.pc.in 21 May 2007 14:24:57 -0000 1.2 +++ libexif-uninstalled.pc.in 21 May 2007 15:44:59 -0000 1.3 @@ -2,4 +2,4 @@ Name: libexif Description: Library for easy access to EXIF data Version: @VERSION@ Libs: ${pcfiledir}/libexif/libexif.la -Cflags: -I${pcfiledir}/@srcdir@ +Cflags: -I${pcfiledir}/@srcdir@ -I${pcfiledir} Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- configure.ac 21 May 2007 14:24:57 -0000 1.23 +++ configure.ac 21 May 2007 15:44:59 -0000 1.24 @@ -146,7 +146,7 @@ dnl ------------------------------------ dnl Compiler/Linker Options and Warnings dnl --------------------------------------------------------------------------- AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)" -AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)/libexif" +AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_builddir)" AM_LDFLAGS="$LDFLAGS" if test "x$GCC" = "xyes"; then AM_CFLAGS="$AM_CFLAGS -ansi -pedantic-error" |
From: Hans U. N. <hu...@us...> - 2007-05-21 15:43:25
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4222/doc Modified Files: Doxyfile.in Log Message: Remove header inclusion graphs from API docs: Which libexif header file includes which is internal, not part of the API. Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- Doxyfile.in 21 May 2007 14:24:57 -0000 1.9 +++ Doxyfile.in 21 May 2007 15:43:01 -0000 1.10 @@ -1107,14 +1107,14 @@ TEMPLATE_RELATIONS = NO # file showing the direct and indirect include dependencies of the file with # other documented files. -INCLUDE_GRAPH = YES +INCLUDE_GRAPH = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. -INCLUDED_BY_GRAPH = YES +INCLUDED_BY_GRAPH = NO # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will # generate a call dependency graph for every global function or class method. |
From: Hans U. N. <hu...@us...> - 2007-05-21 14:25:02
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1555/libexif Modified Files: exif.h Log Message: Ahem. It IS #include <libexif/foo>, not <exif/foo>, after all. Revert hacks and changes Index: exif.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- exif.h 21 May 2007 13:53:00 -0000 1.4 +++ exif.h 21 May 2007 14:24:58 -0000 1.5 @@ -33,10 +33,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE * * \section using_libexif Using libexif * - * ##include <exif/exif.h> - * - * Do not let it confuse you that the source code still contains these - * include files in its libexif/ subdirectory. + * ##include <libexif/exif.h> * * libexif provides a libexif.pc file for use with pkgconfig. The * libexif-uninstalled.pc file probably still needs some work WRT to |
From: Hans U. N. <hu...@us...> - 2007-05-21 14:25:02
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1555/doc Modified Files: Doxyfile-internals.in Doxyfile.in Log Message: Ahem. It IS #include <libexif/foo>, not <exif/foo>, after all. Revert hacks and changes Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- Doxyfile.in 21 May 2007 13:51:55 -0000 1.8 +++ Doxyfile.in 21 May 2007 14:24:57 -0000 1.9 @@ -477,7 +477,7 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = YES +EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- Doxyfile-internals.in 21 May 2007 13:51:55 -0000 1.3 +++ Doxyfile-internals.in 21 May 2007 14:24:57 -0000 1.4 @@ -477,7 +477,7 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = YES +EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |
From: Hans U. N. <hu...@us...> - 2007-05-21 14:25:02
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1555 Modified Files: configure.ac libexif-uninstalled.pc.in Log Message: Ahem. It IS #include <libexif/foo>, not <exif/foo>, after all. Revert hacks and changes Index: libexif-uninstalled.pc.in =================================================================== RCS file: /cvsroot/libexif/libexif/libexif-uninstalled.pc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- libexif-uninstalled.pc.in 17 May 2007 14:57:25 -0000 1.1 +++ libexif-uninstalled.pc.in 21 May 2007 14:24:57 -0000 1.2 @@ -1,7 +1,5 @@ -# Include stuff requires a system which can do symlinks. - Name: libexif Description: Library for easy access to EXIF data Version: @VERSION@ Libs: ${pcfiledir}/libexif/libexif.la -Cflags: -I${pcfiledir}/@srcdir@/libexif +Cflags: -I${pcfiledir}/@srcdir@ Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- configure.ac 21 May 2007 13:50:55 -0000 1.22 +++ configure.ac 21 May 2007 14:24:57 -0000 1.23 @@ -3,15 +3,6 @@ AC_INIT([EXIF library],[0.6.14.cvs1],[li AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) -AC_CONFIG_COMMANDS_PRE([ - # Symlink to enable proper #include <exif/foo.h> on uninstalled - # libexif source tree. Move the header files once the source - # is out of CVS and in SVN, git, bzr, whatever. - if test -e "${srcdir}/libexif/exif"; then - rm -f "${srcdir}/libexif/exif" - fi - (cd "${srcdir}/libexif" && ${LN_S} . exif) -]) AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news]) if test ! -d "$srcdir/m4m"; then |
From: Hans U. N. <hu...@us...> - 2007-05-21 14:22:14
|
Update of /cvsroot/libexif/exif/libjpeg In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv632/libjpeg Modified Files: jpeg-data.c Log Message: #include <libexif/exif-i18n.h>, not <exif/foo> Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- jpeg-data.c 30 Mar 2005 17:15:03 -0000 1.17 +++ jpeg-data.c 21 May 2007 14:22:09 -0000 1.18 @@ -25,7 +25,7 @@ #include <stdio.h> #include <string.h> -#include <exif/exif-i18n.h> +#include <libexif/exif-i18n.h> struct _JPEGDataPrivate { |
From: Hans U. N. <hu...@us...> - 2007-05-21 13:53:42
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21379 Modified Files: exif-entry.h exif-mem.h Log Message: document a few things for doxygen Index: exif-mem.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-mem.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- exif-mem.h 17 Jan 2006 03:32:15 -0000 1.4 +++ exif-mem.h 21 May 2007 13:53:34 -0000 1.5 @@ -1,7 +1,8 @@ /*! \file exif-mem.h * \brief Define the ExifMem data type and the associated functions. - * ExifMem defined the memory management functions used my the ExifLoader. + * ExifMem defines the memory management functions used by the ExifLoader. */ + /* exif-mem.h * * Copyright © 2003 Lutz Müller <lu...@us...> Index: exif-entry.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- exif-entry.h 27 Apr 2005 06:45:42 -0000 1.13 +++ exif-entry.h 21 May 2007 13:53:34 -0000 1.14 @@ -1,4 +1,5 @@ -/* exif-entry.h +/*! \file exif-entry.h + * \brief Handling EXIF entries * * Copyright © 2001 Lutz Müller <lu...@us...> * @@ -32,6 +33,7 @@ typedef struct _ExifEntryPrivate ExifEnt #include <libexif/exif-format.h> #include <libexif/exif-mem.h> +/*! \struct _ExifEntry exif-entry.h exif/exif-entry.h */ struct _ExifEntry { ExifTag tag; ExifFormat format; @@ -47,19 +49,40 @@ struct _ExifEntry { }; /* Lifecycle */ + +/*! Reserve memory for and initialize new #ExifEntry* */ ExifEntry *exif_entry_new (void); + ExifEntry *exif_entry_new_mem (ExifMem *); + +/*! Increase reference counter for #ExifEntry* */ void exif_entry_ref (ExifEntry *entry); + +/*! Decrease reference counter for #ExifEntry* */ void exif_entry_unref (ExifEntry *entry); + +/*! Actually free the #ExifEntry* + * + * \deprecated Should not be called directly. Use exif_entry_ref() and + * exif_entry_unref() instead. + */ void exif_entry_free (ExifEntry *entry); void exif_entry_initialize (ExifEntry *entry, ExifTag tag); void exif_entry_fix (ExifEntry *entry); /* For your convenience */ + +/*! Return the value of the EXIF entry + * + * CAUTION: The character set of the returned string is not defined. + * It may be UTF-8, latin1, the native encoding of the + * computer, or the native encoding of the camera. + */ const char *exif_entry_get_value (ExifEntry *entry, char *val, unsigned int maxlen); +/*! Dump text representation of #ExifEntry to stdout */ void exif_entry_dump (ExifEntry *entry, unsigned int indent); #define exif_entry_get_ifd(e) ((e)?exif_content_get_ifd((e)->parent):EXIF_IFD_COUNT) |
From: Hans U. N. <hu...@us...> - 2007-05-21 13:53:04
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20945 Modified Files: exif.h Log Message: add main page for doxygen docs Index: exif.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- exif.h 15 Dec 2002 11:41:11 -0000 1.3 +++ exif.h 21 May 2007 13:53:00 -0000 1.4 @@ -23,6 +23,47 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE */ +/*! \file exif.h exif/exif.h + * + * \mainpage The libexif library + * + * \section general_notes General Notes + * + * This documentation is work in progress, as is the code itself. + * + * \section using_libexif Using libexif + * + * ##include <exif/exif.h> + * + * Do not let it confuse you that the source code still contains these + * include files in its libexif/ subdirectory. + * + * libexif provides a libexif.pc file for use with pkgconfig. The + * libexif-uninstalled.pc file probably still needs some work WRT to + * the include file location. + * + * \section string_conventions String Conventions + * + * Strings of 8 bit characters ("char*"). Character set and encoding + * are currently undefined, but that will change in the future. + * + * \section memory_management Memory Management Patterns + * + * For pointers to data objects, libexif uses reference counting. The + * pattern is to use the foo_new() function to create a data object, + * foo_ref() to increase the reference counter, and foo_unref() to + * decrease the reference counter and possibly free(3)ing the memory. + * + * Libexif by default relies on the calloc(3), realloc(3), and free(3) + * functions, but the libexif user can tell libexif to use their + * special memory management functions at runtime. + * + * \section thread_safety Thread Safety + * + * FIXME: Good question. Needs to be determined. + * + */ + typedef struct exif_rational { int num; unsigned denom; |
From: Hans U. N. <hu...@us...> - 2007-05-21 13:52:13
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20487/doc Modified Files: Doxyfile.in Doxyfile-internals.in Log Message: have doxygen ignore symlinks ('exif') Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- Doxyfile.in 21 Jun 2005 00:05:51 -0000 1.7 +++ Doxyfile.in 21 May 2007 13:51:55 -0000 1.8 @@ -477,7 +477,7 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = NO +EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- Doxyfile-internals.in 21 Jun 2005 00:03:56 -0000 1.2 +++ Doxyfile-internals.in 21 May 2007 13:51:55 -0000 1.3 @@ -477,7 +477,7 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = NO +EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |
From: Hans U. N. <hu...@us...> - 2007-05-21 13:50:59
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20046 Modified Files: configure.ac Log Message: move exif symlink creation (for #include <exif/exif-foo.h> on uninstalled source tree) to proper place Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -d -r1.21 -r1.22 --- configure.ac 17 May 2007 14:57:25 -0000 1.21 +++ configure.ac 21 May 2007 13:50:55 -0000 1.22 @@ -3,6 +3,15 @@ AC_INIT([EXIF library],[0.6.14.cvs1],[li AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) +AC_CONFIG_COMMANDS_PRE([ + # Symlink to enable proper #include <exif/foo.h> on uninstalled + # libexif source tree. Move the header files once the source + # is out of CVS and in SVN, git, bzr, whatever. + if test -e "${srcdir}/libexif/exif"; then + rm -f "${srcdir}/libexif/exif" + fi + (cd "${srcdir}/libexif" && ${LN_S} . exif) +]) AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news]) if test ! -d "$srcdir/m4m"; then @@ -181,15 +190,6 @@ AC_CONFIG_FILES([ libexif.pc libexif-uninstalled.pc binary/Makefile -], [ - # Symlink to enable proper #include <exif/foo.h> on uninstalled - # libexif source tree. Move the header files once the source - # is out of CVS and in SVN, git, bzr, whatever. - if test -e "${srcdir}/libexif/exif"; then - : # do nothing - else - (cd ${srcdir}/libexif && ${LN_S} exif .) - fi ]) AC_OUTPUT |
From: Hans U. N. <hu...@us...> - 2007-05-21 13:48:30
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19117/libexif Modified Files: exif-utils.c Log Message: add newline at EOF Index: exif-utils.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-utils.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- exif-utils.c 15 May 2007 18:23:28 -0000 1.12 +++ exif-utils.c 21 May 2007 13:48:25 -0000 1.13 @@ -248,4 +248,4 @@ exif_convert_utf16_to_utf8 (char *out, c } } *out = 0; -} \ No newline at end of file +} |
From: Jan P. <pa...@us...> - 2007-05-18 19:53:50
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26681/po Modified Files: de.po es.po fr.po pl.po ru.po sk.po vi.po Log Message: Removed kinda nonsense references to Exif Standard Appendices that made it into the code by copy&pasting tag descriptions from the standard. Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/es.po,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- es.po 10 May 2007 14:38:01 -0000 1.22 +++ es.po 18 May 2007 19:53:44 -0000 1.23 @@ -2938,10 +2938,10 @@ msgstr "Velocidad del obturador" #: libexif/exif-tag.c:409 msgid "" "Shutter speed. The unit is the APEX (Additive System of Photographic " -"Exposure) setting (see Appendix C)." +"Exposure) setting." msgstr "" "Velocidad del obturador. La unidad es el ajuste APEX (Sistema aditivo de " -"exposición fotográfica) (vea el Apéndice C)." +"exposición fotográfica)." #: libexif/exif-tag.c:413 msgid "The lens aperture. The unit is the APEX value." @@ -3116,7 +3116,7 @@ msgid "" "specifier. Normally sRGB (=1) is used to define the color space based on the " "PC monitor conditions and environment. If a color space other than sRGB is " "used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can " -"be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +"be treated as sRGB when it is converted to FlashPix." msgstr "" "La etiqueta de información de espacio de color (<ColorSpace>) siempre se " "registra como el especificador de espacio de color. Normalmente se utiliza " @@ -3124,15 +3124,14 @@ msgstr "" "ambientales y del monitor de la PC. Si se utiliza un espacio de color " "distinto a sRGB, se ajusta en Uncalibrated (=FFFF.H). Los datos de imagen " "registrados como no calibrados pueden tratarse como sRGB cuando se convierte " -"a FlashPix. Vea el Apéndice E sobre sRGB." +"a FlashPix." #: libexif/exif-tag.c:502 msgid "" "Information specific to compressed data. When a compressed file is recorded, " "the valid width of the meaningful image must be recorded in this tag, " "whether or not there is padding data or a restart marker. This tag should " -"not exist in an uncompressed file. For details see section 2.8.1 and " -"Appendix F." +"not exist in an uncompressed file." msgstr "" "Información especÃfica a los datos comprimidos. Cuando se registra un " "archivo comprimido, el ancho válido de la imagen significativa se debe " @@ -3448,7 +3447,7 @@ msgstr "Tipo de captura de escena" msgid "" "This tag indicates the type of scene that was shot. It can also be used to " "record the mode in which the image was shot. Note that this differs from the " -"scene type (SceneType) tag." +"scene type <SceneType> tag." msgstr "" "Esta etiqueta indica el tipo de escena que se tomó. También se puede " "utilizar para registrar el modo en el cual se tomó la imagen. Note que esto " Index: sk.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/sk.po,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- sk.po 10 May 2007 19:49:54 -0000 1.1 +++ sk.po 18 May 2007 19:53:44 -0000 1.2 @@ -2005,7 +2005,7 @@ msgid "Shutter speed" msgstr "" #: libexif/exif-tag.c:409 -msgid "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting (see Appendix C)." +msgid "Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting." msgstr "" #: libexif/exif-tag.c:413 @@ -2105,11 +2105,11 @@ msgid "Color Space" msgstr "" #: libexif/exif-tag.c:493 -msgid "The color space information tag is always recorded as the color space specifier. Normally sRGB (=1) is used to define the color space based on the PC monitor conditions and environment. If a color space other than sRGB is used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +msgid "The color space information tag is always recorded as the color space specifier. Normally sRGB (=1) is used to define the color space based on the PC monitor conditions and environment. If a color space other than sRGB is used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can be treated as sRGB when it is converted to FlashPix." msgstr "" #: libexif/exif-tag.c:502 -msgid "Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file. For details see section 2.8.1 and Appendix F." +msgid "Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file." msgstr "" #: libexif/exif-tag.c:510 @@ -2262,7 +2262,7 @@ msgid "Scene Capture Type" msgstr "" #: libexif/exif-tag.c:641 -msgid "This tag indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from the scene type (SceneType) tag." +msgid "This tag indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from the scene type <SceneType> tag." msgstr "" #: libexif/exif-tag.c:645 Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/fr.po,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- fr.po 10 May 2007 14:38:02 -0000 1.23 +++ fr.po 18 May 2007 19:53:44 -0000 1.24 @@ -2827,7 +2827,7 @@ msgstr "Vitesse d'obturation" #: libexif/exif-tag.c:409 msgid "" "Shutter speed. The unit is the APEX (Additive System of Photographic " -"Exposure) setting (see Appendix C)." +"Exposure) setting." msgstr "" #: libexif/exif-tag.c:413 @@ -2971,7 +2971,7 @@ msgid "" "specifier. Normally sRGB (=1) is used to define the color space based on the " "PC monitor conditions and environment. If a color space other than sRGB is " "used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can " -"be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +"be treated as sRGB when it is converted to FlashPix." msgstr "" #: libexif/exif-tag.c:502 @@ -2979,8 +2979,7 @@ msgid "" "Information specific to compressed data. When a compressed file is recorded, " "the valid width of the meaningful image must be recorded in this tag, " "whether or not there is padding data or a restart marker. This tag should " -"not exist in an uncompressed file. For details see section 2.8.1 and " -"Appendix F." +"not exist in an uncompressed file." msgstr "" #: libexif/exif-tag.c:510 @@ -3229,7 +3228,7 @@ msgstr "Type de capture de la scène" msgid "" "This tag indicates the type of scene that was shot. It can also be used to " "record the mode in which the image was shot. Note that this differs from the " -"scene type (SceneType) tag." +"scene type <SceneType> tag." msgstr "" #: libexif/exif-tag.c:645 Index: ru.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/ru.po,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- ru.po 10 May 2007 14:38:02 -0000 1.7 +++ ru.po 18 May 2007 19:53:44 -0000 1.8 @@ -2841,7 +2841,7 @@ msgstr "СкоÑоÑÑÑ ÑÑабаÑÑÐ #: libexif/exif-tag.c:409 msgid "" "Shutter speed. The unit is the APEX (Additive System of Photographic " -"Exposure) setting (see Appendix C)." +"Exposure) setting." msgstr "" "СкоÑоÑÑÑ ÑÑабаÑÑÐ²Ð°Ð½Ð¸Ñ Ð·Ð°ÑвоÑа. ÐÑа единиÑа измеÑÐµÐ½Ð¸Ñ ÑвлÑеÑÑÑ APEX(Additive " "System of Photographic Exposure)-наÑÑÑойкой (Ñм. ÐÑиложение С)" @@ -2991,7 +2991,7 @@ msgid "" "specifier. Normally sRGB (=1) is used to define the color space based on the " "PC monitor conditions and environment. If a color space other than sRGB is " "used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can " -"be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +"be treated as sRGB when it is converted to FlashPix." msgstr "" "ÐбÑзаÑелÑнÑй ÑÑг, в коÑоÑом опÑеделÑеÑÑÑ ÑвеÑовое пÑоÑÑÑанÑÑво. Ðак пÑавило, " "в каÑеÑÑве ÑвеÑового пÑоÑÑÑанÑÑва мониÑоÑа и окÑÑÐ¶ÐµÐ½Ð¸Ñ Ð¸ÑполÑзÑеÑÑÑ sRGB " @@ -3005,8 +3005,7 @@ msgid "" "Information specific to compressed data. When a compressed file is recorded, " "the valid width of the meaningful image must be recorded in this tag, " "whether or not there is padding data or a restart marker. This tag should " -"not exist in an uncompressed file. For details see section 2.8.1 and " -"Appendix F." +"not exist in an uncompressed file." msgstr "" #: libexif/exif-tag.c:510 @@ -3254,7 +3253,7 @@ msgstr "" msgid "" "This tag indicates the type of scene that was shot. It can also be used to " "record the mode in which the image was shot. Note that this differs from the " -"scene type (SceneType) tag." +"scene type <SceneType> tag." msgstr "" #: libexif/exif-tag.c:645 Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -d -r1.35 -r1.36 --- de.po 10 May 2007 14:38:01 -0000 1.35 +++ de.po 18 May 2007 19:53:44 -0000 1.36 @@ -2843,10 +2843,10 @@ msgstr "Verschlusszeit" #: libexif/exif-tag.c:409 msgid "" "Shutter speed. The unit is the APEX (Additive System of Photographic " -"Exposure) setting (see Appendix C)." +"Exposure) setting." msgstr "" "Verschlusszeit. Die Einheit ist die APEX (Additive System of Photographic " -"Exposure) Einstellung (siehe Anhang C)." +"Exposure) Einstellung." #: libexif/exif-tag.c:413 msgid "The lens aperture. The unit is the APEX value." @@ -3018,29 +3018,27 @@ msgid "" "specifier. Normally sRGB (=1) is used to define the color space based on the " "PC monitor conditions and environment. If a color space other than sRGB is " "used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can " -"be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +"be treated as sRGB when it is converted to FlashPix." msgstr "" "Der Farbrauminformationstag ist immer als FarbraumSpezifikator. " "Normalerweise wird sRGB (=1) benutzt um den Farbraum an PC Monitor " "Bedingungen anzupassen. Wenn ein anderer Farbraum als sRGB benutzt wird, ist " "der werd \"unkalibriert\" (=FFFFH) gesetzt. Bilddaten die als unkalibriert " "aufgezeichnet wurden kõnnen als sRGB betrachtet werden wenn sie in FlashPix " -"konvertiert werden. Bzgl. sRGB beachten sie bitte Anhang E." +"konvertiert werden." #: libexif/exif-tag.c:502 msgid "" "Information specific to compressed data. When a compressed file is recorded, " "the valid width of the meaningful image must be recorded in this tag, " "whether or not there is padding data or a restart marker. This tag should " -"not exist in an uncompressed file. For details see section 2.8.1 and " -"Appendix F." +"not exist in an uncompressed file." msgstr "" "Informationen spezifisch zu den komprimierten Daten. Wenn eine komprimiertes " "Datei aufgezeichnet wird muss die Breite des sinnvollen Bildausschnitts in " "diesem Tag aufgezeichnet werden, egal ob Padding Daten oder ein Restart " "Marker vorhanden sind. Dieser Tag sollte nicht in einer unkomprimierten " -"Datei existieren. Für mehr Details sehen sie bitten in Sektion 2.8.1 and " -"Anhang F." +"Datei existieren." #: libexif/exif-tag.c:510 msgid "" @@ -3310,7 +3308,7 @@ msgstr "Szenenmodus" msgid "" "This tag indicates the type of scene that was shot. It can also be used to " "record the mode in which the image was shot. Note that this differs from the " -"scene type (SceneType) tag." +"scene type <SceneType> tag." msgstr "" "Dieser Tag gibt an welche Art von Szene aufgenommen wurde. Er kann auch zum " "Angeben des Aufnahmemodus verwendet werden. Beachten sie, das sich dieser " Index: pl.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/pl.po,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -d -r1.9 -r1.10 --- pl.po 10 May 2007 14:38:02 -0000 1.9 +++ pl.po 18 May 2007 19:53:44 -0000 1.10 @@ -2932,10 +2932,10 @@ msgstr "SzybkoÅÄ migawki" #: libexif/exif-tag.c:409 msgid "" "Shutter speed. The unit is the APEX (Additive System of Photographic " -"Exposure) setting (see Appendix C)." +"Exposure) setting." msgstr "" "SzybkoÅÄ migawki. JednostkÄ jest ustawienie APEX (Additive System of " -"Photographic Exposure; p. zaÅÄ cznik C)." +"Photographic Exposure." #: libexif/exif-tag.c:413 msgid "The lens aperture. The unit is the APEX value." @@ -3107,7 +3107,7 @@ msgid "" "specifier. Normally sRGB (=1) is used to define the color space based on the " "PC monitor conditions and environment. If a color space other than sRGB is " "used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can " -"be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +"be treated as sRGB when it is converted to FlashPix." msgstr "" "Znacznik informacji o przestrzeni kolorów jest zawsze zapisywany w celu " "okreÅlenia przestrzeni kolorów. Zwykle używane jest sRGB (=1) do okreÅlenia " @@ -3122,8 +3122,7 @@ msgid "" "Information specific to compressed data. When a compressed file is recorded, " "the valid width of the meaningful image must be recorded in this tag, " "whether or not there is padding data or a restart marker. This tag should " -"not exist in an uncompressed file. For details see section 2.8.1 and " -"Appendix F." +"not exist in an uncompressed file." msgstr "" "Informacje specyficzne dla skompresowanych danych. Kiedy zapisywany jest " "skompresowany plik, w tym znaczniku musi byÄ zapisana poprawna szerokoÅÄ " @@ -3430,11 +3429,11 @@ msgstr "Rodzaj uchwycenia sceny" msgid "" "This tag indicates the type of scene that was shot. It can also be used to " "record the mode in which the image was shot. Note that this differs from the " -"scene type (SceneType) tag." +"scene type <SceneType> tag." msgstr "" "Ten znacznik okreÅla rodzaj sceny na zdjÄciu. Może byÄ także wykorzystany do " "zapisania trybu w którym byÅo robione zdjÄcie. Należy zauważyÄ, że ten " -"znacznik różni siÄ od znacznika rodzaju sceny (SceneType)." +"znacznik różni siÄ od znacznika rodzaju sceny <SceneType>." #: libexif/exif-tag.c:645 msgid "Gain Control" Index: vi.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/vi.po,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- vi.po 10 May 2007 14:38:02 -0000 1.7 +++ vi.po 18 May 2007 19:53:44 -0000 1.8 @@ -2930,10 +2930,10 @@ msgstr "Tá»c Äá» cháºp" #: libexif/exif-tag.c:409 msgid "" "Shutter speed. The unit is the APEX (Additive System of Photographic " -"Exposure) setting (see Appendix C)." +"Exposure) setting." msgstr "" "Tá»c Äá» cá»§a cháºp. ÄÆ¡n vá» là thiết láºp APEX (há» thá»ng Äá» cá»ng và o sá»± phÆ¡i nắng " -"chụp ảnh). Hãy xem Phụ Lục C." +"chụp ảnh)." #: libexif/exif-tag.c:413 msgid "The lens aperture. The unit is the APEX value." @@ -3095,22 +3095,20 @@ msgid "" "specifier. Normally sRGB (=1) is used to define the color space based on the " "PC monitor conditions and environment. If a color space other than sRGB is " "used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can " -"be treated as sRGB when it is converted to FlashPix. On sRGB see Appendix E." +"be treated as sRGB when it is converted to FlashPix." msgstr "" "Thẻ thông tin miá»n mà u luôn luôn ÄÆ°á»£c ghi lưu như là bá» ghi rõ miá»n mà u. " "Bình thưá»ng, <sRGB (=1)> ÄÆ°á»£c dùng Äá» Äá»nh nghÄ©a miá»n mà u Äá»±a và o Äiá»u kiá»n " "mà n hình và môi trưá»ng máy tÃnh. Nếu dùng miá»n mà u khác vá»i sRGB, có Äặt " "Chưa Äá»nh chuẩn (=FFFF.H). Dữ liá»u ảnh ÄÆ°á»£c ghi lưu dạng Chưa Äá»nh chuẩn có " -"thá» ÄÆ°á»£c xá» lý dạng sRGB khi ÄÆ°á»£c chuyá»n Äá»i sang FlashPix. Vá» sRGB, hãy xem " -"Phụ Lục E." +"thá» ÄÆ°á»£c xá» lý dạng sRGB khi ÄÆ°á»£c chuyá»n Äá»i sang FlashPix." #: libexif/exif-tag.c:502 msgid "" "Information specific to compressed data. When a compressed file is recorded, " "the valid width of the meaningful image must be recorded in this tag, " "whether or not there is padding data or a restart marker. This tag should " -"not exist in an uncompressed file. For details see section 2.8.1 and " -"Appendix F." +"not exist in an uncompressed file." msgstr "" "Thông tin Äặc trưng cho dữ liá»u Äã nén. Khi ghi lưu táºp tin Äã nén, Äá» rá»ng " "hợp lá» cá»§a ảnh có nghÄ©a phải ÄÆ°á»£c ghi lưu trong thẻ nà y, bất chấp có dữ liá»u " @@ -3408,7 +3406,7 @@ msgstr "Kiá»u bắt cảnh" msgid "" "This tag indicates the type of scene that was shot. It can also be used to " "record the mode in which the image was shot. Note that this differs from the " -"scene type (SceneType) tag." +"scene type <SceneType> tag." msgstr "" "Thẻ nà y ngụ ý kiá»u cảnh Äã bắt. CÅ©ng có thá» sá» dụng nó Äá» ghi lưu chế Äá» " "chụp ảnh. Ghi chú rằng nó khác vá»i thẻ <kiá»u cảnh>." |