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: Jan P. <pa...@us...> - 2008-11-05 07:30:48
|
Update of /cvsroot/libexif/libexif/contrib/watcom In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25684 Modified Files: Makefile _stdint.h Log Message: 1) Added fuji makernote support 2) fixed CR/LF Index: Makefile =================================================================== RCS file: /cvsroot/libexif/libexif/contrib/watcom/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- Makefile 10 Nov 2004 18:30:36 -0000 1.1 +++ Makefile 5 Nov 2008 07:30:42 -0000 1.2 @@ -1,174 +1,186 @@ -# This makefile is made for OpenWatcom/NT and runs on my system. -# It should not be too hard to make it run on other systems, too. -# -# FIRST, move this makefile and _stdint.h to the libexif main -# directory (the place where you find README and COPYING etc.) -# -# WARNING: I used another makefile as template, so some things might be -# thrown away. Don't hesitate to improve this makefile! -# -# WARNING: This makefile has been made mainly for myself, I didn't -# waste time to make it look "nice". -# -# LICENSE: no restrictions at all, but USE ON YOUR OWN RISK ONLY. -# -# USAGE: Simply type "wmake" or "wmake -f <makefilename>" when -# being in the libexif main directory. This makefile should -# be in that directory, too, of course. -# -# Angela Wrobel <http://www.wrobelnet.de/> - - -# Uncomment line for desired system -#SYSTEM=DOS -#SYSTEM=OS2 -SYSTEM=NT - -# The name of your C compiler: -CC= wcl386 - -# We're using similar constants like wxWidgets -!ifeq FINAL 1 -OPTFLAGS= -5r -zp8 -otexan -!else -OPTFLAGS= -5r -od -d2 -!endif - -LIBEXIFDIR=libexif -TESTEXIFDIR=test - -IFLAGS= -i=. -WINVERFLAGS= -EXTRACPPFLAGS=-dEXIF_DONT_CHANGE_MAKER_NOTE -DEBUGCFLAGS= -EXTRACFLAGS= -OUTPUTDIR=$(LIBEXIFDIR) -CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)\ /fr -zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS) - -# zm and zv as well as the linker options below are used to make the resulting -# .exe smaller -CFLAGS = $(CPPFLAGS) $(DEBUGCFLAGS) $(EXTRACFLAGS) /zm - -# Link-time cc options: -!ifeq SYSTEM DOS -LDFLAGS= -zq -l=dos4g -!else ifeq SYSTEM OS2 -LDFLAGS= -zq -l=os2v2 -!else ifeq SYSTEM NT -LDFLAGS= -zq -l=nt -!endif - -# End of configurable options. - - - -LIBOBJECTS = & - $(LIBEXIFDIR)\exif-byte-order.obj $(LIBEXIFDIR)\exif-content.obj & - $(LIBEXIFDIR)\exif-data.obj $(LIBEXIFDIR)\exif-entry.obj & - $(LIBEXIFDIR)\exif-format.obj $(LIBEXIFDIR)\exif-ifd.obj & - $(LIBEXIFDIR)\exif-loader.obj $(LIBEXIFDIR)\exif-log.obj & - $(LIBEXIFDIR)\exif-mem.obj & - $(LIBEXIFDIR)\exif-mnote-data.obj $(LIBEXIFDIR)\exif-tag.obj & - $(LIBEXIFDIR)\exif-utils.obj & - $(LIBEXIFDIR)\exif-mnote-data-olympus.obj & - $(LIBEXIFDIR)\mnote-olympus-entry.obj & - $(LIBEXIFDIR)\mnote-olympus-tag.obj & - $(LIBEXIFDIR)\exif-mnote-data-pentax.obj & - $(LIBEXIFDIR)\mnote-pentax-entry.obj & - $(LIBEXIFDIR)\mnote-pentax-tag.obj & - $(LIBEXIFDIR)\exif-mnote-data-canon.obj & - $(LIBEXIFDIR)\mnote-canon-entry.obj & - $(LIBEXIFDIR)\mnote-canon-tag.obj - - -#CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\ - -all : libexif.lib test-mem.exe test-mnote.exe test-value.exe -# test-tree.exe - -libexif.lib: $(LIBOBJECTS) - - del libexif.lib - * wlib -n libexif.lib $(LIBOBJECTS) - -$(LIBEXIFDIR)\exif-byte-order.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-byte-order.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-content.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-content.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-data.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-data.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-entry.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-format.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-format.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-ifd.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-ifd.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-loader.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-loader.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-log.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-log.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-mem.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-mem.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-mnote-data.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-mnote-data.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-tag.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-utils.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-utils.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-mnote-data-olympus.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\exif-mnote-data-olympus.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\mnote-olympus-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\mnote-olympus-entry.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\mnote-olympus-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\mnote-olympus-tag.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-mnote-data-pentax.obj : .AUTODEPEND $(LIBEXIFDIR)\pentax\exif-mnote-data-pentax.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\mnote-pentax-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\pentax\mnote-pentax-entry.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\mnote-pentax-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\pentax\mnote-pentax-tag.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\exif-mnote-data-canon.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\exif-mnote-data-canon.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\mnote-canon-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-entry.c - $(CC) -c $(CFLAGS) $[* - -$(LIBEXIFDIR)\mnote-canon-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-tag.c - $(CC) -c $(CFLAGS) $[* - - -test-mem.exe : .AUTODEPEND $(TESTEXIFDIR)\test-mem.c - $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib - -test-mnote.exe : .AUTODEPEND $(TESTEXIFDIR)\test-mnote.c - $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib - -test-tree.exe : .AUTODEPEND $(TESTEXIFDIR)\test-tree.c - $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib - -test-value.exe : .AUTODEPEND $(TESTEXIFDIR)\test-value.c - $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib - - -clean: .SYMBOLIC - - del $(LIBEXIFDIR)\*.obj - - del *.exe - - del libexif.lib - +# This makefile is made for OpenWatcom/NT and runs on my system. +# It should not be too hard to make it run on other systems, too. +# +# FIRST, move this makefile and _stdint.h to the libexif main +# directory (the place where you find README and COPYING etc.) +# +# WARNING: I used another makefile as template, so some things might be +# thrown away. Don't hesitate to improve this makefile! +# +# WARNING: This makefile has been made mainly for myself, I didn't +# waste time to make it look "nice". +# +# LICENSE: no restrictions at all, but USE ON YOUR OWN RISK ONLY. +# +# USAGE: Simply type "wmake" or "wmake -f <makefilename>" when +# being in the libexif main directory. This makefile should +# be in that directory, too, of course. +# +# Angela Wrobel <http://www.wrobelnet.de/> + + +# Uncomment line for desired system +#SYSTEM=DOS +#SYSTEM=OS2 +SYSTEM=NT + +# The name of your C compiler: +CC= wcl386 + +# We're using similar constants like wxWidgets +!ifeq FINAL 1 +OPTFLAGS= -5r -zp8 -otexan +!else +OPTFLAGS= -5r -od -d2 +!endif + +LIBEXIFDIR=libexif +TESTEXIFDIR=test + +IFLAGS= -i=. +WINVERFLAGS= +EXTRACPPFLAGS=-dEXIF_DONT_CHANGE_MAKER_NOTE +DEBUGCFLAGS= +EXTRACFLAGS= +OUTPUTDIR=$(LIBEXIFDIR) +CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)\ /fr -zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS) + +# zm and zv as well as the linker options below are used to make the resulting +# .exe smaller +CFLAGS = $(CPPFLAGS) $(DEBUGCFLAGS) $(EXTRACFLAGS) /zm + +# Link-time cc options: +!ifeq SYSTEM DOS +LDFLAGS= -zq -l=dos4g +!else ifeq SYSTEM OS2 +LDFLAGS= -zq -l=os2v2 +!else ifeq SYSTEM NT +LDFLAGS= -zq -l=nt +!endif + +# End of configurable options. + + + +LIBOBJECTS = & + $(LIBEXIFDIR)\exif-byte-order.obj $(LIBEXIFDIR)\exif-content.obj & + $(LIBEXIFDIR)\exif-data.obj $(LIBEXIFDIR)\exif-entry.obj & + $(LIBEXIFDIR)\exif-format.obj $(LIBEXIFDIR)\exif-ifd.obj & + $(LIBEXIFDIR)\exif-loader.obj $(LIBEXIFDIR)\exif-log.obj & + $(LIBEXIFDIR)\exif-mem.obj & + $(LIBEXIFDIR)\exif-mnote-data.obj $(LIBEXIFDIR)\exif-tag.obj & + $(LIBEXIFDIR)\exif-utils.obj & + $(LIBEXIFDIR)\exif-mnote-data-olympus.obj & + $(LIBEXIFDIR)\mnote-olympus-entry.obj & + $(LIBEXIFDIR)\mnote-olympus-tag.obj & + $(LIBEXIFDIR)\exif-mnote-data-pentax.obj & + $(LIBEXIFDIR)\mnote-pentax-entry.obj & + $(LIBEXIFDIR)\mnote-pentax-tag.obj & + $(LIBEXIFDIR)\exif-mnote-data-canon.obj & + $(LIBEXIFDIR)\mnote-canon-entry.obj & + $(LIBEXIFDIR)\mnote-canon-tag.obj & + $(LIBEXIFDIR)\exif-mnote-data-fuji.obj & + $(LIBEXIFDIR)\mnote-fuji-entry.obj & + $(LIBEXIFDIR)\mnote-fuji-tag.obj + + +#CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\ + +all : libexif.lib test-mem.exe test-mnote.exe test-value.exe +# test-tree.exe + +libexif.lib: $(LIBOBJECTS) + - del libexif.lib + * wlib -n libexif.lib $(LIBOBJECTS) + +$(LIBEXIFDIR)\exif-byte-order.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-byte-order.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-content.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-content.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-data.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-data.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-entry.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-format.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-format.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-ifd.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-ifd.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-loader.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-loader.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-log.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-log.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-mem.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-mem.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-mnote-data.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-mnote-data.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-tag.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-utils.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-utils.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-mnote-data-olympus.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\exif-mnote-data-olympus.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-olympus-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\mnote-olympus-entry.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-olympus-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\olympus\mnote-olympus-tag.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-mnote-data-pentax.obj : .AUTODEPEND $(LIBEXIFDIR)\pentax\exif-mnote-data-pentax.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-pentax-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\pentax\mnote-pentax-entry.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-pentax-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\pentax\mnote-pentax-tag.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-mnote-data-canon.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\exif-mnote-data-canon.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-canon-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-entry.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-canon-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-tag.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\exif-mnote-data-fuji.obj : .AUTODEPEND $(LIBEXIFDIR)\fuji\exif-mnote-data-fuji.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-fuji-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\fuji\mnote-fuji-entry.c + $(CC) -c $(CFLAGS) $[* + +$(LIBEXIFDIR)\mnote-fuji-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\fuji\mnote-fuji-tag.c + $(CC) -c $(CFLAGS) $[* + + +test-mem.exe : .AUTODEPEND $(TESTEXIFDIR)\test-mem.c + $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib + +test-mnote.exe : .AUTODEPEND $(TESTEXIFDIR)\test-mnote.c + $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib + +test-tree.exe : .AUTODEPEND $(TESTEXIFDIR)\test-tree.c + $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib + +test-value.exe : .AUTODEPEND $(TESTEXIFDIR)\test-value.c + $(CC) $(CFLAGS) $(LDFRLAGS) $< libexif.lib + + +clean: .SYMBOLIC + - del $(LIBEXIFDIR)\*.obj + - del *.exe + - del libexif.lib + Index: _stdint.h =================================================================== RCS file: /cvsroot/libexif/libexif/contrib/watcom/_stdint.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- _stdint.h 11 Mar 2005 15:48:44 -0000 1.2 +++ _stdint.h 5 Nov 2008 07:30:42 -0000 1.3 @@ -1,14 +1,14 @@ -/* This file is generated automatically by configure */ -#ifndef __STDINT_H -#define __STDINT_H -#include <sys/types.h> -typedef unsigned char uint8_t; -typedef unsigned short uint16_t; -typedef unsigned long uint32_t; - -typedef signed char int8_t; -typedef signed short int16_t; -typedef signed long int32_t; -#endif - - +/* This file is generated automatically by configure */ +#ifndef __STDINT_H +#define __STDINT_H +#include <sys/types.h> +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +typedef unsigned long uint32_t; + +typedef signed char int8_t; +typedef signed short int16_t; +typedef signed long int32_t; +#endif + + |
From: Dan F. <dfa...@us...> - 2008-11-05 07:29:56
|
Update of /cvsroot/libexif/libexif/aolserver In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25534/aolserver Removed Files: Makefile nsexif.c Log Message: Moved aolserver/* to contrib/aolserver/* (these files have gone untouched since 2002) --- Makefile DELETED --- --- nsexif.c DELETED --- |
From: Dan F. <dfa...@us...> - 2008-11-05 07:29:56
|
Update of /cvsroot/libexif/libexif/contrib/aolserver In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25534/contrib/aolserver Added Files: Makefile nsexif.c Log Message: Moved aolserver/* to contrib/aolserver/* (these files have gone untouched since 2002) --- NEW FILE: Makefile --- NSHOME = /home/aol31 EXIFDIR = .. # # Module name # MOD = nsexif.so # # Objects to build # OBJS = nsexif.o # # Installation directory for data files # MODDIR = nsexif MODLIBS = -L.. -lexif CFLAGS += -I$(EXIFDIR) include $(NSHOME)/include/Makefile.module --- NEW FILE: nsexif.c --- (This appears to be a binary file; contents omitted.) |
From: Dan F. <dfa...@us...> - 2008-11-05 07:28:04
|
Update of /cvsroot/libexif/libexif/contrib/aolserver In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25423/contrib/aolserver Log Message: Directory /cvsroot/libexif/libexif/contrib/aolserver added to the repository |
From: Dan F. <dfa...@us...> - 2008-11-05 07:21:48
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25167 Modified Files: README Log Message: Document the camera types for which maker notes are supported Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- README 4 Nov 2008 15:20:13 -0000 1.18 +++ README 5 Nov 2008 07:21:42 -0000 1.19 @@ -14,7 +14,8 @@ FEATURES libexif supports parsing, editing and saving of EXIF data. In addition, it has gettext support. All EXIF tags described in EXIF standard 2.1 -are supported. +are supported. Many maker notes from Canon, Casio, Fuji, Nikon, Olympus, +Pentax and Sanyo cameras are also supported. REQUIREMENTS |
From: Dan F. <dfa...@us...> - 2008-11-05 07:20:36
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24984 Modified Files: ru.po en_CA.po Log Message: Updated non-translationproject.org translations ru and en_CA to latest .pot file. Index: en_CA.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/en_CA.po,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- en_CA.po 15 Dec 2007 07:56:34 -0000 1.4 +++ en_CA.po 5 Nov 2008 07:20:29 -0000 1.5 @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: libexif 0.6.16.2\n" -"Report-Msgid-Bugs-To: lib...@li...\n" -"POT-Creation-Date: 2007-12-14 21:08+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-11-04 15:06-0800\n" "PO-Revision-Date: 2007-11-12 18:00-0800\n" "Last-Translator: Dan Fandrich <da...@co...>\n" "Language-Team: none\n" @@ -39,7 +39,7 @@ msgstr "" [...1360 lines suppressed...] msgid "Manual: Unknown" msgstr "" -#: libexif/olympus/mnote-olympus-entry.c:661 +#: libexif/olympus/mnote-olympus-entry.c:679 msgid "One-touch" msgstr "" -#: libexif/olympus/mnote-olympus-entry.c:717 -#: libexif/olympus/mnote-olympus-entry.c:727 +#: libexif/olympus/mnote-olympus-entry.c:735 +#: libexif/olympus/mnote-olympus-entry.c:745 msgid "Infinite" msgstr "" -#: libexif/olympus/mnote-olympus-entry.c:735 +#: libexif/olympus/mnote-olympus-entry.c:753 #, c-format msgid "%i bytes unknown data: " msgstr "" Index: ru.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/ru.po,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- ru.po 15 Dec 2007 07:56:34 -0000 1.15 +++ ru.po 5 Nov 2008 07:20:29 -0000 1.16 @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" -"Report-Msgid-Bugs-To: lib...@li...\n" -"POT-Creation-Date: 2007-12-14 21:08+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-11-04 15:06-0800\n" "PO-Revision-Date: 2006-01-12 13:25+0300\n" "Last-Translator: Alexandre Prokoudine <ale...@gm...>\n" "Language-Team: Russian <ru...@li...>\n" @@ -42,7 +42,7 @@ msgstr "ÐекоÑÑекÑное ÑиÑÐ [...1404 lines suppressed...] msgid "Manual: Unknown" msgstr "Ð ÑÑной: ÐеизвеÑÑно" -#: libexif/olympus/mnote-olympus-entry.c:661 +#: libexif/olympus/mnote-olympus-entry.c:679 msgid "One-touch" msgstr "One-touch" -#: libexif/olympus/mnote-olympus-entry.c:717 -#: libexif/olympus/mnote-olympus-entry.c:727 +#: libexif/olympus/mnote-olympus-entry.c:735 +#: libexif/olympus/mnote-olympus-entry.c:745 msgid "Infinite" msgstr "ÐеÑконеÑнÑй" -#: libexif/olympus/mnote-olympus-entry.c:735 +#: libexif/olympus/mnote-olympus-entry.c:753 #, c-format msgid "%i bytes unknown data: " msgstr "%i Ð±Ð°Ð¹Ñ Ð½ÐµÐ¸Ð·Ð²ÐµÑÑнÑÑ Ð´Ð°Ð½Ð½ÑÑ : " |
From: Dan F. <dfa...@us...> - 2008-11-05 07:16:18
|
Update of /cvsroot/libexif/exif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24698/po Modified Files: de.po es.po fr.po Log Message: Synced up de, es, fr translations with translationproject.org Index: es.po =================================================================== RCS file: /cvsroot/libexif/exif/po/es.po,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -d -r1.10 -r1.11 --- es.po 10 Jan 2008 06:19:40 -0000 1.10 +++ es.po 5 Nov 2008 07:16:11 -0000 1.11 @@ -1,12 +1,12 @@ -# exif Spanish Translation. +# Spanish translation for exif. # Copyright © 2002 Free Software Foundation, Inc. # Fabian Mandelbaum <fa...@ma...>, 2002. # msgid "" msgstr "" -"Project-Id-Version: exif\n" +"Project-Id-Version: exif 0.6.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:27+0200\n" +"POT-Creation-Date: 2008-01-21 14:29-0800\n" "PO-Revision-Date: 2007-06-06 16:29+0200\n" "Last-Translator: Fabian Mandelbaum <fa...@ma...>\n" "Language-Team: Spanish <es...@li...>\n" @@ -31,237 +31,248 @@ msgstr "" #: exif/actions.c:124 #, c-format -msgid "MakerNote contains 1 value:\n" -msgstr "" - -#: exif/actions.c:127 -#, c-format -msgid "MakerNote contains %i values:\n" -msgstr "" +msgid "MakerNote contains %i value:\n" +msgid_plural "MakerNote contains %i values:\n" +msgstr[0] "" +msgstr[1] "" -#: exif/actions.c:135 +#: exif/actions.c:134 msgid "Unknown tag" msgstr "" -#: exif/actions.c:138 +#: exif/actions.c:137 msgid "Unknown value" msgstr "" -#: exif/actions.c:163 +#: exif/actions.c:162 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "Etiquetas EXIF en '%s' ('%s' es el orden de bytes):" -#: exif/actions.c:168 exif/actions.c:170 +#: exif/actions.c:167 exif/actions.c:169 msgid "Tag" msgstr "Etiqueta" -#: exif/actions.c:174 exif/actions.c:176 exif/main.c:353 +#: exif/actions.c:173 exif/actions.c:175 exif/main.c:361 msgid "Value" msgstr "Valor" -#: exif/actions.c:182 +#: exif/actions.c:181 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "Los datos EXIF contienen una diapositiva (%i bytes)." -#: exif/actions.c:218 +#: exif/actions.c:217 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "" -#: exif/main.c:55 +#: exif/main.c:57 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Error interno. Por favor, contacte con <%s>." -#: exif/main.c:74 +#: exif/main.c:80 +#, fuzzy, c-format +msgid "EXIF entry '%s' " +msgstr "Etiquetas EXIF en '%s':" + +#: exif/main.c:82 +#, fuzzy, c-format +msgid "(0x%x, '%s') " +msgstr "Etiqueta '%s' (0x%04x, '%s'): %s" + +#: exif/main.c:85 #, c-format -msgid "EXIF entry '%s' (0x%x, '%s') exists in IFD '%s':" -msgstr "La entrada EXIF '%s' (0x%x, '%s') existe en IFD '%s':" +msgid "exists in IFD '%s':\n" +msgstr "" -#: exif/main.c:112 +#: exif/main.c:120 #, c-format msgid "Not enough memory." msgstr "No hay memoria suficiente." -#: exif/main.c:130 +#: exif/main.c:138 #, c-format msgid "Too few components specified!" msgstr "" -#: exif/main.c:160 +#: exif/main.c:168 #, c-format msgid "Not yet implemented!" msgstr "¡TodavÃa no implementado!" -#: exif/main.c:233 +#: exif/main.c:241 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "" -#: exif/main.c:247 exif/main.c:496 +#: exif/main.c:255 exif/main.c:513 #, c-format msgid "Wrote file '%s'." msgstr "Se escribió archivo '%s'." -#: exif/main.c:329 +#: exif/main.c:337 msgid "Display software version" msgstr "" -#: exif/main.c:331 +#: exif/main.c:339 msgid "Show IDs instead of tag names" msgstr "Mostrar IDs en vez de nombres de etiqueta" -#: exif/main.c:333 +#: exif/main.c:341 msgid "Select tag" msgstr "Seleccionar etiqueta" -#: exif/main.c:333 +#: exif/main.c:341 msgid "tag" msgstr "etiqueta" -#: exif/main.c:335 +#: exif/main.c:343 msgid "Select IFD" msgstr "Seleccionar IFD" -#: exif/main.c:335 +#: exif/main.c:343 msgid "IFD" msgstr "IFD" -#: exif/main.c:337 +#: exif/main.c:345 msgid "List all EXIF tags" msgstr "Listar todas las etiquetas EXIF" -#: exif/main.c:339 +#: exif/main.c:347 msgid "Show contents of tag MakerNote" msgstr "" -#: exif/main.c:341 +#: exif/main.c:349 msgid "Remove tag or ifd" msgstr "" -#: exif/main.c:343 +#: exif/main.c:351 msgid "Show description of tag" msgstr "Mostrar descripción de la etiqueta" -#: exif/main.c:345 +#: exif/main.c:353 msgid "Extract thumbnail" msgstr "Extraer diapositiva" -#: exif/main.c:347 +#: exif/main.c:355 msgid "Remove thumbnail" msgstr "" -#: exif/main.c:349 +#: exif/main.c:357 msgid "Insert FILE as thumbnail" msgstr "Insertar ARCHIVO como diapositiva" -#: exif/main.c:349 exif/main.c:351 +#: exif/main.c:357 exif/main.c:359 msgid "FILE" msgstr "ARCHIVO" -#: exif/main.c:351 +#: exif/main.c:359 msgid "Write data to FILE" msgstr "" -#: exif/main.c:355 +#: exif/main.c:363 msgid "Output in a machine-readable (tab delimited) format" msgstr "" -#: exif/main.c:358 +#: exif/main.c:366 msgid "Output in a XML format" msgstr "" -#: exif/main.c:361 +#: exif/main.c:369 msgid "Show debugging messages" msgstr "" -#: exif/main.c:378 +#: exif/main.c:386 msgid "[OPTION...] file" msgstr "[OPCIÃN...] archivo" -#: exif/main.c:403 +#: exif/main.c:414 #, c-format -msgid "" -"Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and " -"'Interoperability'." -msgstr "" -"IFD '%s' no válido. Los IFD válidos son '0', '1', 'EXIF', 'GPS', e " -"'Interoperability'." +msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." +msgstr "IFD '%s' no válido. Los IFD válidos son '0', '1', 'EXIF', 'GPS', e 'Interoperability'." -#: exif/main.c:411 +#: exif/main.c:422 #, c-format msgid "Invalid tag '%s'!" msgstr "¡Etiqueta '%s' no válida!" -#: exif/main.c:416 +#: exif/main.c:427 msgid "Please specify a tag!" msgstr "¡Especifique una etiqueta por favor!" -#: exif/main.c:417 +#: exif/main.c:432 #, c-format -msgid "Tag '%s' (0x%04x, '%s'): %s" +msgid "Tag '%s' " +msgstr "" + +#: exif/main.c:434 +#, fuzzy, c-format +msgid "(0x%04x, '%s'): " msgstr "Etiqueta '%s' (0x%04x, '%s'): %s" -#: exif/main.c:446 +#: exif/main.c:463 #, c-format msgid "'%s' does not contain EXIF data!" msgstr "¡'%s' no contiene datos EXIF!" -#: exif/main.c:469 +#: exif/main.c:486 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' no contiene la etiqueta '%s'." -#: exif/main.c:478 +#: exif/main.c:495 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "¡'%s' no contiene una diapositiva!" -#: exif/main.c:486 +#: exif/main.c:503 #, c-format msgid "Could not open '%s' for writing (%m)!" msgstr "¡No se pudo abrir '%s' para escribir (%m)!" -#: exif/main.c:490 +#: exif/main.c:507 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "¡No se pudo abrir '%s' para escribir (%s)!" -#: exif/main.c:525 +#: exif/main.c:542 #, c-format msgid "Could not open '%s' (%m)!" msgstr "¡No se pudo abrir '%s' (%m)!" -#: exif/main.c:528 +#: exif/main.c:545 #, c-format msgid "Could not open '%s' (%s)!" msgstr "¡No se pudo abrir '%s' (%s)!" -#: exif/main.c:540 +#: exif/main.c:557 #, c-format msgid "Could not read '%s' (%m)." msgstr "No se pudo leer '%s' (%m)." -#: exif/main.c:543 +#: exif/main.c:560 #, c-format msgid "Could not read '%s' (%s)." msgstr "No se pudo leer '%s' (%s)." -#: exif/main.c:554 +#: exif/main.c:571 msgid "You need to specify a tag!" msgstr "¡Debe especificar una etiqueta!" -#: exif/main.c:559 exif/main.c:578 +#: exif/main.c:576 exif/main.c:595 msgid "You need to specify an IFD!" msgstr "¡Debe especificar un IFD!" -#: exif/main.c:590 +#: exif/main.c:607 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' no contiene la etiqueta '%s'." +#~ msgid "EXIF entry '%s' (0x%x, '%s') exists in IFD '%s':" +#~ msgstr "La entrada EXIF '%s' (0x%x, '%s') existe en IFD '%s':" + #~ msgid "Could not parse JPEG file '%s'." #~ msgstr "No se pudo analizar archivo JPEG '%s'." Index: fr.po =================================================================== RCS file: /cvsroot/libexif/exif/po/fr.po,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- fr.po 10 Jan 2008 06:19:40 -0000 1.11 +++ fr.po 5 Nov 2008 07:16:11 -0000 1.12 @@ -1,16 +1,15 @@ -# EXIF PACKAGE PO FILE. -# Copyright © 2002 Free Software Foundation, Inc. +# French translation for exif. # This file is distributed under the same license as the PACKAGE package. # Arnaud Launay <as...@la...>, 2002. # msgid "" msgstr "" -"Project-Id-Version: exif\n" +"Project-Id-Version: exif 0.6.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:27+0200\n" +"POT-Creation-Date: 2008-01-21 14:29-0800\n" "PO-Revision-Date: 2007-06-06 16:29+0200\n" "Last-Translator: Arnaud Launay <as...@la...>\n" -"Language-Team: Français <tr...@tr...>\n" +"Language-Team: French <tr...@tr...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,237 +31,248 @@ msgstr "" #: exif/actions.c:124 #, c-format -msgid "MakerNote contains 1 value:\n" -msgstr "" - -#: exif/actions.c:127 -#, c-format -msgid "MakerNote contains %i values:\n" -msgstr "" +msgid "MakerNote contains %i value:\n" +msgid_plural "MakerNote contains %i values:\n" +msgstr[0] "" +msgstr[1] "" -#: exif/actions.c:135 +#: exif/actions.c:134 msgid "Unknown tag" msgstr "" -#: exif/actions.c:138 +#: exif/actions.c:137 msgid "Unknown value" msgstr "" -#: exif/actions.c:163 +#: exif/actions.c:162 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "Marqueurs EXIF dans'%s' (ordre des octets '%s') :" -#: exif/actions.c:168 exif/actions.c:170 +#: exif/actions.c:167 exif/actions.c:169 msgid "Tag" msgstr "Marqueur" -#: exif/actions.c:174 exif/actions.c:176 exif/main.c:353 +#: exif/actions.c:173 exif/actions.c:175 exif/main.c:361 msgid "Value" msgstr "Valeur" -#: exif/actions.c:182 +#: exif/actions.c:181 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "Les données EXIF contiennent une vignette (%i octets)." -#: exif/actions.c:218 +#: exif/actions.c:217 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "" -#: exif/main.c:55 +#: exif/main.c:57 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Erreur interne. Veuillez contacter <%s>." -#: exif/main.c:74 +#: exif/main.c:80 +#, fuzzy, c-format +msgid "EXIF entry '%s' " +msgstr "Marqueurs EXIF dans '%s' :" + +#: exif/main.c:82 +#, fuzzy, c-format +msgid "(0x%x, '%s') " +msgstr "Marqueur '%s' (0x%04x, '%s'): %s" + +#: exif/main.c:85 #, c-format -msgid "EXIF entry '%s' (0x%x, '%s') exists in IFD '%s':" -msgstr "L'entrée EXIF '%s' (0x%x, '%s') existe dans l'IFD '%s' :" +msgid "exists in IFD '%s':\n" +msgstr "" -#: exif/main.c:112 +#: exif/main.c:120 #, c-format msgid "Not enough memory." msgstr "Pas assez de mémoire." -#: exif/main.c:130 +#: exif/main.c:138 #, c-format msgid "Too few components specified!" msgstr "" -#: exif/main.c:160 +#: exif/main.c:168 #, c-format msgid "Not yet implemented!" msgstr "Pas encore implémenté !" -#: exif/main.c:233 +#: exif/main.c:241 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "Trop de données EXIF (%i octets). Seuls %i octets sont autorisés." -#: exif/main.c:247 exif/main.c:496 +#: exif/main.c:255 exif/main.c:513 #, c-format msgid "Wrote file '%s'." msgstr "Ãcrit le fichier '%s'." -#: exif/main.c:329 +#: exif/main.c:337 msgid "Display software version" msgstr "" -#: exif/main.c:331 +#: exif/main.c:339 msgid "Show IDs instead of tag names" msgstr "Montre les ID plutôt que les noms des marqueurs" -#: exif/main.c:333 +#: exif/main.c:341 msgid "Select tag" msgstr "Sélection du marqueur" -#: exif/main.c:333 +#: exif/main.c:341 msgid "tag" msgstr "marqueur" -#: exif/main.c:335 +#: exif/main.c:343 msgid "Select IFD" msgstr "Sélection de l'IFD" -#: exif/main.c:335 +#: exif/main.c:343 msgid "IFD" msgstr "IFD" -#: exif/main.c:337 +#: exif/main.c:345 msgid "List all EXIF tags" msgstr "Liste tous les marqueurs EXIF" -#: exif/main.c:339 +#: exif/main.c:347 msgid "Show contents of tag MakerNote" msgstr "" -#: exif/main.c:341 +#: exif/main.c:349 msgid "Remove tag or ifd" msgstr "Supprime le marqueur ou l'ifd" -#: exif/main.c:343 +#: exif/main.c:351 msgid "Show description of tag" msgstr "Montre la description du marqueur" -#: exif/main.c:345 +#: exif/main.c:353 msgid "Extract thumbnail" msgstr "Extrait la vignette" -#: exif/main.c:347 +#: exif/main.c:355 msgid "Remove thumbnail" msgstr "Supprime la vignette" -#: exif/main.c:349 +#: exif/main.c:357 msgid "Insert FILE as thumbnail" msgstr "Insère le FICHIER comme vignette" -#: exif/main.c:349 exif/main.c:351 +#: exif/main.c:357 exif/main.c:359 msgid "FILE" msgstr "FICHIER" -#: exif/main.c:351 +#: exif/main.c:359 msgid "Write data to FILE" msgstr "" -#: exif/main.c:355 +#: exif/main.c:363 msgid "Output in a machine-readable (tab delimited) format" msgstr "" -#: exif/main.c:358 +#: exif/main.c:366 msgid "Output in a XML format" msgstr "" -#: exif/main.c:361 +#: exif/main.c:369 msgid "Show debugging messages" msgstr "" -#: exif/main.c:378 +#: exif/main.c:386 msgid "[OPTION...] file" msgstr "[OPTION...] fichier" -#: exif/main.c:403 +#: exif/main.c:414 #, c-format -msgid "" -"Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and " -"'Interoperability'." -msgstr "" -"IFD '%s' invalide. Les IFDs valides sont '0', '1', 'EXIF', 'GPS', " -"et'Interoperability'." +msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." +msgstr "IFD '%s' invalide. Les IFDs valides sont '0', '1', 'EXIF', 'GPS', et'Interoperability'." -#: exif/main.c:411 +#: exif/main.c:422 #, c-format msgid "Invalid tag '%s'!" msgstr "Marqueur '%s' invalide !" -#: exif/main.c:416 +#: exif/main.c:427 msgid "Please specify a tag!" msgstr "Veuillez spécifier un marqueur !" -#: exif/main.c:417 +#: exif/main.c:432 #, c-format -msgid "Tag '%s' (0x%04x, '%s'): %s" +msgid "Tag '%s' " +msgstr "" + +#: exif/main.c:434 +#, fuzzy, c-format +msgid "(0x%04x, '%s'): " msgstr "Marqueur '%s' (0x%04x, '%s'): %s" -#: exif/main.c:446 +#: exif/main.c:463 #, c-format msgid "'%s' does not contain EXIF data!" msgstr "'%s' ne contient pas de données EXIF !" -#: exif/main.c:469 +#: exif/main.c:486 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "L'IFD '%s' ne contient pas de marqueur '%s'." -#: exif/main.c:478 +#: exif/main.c:495 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' ne contient pas de vignette !" -#: exif/main.c:486 +#: exif/main.c:503 #, c-format msgid "Could not open '%s' for writing (%m)!" msgstr "Ne peut ouvrir '%s' pour l'écriture (%m) !" -#: exif/main.c:490 +#: exif/main.c:507 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Ne peut ouvrir '%s' pour l'écriture (%s) !" -#: exif/main.c:525 +#: exif/main.c:542 #, c-format msgid "Could not open '%s' (%m)!" msgstr "Ne peut ouvrir '%s' (%m) !" -#: exif/main.c:528 +#: exif/main.c:545 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Ne peut ouvrir '%s' (%s) !" -#: exif/main.c:540 +#: exif/main.c:557 #, c-format msgid "Could not read '%s' (%m)." msgstr "Ne peut lire '%s' (%m)." -#: exif/main.c:543 +#: exif/main.c:560 #, c-format msgid "Could not read '%s' (%s)." msgstr "Ne peut lire '%s' (%s)." -#: exif/main.c:554 +#: exif/main.c:571 msgid "You need to specify a tag!" msgstr "Vous devez spécifier un marqueur !" -#: exif/main.c:559 exif/main.c:578 +#: exif/main.c:576 exif/main.c:595 msgid "You need to specify an IFD!" msgstr "Vous devez spécifier un IFD !" -#: exif/main.c:590 +#: exif/main.c:607 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "L'IFD '%s' ne contient pas de marqueur '%s' !" +#~ msgid "EXIF entry '%s' (0x%x, '%s') exists in IFD '%s':" +#~ msgstr "L'entrée EXIF '%s' (0x%x, '%s') existe dans l'IFD '%s' :" + #~ msgid "Could not parse JPEG file '%s'." #~ msgstr "Ne peut parcourir le fichier JPEG '%s'." Index: de.po =================================================================== RCS file: /cvsroot/libexif/exif/po/de.po,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- de.po 6 Jun 2007 14:30:19 -0000 1.14 +++ de.po 5 Nov 2008 07:16:11 -0000 1.15 @@ -1,17 +1,16 @@ -# translation of de.po to -# German Translation +# German translation for exif. # Copyright © 2002 Free Software Foundation, Inc. # Lutz Müller <lu...@us...>, 2002. # Marcus Meissner <ma...@je...>, 2005. # msgid "" msgstr "" -"Project-Id-Version: de\n" +"Project-Id-Version: exif 0.6.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:27+0200\n" +"POT-Creation-Date: 2008-01-21 14:29-0800\n" "PO-Revision-Date: 2007-06-06 16:30+0200\n" "Last-Translator: Marcus Meissner <ma...@je...>\n" -"Language-Team: <de...@li...>\n" +"Language-Team: German <tra...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,234 +32,248 @@ msgid "MakerNote does not contain any va msgstr "MakerNote enthält keinen Wert!\n" #: exif/actions.c:124 -#, c-format -msgid "MakerNote contains 1 value:\n" -msgstr "MakerNote enthält einen Wert:\n" - -#: exif/actions.c:127 -#, c-format -msgid "MakerNote contains %i values:\n" -msgstr "MakerNote enthält %i Werte:\n" +#, fuzzy, c-format +msgid "MakerNote contains %i value:\n" +msgid_plural "MakerNote contains %i values:\n" +msgstr[0] "MakerNote enthält %i Werte:\n" +msgstr[1] "MakerNote enthält %i Werte:\n" -#: exif/actions.c:135 +#: exif/actions.c:134 msgid "Unknown tag" msgstr "Unbekannter Eintrag" -#: exif/actions.c:138 +#: exif/actions.c:137 msgid "Unknown value" msgstr "Unbekannter Wert" -#: exif/actions.c:163 +#: exif/actions.c:162 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "EXIF Einträge in '%s' ('%s' Byte-Reihenfolge):" -#: exif/actions.c:168 exif/actions.c:170 +#: exif/actions.c:167 exif/actions.c:169 msgid "Tag" msgstr "Eintrag" -#: exif/actions.c:174 exif/actions.c:176 exif/main.c:353 +#: exif/actions.c:173 exif/actions.c:175 exif/main.c:361 msgid "Value" msgstr "Wert" -#: exif/actions.c:182 +#: exif/actions.c:181 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF Daten enthalten eine Vorschau (%i Bytes)." -#: exif/actions.c:218 +#: exif/actions.c:217 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "ThumbnailgröÃe\t%i\n" -#: exif/main.c:55 +#: exif/main.c:57 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Interner Fehler. Bitte nehmen Sie Kontakt mit <%s> auf." -#: exif/main.c:74 +#: exif/main.c:80 +#, fuzzy, c-format +msgid "EXIF entry '%s' " +msgstr "EXIF Einträge in '%s':" + +#: exif/main.c:82 +#, fuzzy, c-format +msgid "(0x%x, '%s') " +msgstr "Eintrag '%s' (0x%04x, '%s'): %s" + +#: exif/main.c:85 #, c-format -msgid "EXIF entry '%s' (0x%x, '%s') exists in IFD '%s':" -msgstr "Der EXIF Eintrag '%s' (0x%x, '%s') existiert in IFD '%s':" +msgid "exists in IFD '%s':\n" +msgstr "" -#: exif/main.c:112 +#: exif/main.c:120 #, c-format msgid "Not enough memory." msgstr "Nicht genügend Speicher." -#: exif/main.c:130 +#: exif/main.c:138 #, c-format msgid "Too few components specified!" msgstr "Zu wenig Komponenten angegeben!" -#: exif/main.c:160 +#: exif/main.c:168 #, c-format msgid "Not yet implemented!" msgstr "Noch nicht implementiert!" -#: exif/main.c:233 +#: exif/main.c:241 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "Zuviel EXIF Daten (%i Bytes). Das Maximum ist %i Bytes." -#: exif/main.c:247 exif/main.c:496 +#: exif/main.c:255 exif/main.c:513 #, c-format msgid "Wrote file '%s'." msgstr "Datei '%s' geschrieben." -#: exif/main.c:329 +#: exif/main.c:337 msgid "Display software version" msgstr "" -#: exif/main.c:331 +#: exif/main.c:339 msgid "Show IDs instead of tag names" msgstr "Zeige IDs anstelle der Namen der Einträge" -#: exif/main.c:333 +#: exif/main.c:341 msgid "Select tag" msgstr "Wähle Eintrag" -#: exif/main.c:333 +#: exif/main.c:341 msgid "tag" msgstr "Eintrag" -#: exif/main.c:335 +#: exif/main.c:343 msgid "Select IFD" msgstr "Wähle IFD" -#: exif/main.c:335 +#: exif/main.c:343 msgid "IFD" msgstr "IFD" -#: exif/main.c:337 +#: exif/main.c:345 msgid "List all EXIF tags" msgstr "Liste alle EXIF Einträge auf" -#: exif/main.c:339 +#: exif/main.c:347 msgid "Show contents of tag MakerNote" msgstr "Zeige Inhalt des MakerNote-Eintrags" -#: exif/main.c:341 +#: exif/main.c:349 msgid "Remove tag or ifd" msgstr "Entferne Tag oder IFD" -#: exif/main.c:343 +#: exif/main.c:351 msgid "Show description of tag" msgstr "Zeige Beschreibung des Eintrags" -#: exif/main.c:345 +#: exif/main.c:353 msgid "Extract thumbnail" msgstr "Extrahiere Vorschau" -#: exif/main.c:347 +#: exif/main.c:355 msgid "Remove thumbnail" msgstr "Lösche Vorschaubild" -#: exif/main.c:349 +#: exif/main.c:357 msgid "Insert FILE as thumbnail" msgstr "Füge DATEI als Vorschau ein" -#: exif/main.c:349 exif/main.c:351 +#: exif/main.c:357 exif/main.c:359 msgid "FILE" msgstr "DATEI" -#: exif/main.c:351 +#: exif/main.c:359 msgid "Write data to FILE" msgstr "Schreibe Daten in DATEI" -#: exif/main.c:355 +#: exif/main.c:363 msgid "Output in a machine-readable (tab delimited) format" msgstr "Gebe maschinenlesbares Format (tab delimited) aus." -#: exif/main.c:358 +#: exif/main.c:366 msgid "Output in a XML format" msgstr "" -#: exif/main.c:361 +#: exif/main.c:369 msgid "Show debugging messages" msgstr "Zeige Diagnose-Nachrichten" -#: exif/main.c:378 +#: exif/main.c:386 msgid "[OPTION...] file" msgstr "[OPTION...] datei" -#: exif/main.c:403 +#: exif/main.c:414 #, c-format -msgid "" -"Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and " -"'Interoperability'." -msgstr "" -"Unzulässiger IFD '%s'. Zulässige IFDs sind '0', '1', 'EXIF', 'GPS' und " -"'Interoperability'." +msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." +msgstr "Unzulässiger IFD '%s'. Zulässige IFDs sind '0', '1', 'EXIF', 'GPS' und 'Interoperability'." -#: exif/main.c:411 +#: exif/main.c:422 #, c-format msgid "Invalid tag '%s'!" msgstr "Ungültiger Eintrag '%s'!" -#: exif/main.c:416 +#: exif/main.c:427 msgid "Please specify a tag!" msgstr "Bitte geben Sie einen Eintrag an!" -#: exif/main.c:417 +#: exif/main.c:432 #, c-format -msgid "Tag '%s' (0x%04x, '%s'): %s" +msgid "Tag '%s' " +msgstr "" + +#: exif/main.c:434 +#, fuzzy, c-format +msgid "(0x%04x, '%s'): " msgstr "Eintrag '%s' (0x%04x, '%s'): %s" -#: exif/main.c:446 +#: exif/main.c:463 #, c-format msgid "'%s' does not contain EXIF data!" msgstr "'%s' enthält keine EXIF Daten!" -#: exif/main.c:469 +#: exif/main.c:486 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' enthält keinen Eintrag '%s'." -#: exif/main.c:478 +#: exif/main.c:495 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' enthält keine Vorschau!" -#: exif/main.c:486 +#: exif/main.c:503 #, c-format msgid "Could not open '%s' for writing (%m)!" msgstr "Konnte '%s' nicht zum Schreiben öffnen (%m)!" -#: exif/main.c:490 +#: exif/main.c:507 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Konnte '%s' nicht zum Schreiben öffnen (%s)!" -#: exif/main.c:525 +#: exif/main.c:542 #, c-format msgid "Could not open '%s' (%m)!" msgstr "Konnte '%s' nicht öffnen (%m)!" -#: exif/main.c:528 +#: exif/main.c:545 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Konnte '%s' nicht öffnen (%s)!" -#: exif/main.c:540 +#: exif/main.c:557 #, c-format msgid "Could not read '%s' (%m)." msgstr "Konnte '%s' nicht lesen (%m)." -#: exif/main.c:543 +#: exif/main.c:560 #, c-format msgid "Could not read '%s' (%s)." msgstr "Konnte '%s' nicht lesen (%s)." -#: exif/main.c:554 +#: exif/main.c:571 msgid "You need to specify a tag!" msgstr "Bitte geben Sie einen Eintrag an!" -#: exif/main.c:559 exif/main.c:578 +#: exif/main.c:576 exif/main.c:595 msgid "You need to specify an IFD!" msgstr "Bitte geben Sie einen IFD an!" -#: exif/main.c:590 +#: exif/main.c:607 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' enthält keinen Eintrag '%s'!" + +#~ msgid "MakerNote contains 1 value:\n" +#~ msgstr "MakerNote enthält einen Wert:\n" + +#~ msgid "EXIF entry '%s' (0x%x, '%s') exists in IFD '%s':" +#~ msgstr "Der EXIF Eintrag '%s' (0x%x, '%s') existiert in IFD '%s':" |
From: Dan F. <dfa...@us...> - 2008-11-05 07:12:14
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24517 Modified Files: exif.1 Log Message: It's --create-exif, not --create Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -d -r1.10 -r1.11 --- exif.1 17 Feb 2008 18:17:08 -0000 1.10 +++ exif.1 5 Nov 2008 07:12:07 -0000 1.11 @@ -17,7 +17,7 @@ .\" Modified 2008-01-24 by dfandrich .\" Modified 2008-02-05 by Benno Schulenberg .\" -.TH exif 1 "2008-02-05" "" "libexif command line frontend" +.TH exif 1 "2008-11-04" "exif 0.6.17" "libexif command line front-end" .SH "NAME" exif \- shows EXIF information in JPEG files .SH "SYNOPSIS" @@ -103,8 +103,8 @@ Set the data for the tag specified with Compound values consisting of multiple components are separated with spaces. .TP -.BI "\-c, \-\-create" -Create EXIF data if not existing +.BI "\-c, \-\-create-exif" +Create EXIF data if it does not exist .TP .BI "\-m, \-\-machine\-readable" Produce output in a machine-readable (tab-delimited) format. |
From: Dan F. <dfa...@us...> - 2008-11-05 07:11:46
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24471 Modified Files: README Log Message: Added Building section Index: README =================================================================== RCS file: /cvsroot/libexif/exif/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- README 25 Jan 2008 03:29:22 -0000 1.3 +++ README 5 Nov 2008 07:11:37 -0000 1.4 @@ -6,13 +6,30 @@ in JPEG files. I wrote it to demonstrate It depends on * libexif (http://www.sourceforge.net/projects/libexif) - * popt.h + * popt Have fun! Lutz <lu...@us...> +BUILDING +-------- + +Assuming libexif and popt are installed, building exif from the source +tar ball should be a simple matter of: + + ./configure + make + sudo make install + +If your libexif is installed in a non-standard location, you must point +configure at the location of its libexif.pc file using the pkg-config +path, like this: + + ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig + + INTERNATIONALIZATION -------------------- @@ -24,6 +41,6 @@ and lost. If you are interested in tran language, simply join TP and start! A translation disclaimer is NOT required for exif; by making a translation, you agree implicitly to provide it under the same license terms as the rest of exif (GPL). -When a new version of exif is available for translation, a exif +When a new version of exif is available for translation, an exif maintainer will contact the Translation Project and all interested TP members will be automatically notified. |
From: Dan F. <dfa...@us...> - 2008-11-04 23:17:13
|
Update of /cvsroot/libexif/libexif/libjpeg In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27042 Removed Files: .cvsignore Log Message: Removed .cvsignore file since the rest of the directory is empty --- .cvsignore DELETED --- |
From: Dan F. <dfa...@us...> - 2008-11-04 15:20:20
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10377 Modified Files: README Log Message: This is actually the libexif project... Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- README 4 Nov 2008 07:18:06 -0000 1.17 +++ README 4 Nov 2008 15:20:13 -0000 1.18 @@ -107,7 +107,7 @@ Besides the standard arguments, configur --enable-internal-docs Build internal code docs if Doxygen available --enable-ship-binaries To include Windows DLLs in 'make dist' -Certain specialized applications can reduce the size of the libcurl +Certain specialized applications can reduce the size of the libexif binary by setting one or both of the following macros in the CPPFLAGS environment variable at configure time. Each one removes certain kinds of text strings from the binary. Applications which need to access specific, |
From: Dan F. <dfa...@us...> - 2008-11-04 07:19:10
|
Update of /cvsroot/libexif/libexif/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12635/doc Modified Files: README.apidocs Log Message: Fixed typo Index: README.apidocs =================================================================== RCS file: /cvsroot/libexif/libexif/doc/README.apidocs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- README.apidocs 19 Jun 2005 21:45:33 -0000 1.2 +++ README.apidocs 4 Nov 2008 07:19:04 -0000 1.3 @@ -1,6 +1,6 @@ Rules for the API docs: - 1. Clearly distinguish between interna and the external API/ABI. + 1. Clearly distinguish between internal and the external API/ABI. 2. Mark internal stuff with \internal. 3. If this has been solved, start documenting the external interface. |
From: Dan F. <dfa...@us...> - 2008-11-04 07:18:11
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12553 Modified Files: README Log Message: Expanded the Building section Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- README 15 Feb 2008 04:38:32 -0000 1.16 +++ README 4 Nov 2008 07:18:06 -0000 1.17 @@ -21,6 +21,7 @@ REQUIREMENTS ------------ libexif is written in plain C and does not require any additional library. +GNU gettext will be used for language translation, if available. LIMITATIONS @@ -81,16 +82,40 @@ BUILDING -------- It really depends on your environment what to do in order to get libexif -to build. In my case, I do something like: -- gettextize -- mv po/Makevars.template po/Makevars -- aclocal -I auto-m4 -I m4m -- autoheader -- libtoolize --force -- automake --add-missing -- autoconf -- configure -- make +to build. Building from the source tar ball usually involves the commands: + + ./configure + make + sudo make install + +When building from source out of CVS, something like the following will be +necessary: + + gettextize + mv po/Makevars.template po/Makevars + aclocal -I auto-m4 -I m4m + autoheader + libtoolize --force + automake --add-missing + autoconf + ./configure + make + +Besides the standard arguments, configure takes several specific to libexif: + + --disable-docs To disable producing any documentation + --enable-internal-docs Build internal code docs if Doxygen available + --enable-ship-binaries To include Windows DLLs in 'make dist' + +Certain specialized applications can reduce the size of the libcurl +binary by setting one or both of the following macros in the CPPFLAGS +environment variable at configure time. Each one removes certain kinds of +text strings from the binary. Applications which need to access specific, +known EXIF tags and know in advance the meaning of their data have no need +of those strings and can save considerable space by eliminating them. + + -DNO_VERBOSE_TAG_STRINGS Names and descriptions of EXIF tags, & debug messages + -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents INTERNATIONALIZATION |
From: Dan F. <dfa...@us...> - 2008-11-04 05:20:08
|
Update of /cvsroot/libexif/exif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6946 Modified Files: actions.c Log Message: Removed the NULL check when printing the tag title since it's now done within the C() macro (a.k.a. exif_i18n_convert_utf8_to_locale) Index: actions.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/actions.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -d -r1.34 -r1.35 --- actions.c 15 Jun 2008 15:29:20 -0000 1.34 +++ actions.c 4 Nov 2008 05:19:58 -0000 1.35 @@ -397,7 +397,7 @@ show_entry_list (ExifEntry *e, void *dat if (*ids) fprintf (stdout, "0x%04x", e->tag); else - fprintf (stdout, "%-20.20s", C(CN(exif_tag_get_title_in_ifd (e->tag, ifd)))); + fprintf (stdout, "%-20.20s", C(exif_tag_get_title_in_ifd (e->tag, ifd))); printf ("|"); if (*ids) fprintf (stdout, "%-72.72s", |
From: Dan F. <dfa...@us...> - 2008-11-04 03:32:57
|
Update of /cvsroot/libexif/libexif-testsuite In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1527 Modified Files: NEWS Log Message: Mention some changes made some time ago Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- NEWS 22 May 2007 23:30:53 -0000 1.2 +++ NEWS 4 Nov 2008 03:32:48 -0000 1.3 @@ -1,3 +1,7 @@ +New in ?: + * Additional tests on pel images + * Fixed build-config.sh to properly update CVS repositories + New in 0.7.12: * Added build-config.sh SVN support. * Fetch pel (PHP Exif Library) test images via SVN. |
From: Dan F. <dfa...@us...> - 2008-11-03 20:46:57
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9481/libexif Modified Files: exif-loader.c Log Message: Include sys/types.h to make sure ssize_t is defined (required for Open Watcom C) Index: exif-loader.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-loader.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -d -r1.31 -r1.32 --- exif-loader.c 4 Oct 2008 11:22:29 -0000 1.31 +++ exif-loader.c 3 Nov 2008 20:46:46 -0000 1.32 @@ -24,6 +24,7 @@ #include <libexif/exif-utils.h> #include <libexif/i18n.h> +#include <sys/types.h> #include <stdlib.h> #include <string.h> #include <stdio.h> |
From: Jan P. <pa...@us...> - 2008-10-20 07:52:58
|
Update of /cvsroot/libexif/libexif/libexif/pentax In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21727/libexif/libexif/pentax Modified Files: mnote-pentax-tag.c Log Message: Please don't crash in mnote_pentax_tag_get_description & mnote_olympus_tag_get_description on unknown tags. Index: mnote-pentax-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-tag.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- mnote-pentax-tag.c 17 Feb 2008 18:31:57 -0000 1.11 +++ mnote-pentax-tag.c 20 Oct 2008 07:52:43 -0000 1.12 @@ -104,7 +104,7 @@ mnote_pentax_tag_get_description (MnoteP bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); for (i = 0; i < sizeof (table) / sizeof (table[0]); i++) if (table[i].tag == t) { - if (!*table[i].description) + if (!table[i].description || !*table[i].description) return ""; return (_(table[i].description)); } |
From: Jan P. <pa...@us...> - 2008-10-20 07:52:58
|
Update of /cvsroot/libexif/libexif/libexif/olympus In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21727/libexif/libexif/olympus Modified Files: mnote-olympus-tag.c Log Message: Please don't crash in mnote_pentax_tag_get_description & mnote_olympus_tag_get_description on unknown tags. Index: mnote-olympus-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-tag.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- mnote-olympus-tag.c 17 Feb 2008 18:31:56 -0000 1.16 +++ mnote-olympus-tag.c 20 Oct 2008 07:52:43 -0000 1.17 @@ -215,7 +215,7 @@ mnote_olympus_tag_get_description (Mnote bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); for (i = 0; i < sizeof (table) / sizeof (table[0]); i++) if (table[i].tag == t) { - if (!*table[i].description) + if (!table[i].description || !*table[i].description) return ""; return (_(table[i].description)); } |
From: Jan P. <pa...@us...> - 2008-10-20 07:52:56
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21727/libexif Modified Files: ChangeLog Log Message: Please don't crash in mnote_pentax_tag_get_description & mnote_olympus_tag_get_description on unknown tags. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.281 retrieving revision 1.282 diff -u -p -d -r1.281 -r1.282 --- ChangeLog 4 Oct 2008 11:45:17 -0000 1.281 +++ ChangeLog 20 Oct 2008 07:52:42 -0000 1.282 @@ -1,3 +1,18 @@ +2008-10-20 Jan Patera <pa...@us...> + + * libexif/pentax/mnote-pentax-tag.c & olympus/mnote-olympus-tag.c: + Don't crash in mnote_XX_tag_get_description on unknown tags + +2008-10-04 Jan Patera <pa...@us...> + + * libexif/canon/mnote-canon-entry.c: fixed interpretation + of Auto ISO and Self-Timer entries + +2008-10-08 Aric Blumer <ari...@us...> + + * libexif/exif-tag.c: GPS tags EXIF_TAG_GPS_IMG_DIRECTION_REF + and EXIF_TAG_GPS_IMG_DIRECTION are now recognized + 2008-10-04 Jan Patera <pa...@us...> * libexif/olympus/exif-mnote-data-olympus.c: bug #2071600, |
From: Jan P. <pa...@us...> - 2008-10-09 09:50:15
|
Update of /cvsroot/libexif/libexif/libexif/canon In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12268/libexif/canon Modified Files: mnote-canon-entry.c Log Message: Fixed interpretation of Auto ISO and Self-Timer entries Index: mnote-canon-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-entry.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- mnote-canon-entry.c 17 Feb 2008 18:31:56 -0000 1.27 +++ mnote-canon-entry.c 9 Oct 2008 09:47:30 -0000 1.28 @@ -633,8 +633,10 @@ mnote_canon_entry_get_value (const Mnote vs = exif_get_short (data + 2 + t * 2, entry->order); switch (t) { case 0: + snprintf (val, maxlen, "%.3f", pow (2, (ExifSShort)vs / 32.0)); + break; case 1: - snprintf (val, maxlen, "%.0f", apex_value_to_iso_speed(vs / 32.0)); + snprintf (val, maxlen, "%.0f", apex_value_to_iso_speed ((ExifSShort)vs / 32.0)); break; case 2: case 5: @@ -648,7 +650,7 @@ mnote_canon_entry_get_value (const Mnote break; case 4: case 21: - d = apex_value_to_shutter_speed(vs / 32.0); + d = apex_value_to_shutter_speed ((ExifSShort)vs / 32.0); if (d < 1) snprintf (val, maxlen, _("1/%d"),(int)(1.0 / d)); else @@ -665,7 +667,7 @@ mnote_canon_entry_get_value (const Mnote snprintf (val, maxlen, _("%u mm"), vs); break; case 28: - if (!vs) { + if ((ExifSShort)vs <= 0) { strncpy(val, _("Off"), maxlen); break; } |
From: Jan P. <pa...@us...> - 2008-10-08 05:23:51
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2140/libexif Modified Files: exif-tag.c Log Message: Patch by Aric Blumer <ari...@us...>: GPS tags EXIF_TAG_GPS_IMG_DIRECTION_REF and EXIF_TAG_GPS_IMG_DIRECTION are now recognized Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -d -r1.41 -r1.42 --- exif-tag.c 26 Jul 2008 20:15:30 -0000 1.41 +++ exif-tag.c 8 Oct 2008 05:23:37 -0000 1.42 @@ -357,14 +357,20 @@ static const struct { {EXIF_TAG_GPS_ALTITUDE_REF, "GPSAltitudeRef", N_("Altitude reference"), N_("Indicates the altitude used as the reference altitude. If the " "reference is sea level and the altitude is above sea level, 0 " - "is given. If the altitude is below sea level, a value of 1 is given " - "and the altitude is indicated as an absolute value in the " - "GSPAltitude tag. The reference unit is meters. Note that this tag " - "is BYTE type, unlike other reference tags."), ESL_GPS}, + "is given. If the altitude is below sea level, a value of 1 is given " + "and the altitude is indicated as an absolute value in the " + "GSPAltitude tag. The reference unit is meters. Note that this tag " + "is BYTE type, unlike other reference tags."), ESL_GPS}, {EXIF_TAG_GPS_ALTITUDE, "GPSAltitude", N_("Altitude"), N_("Indicates the altitude based on the reference in GPSAltitudeRef. " - "Altitude is expressed as one RATIONAL value. The reference unit " - "is meters."), ESL_GPS}, + "Altitude is expressed as one RATIONAL value. The reference unit " + "is meters."), ESL_GPS}, + {EXIF_TAG_GPS_IMG_DIRECTION_REF, "GPSImgDirectionRef", N_("GPS Img Direction Reference"), + N_("Indicates the reference for giving the direction of the image when it is captured. " + "'T' denotes true direction and 'M' is magnetic direction."), ESL_GPS}, + {EXIF_TAG_GPS_IMG_DIRECTION, "GPSImgDirection", N_("GPS Img Direction"), + N_("Indicates the direction of the image when it was captured. The range of values is " + "from 0.00 to 359.99."), ESL_GPS}, {EXIF_TAG_ISO_SPEED_RATINGS, "ISOSpeedRatings", N_("ISO Speed Ratings"), N_("Indicates the ISO Speed and ISO Latitude of the camera or " |
From: Dan F. <dfa...@us...> - 2008-09-08 20:05:16
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1222 Modified Files: ChangeLog configure.ac Log Message: Added Danish translation by Joe Hansen Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -d -r1.20 -r1.21 --- configure.ac 1 Aug 2008 19:29:34 -0000 1.20 +++ configure.ac 8 Sep 2008 20:05:12 -0000 1.21 @@ -39,7 +39,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Mueller and others]) -ALL_LINGUAS="de es fr id nl pl sk sv vi zh_CN" +ALL_LINGUAS="da de es fr id nl pl sk sv vi zh_CN" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -p -d -r1.73 -r1.74 --- ChangeLog 1 Aug 2008 19:29:34 -0000 1.73 +++ ChangeLog 8 Sep 2008 20:05:12 -0000 1.74 @@ -1,3 +1,7 @@ +2008-09-08 Dan Fandrich <da...@co...> + + Added Danish translation by Joe Hansen + 2008-08-01 Dan Fandrich <da...@co...> Added Indonesian translation by Andhika Padmawan |
From: Dan F. <dfa...@us...> - 2008-09-08 20:05:16
|
Update of /cvsroot/libexif/exif/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1222/po Added Files: da.po Log Message: Added Danish translation by Joe Hansen --- NEW FILE: da.po --- # Danish translation of exif. # Copyright (C) 2008 exif. # This file is distributed under the same license as the exif package. # Joe Hansen <joe...@ya...>, 2008. # # Konventioner # har bevaret ' ' som de fremgår af engelsk tekst (kunne også være »« eller "") # tag -> mærke # msgid "" msgstr "" "Project-Id-Version: exif-0.6.16-pre1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-01-21 14:29-0800\n" "PO-Revision-Date: 2008-09-07 00:00+0000\n" "Last-Translator: Joe Hansen <joe...@ya...>\n" "Language-Team: Danish <da...@da...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: exif/actions.c:45 #, c-format msgid "EXIF tags in '%s':" msgstr "EXIF-mærker i '%s':" #: exif/actions.c:114 #, c-format msgid "Unknown MakerNote format.\n" msgstr "Ukendt MakerNote-format.\n" #: exif/actions.c:121 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote indeholder ingen værdier.\n" #: exif/actions.c:124 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote indeholder %i værdi:\n" msgstr[1] "MakerNote indeholder %i værdier:\n" #: exif/actions.c:134 msgid "Unknown tag" msgstr "Ukendt mærke" #: exif/actions.c:137 msgid "Unknown value" msgstr "Ukendt værdi" #: exif/actions.c:162 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "EXIF-mærke i '%s' ('%s' byte orden):" #: exif/actions.c:167 exif/actions.c:169 msgid "Tag" msgstr "Mærke" #: exif/actions.c:173 exif/actions.c:175 exif/main.c:361 msgid "Value" msgstr "Værdi" #: exif/actions.c:181 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF-data indeholder et miniatureportræt (%i byte)." #: exif/actions.c:217 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "MiniatureportrætStørrelse\t%i\n" #: exif/main.c:57 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Intern fejl. Kontakt venligst <%s>." #: exif/main.c:80 #, c-format msgid "EXIF entry '%s' " msgstr "EXIF-post '%s' " #: exif/main.c:82 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, '%s') " #: exif/main.c:85 #, c-format msgid "exists in IFD '%s':\n" msgstr "eksisterer i IFD '%s':\n" #: exif/main.c:120 #, c-format msgid "Not enough memory." msgstr "Ikke nok hukommelse." #: exif/main.c:138 #, c-format msgid "Too few components specified!" msgstr "For få komponenter specificeret!" #: exif/main.c:168 #, c-format msgid "Not yet implemented!" msgstr "Ikke implementeret endnu!" #: exif/main.c:241 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "For megen EXIF-data (%i byte). Kun %i byte er tilladt." #: exif/main.c:255 exif/main.c:513 #, c-format msgid "Wrote file '%s'." msgstr "Skrev fil '%s'." #: exif/main.c:337 msgid "Display software version" msgstr "Vis softwareversion" #: exif/main.c:339 msgid "Show IDs instead of tag names" msgstr "Vis ID'er i steden for mærkenavne" #: exif/main.c:341 msgid "Select tag" msgstr "Vælg mærke" #: exif/main.c:341 msgid "tag" msgstr "mærke" #: exif/main.c:343 msgid "Select IFD" msgstr "Vælg IFD" #: exif/main.c:343 msgid "IFD" msgstr "IFD" #: exif/main.c:345 msgid "List all EXIF tags" msgstr "Vis alle EXIF-mærker" #: exif/main.c:347 msgid "Show contents of tag MakerNote" msgstr "Vis indhold af mærke MakerNote" #: exif/main.c:349 msgid "Remove tag or ifd" msgstr "Fjern mærke eller ifd" #: exif/main.c:351 msgid "Show description of tag" msgstr "Vis beskrivelse af mærke" #: exif/main.c:353 msgid "Extract thumbnail" msgstr "Udtræk miniatureportræt" #: exif/main.c:355 msgid "Remove thumbnail" msgstr "Fjern miniatureportræt" #: exif/main.c:357 msgid "Insert FILE as thumbnail" msgstr "Indæst FIl som miniatureportræt" #: exif/main.c:357 exif/main.c:359 msgid "FILE" msgstr "FIL" #: exif/main.c:359 msgid "Write data to FILE" msgstr "Skriv data til FIL" #: exif/main.c:363 msgid "Output in a machine-readable (tab delimited) format" msgstr "Uddata i maskinlæsbart format (faneblad afgrænset)" #: exif/main.c:366 msgid "Output in a XML format" msgstr "Uddata i XML-format" #: exif/main.c:369 msgid "Show debugging messages" msgstr "Vis fejlsøgningsbeskeder" #: exif/main.c:386 msgid "[OPTION...] file" msgstr "[INDSTILLING...] fil" #: exif/main.c:414 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "Ugyldig IFD '%s'. Gyldige IFD'er er '0', '1', 'EXIF', 'GPS', og 'Interoperability'." #: exif/main.c:422 #, c-format msgid "Invalid tag '%s'!" msgstr "Ugyldig mærke '%s'!" #: exif/main.c:427 msgid "Please specify a tag!" msgstr "Vælg venligst et mærke!" #: exif/main.c:432 #, c-format msgid "Tag '%s' " msgstr "Mærke '%s' " #: exif/main.c:434 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " #: exif/main.c:463 #, c-format msgid "'%s' does not contain EXIF data!" msgstr "'%s' indeholder ikke EXIF-data!" #: exif/main.c:486 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' indeholder ikke mærke '%s'." #: exif/main.c:495 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' indeholder ikke et miniatureportræt!" #: exif/main.c:503 #, c-format msgid "Could not open '%s' for writing (%m)!" msgstr "Kunne ikke åbne '%s' til skrivning (%m)!" #: exif/main.c:507 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Ikke ikke åbne '%s' til skrivning (%s)!" #: exif/main.c:542 #, c-format msgid "Could not open '%s' (%m)!" msgstr "Kunne ikke åbne '%s' (%m)!" #: exif/main.c:545 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Kunne ikke åbne '%s' (%s)!" #: exif/main.c:557 #, c-format msgid "Could not read '%s' (%m)." msgstr "Kunne ikke læse '%s' (%m)." #: exif/main.c:560 #, c-format msgid "Could not read '%s' (%s)." msgstr "Kunne ikke læse '%s' (%s)." #: exif/main.c:571 msgid "You need to specify a tag!" msgstr "Du skal angive et mærke!" #: exif/main.c:576 exif/main.c:595 msgid "You need to specify an IFD!" msgstr "Du skal angive en IFD!" #: exif/main.c:607 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' indeholder ikke et mærke '%s'!" |
From: Dan F. <dfa...@us...> - 2008-09-04 19:38:47
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29682/po Modified Files: nl.po Log Message: po/nl.po: Updated Dutch translation by Erwin Poeze Index: nl.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/nl.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- nl.po 24 Jan 2008 00:42:46 -0000 1.3 +++ nl.po 4 Sep 2008 19:38:43 -0000 1.4 @@ -1,28 +1,29 @@ -# translation of libexif-0.6.17-pre1.po to Dutch -# Copyright (C) YEAR Lutz Mueller and others -# This file is distributed under the same license as the PACKAGE package. +# translation of nl.po to Dutch +# Copyright (C) 2008 Lutz Mueller and others +# This file is distributed under the same license as the libexif-0.6.17-pre1 package. # # Freek de Kruijf <f.d...@he...>, 2007, 2008. +# Erwin Poeze <erw...@gm...>, 2008. msgid "" msgstr "" [...3568 lines suppressed...] -msgstr "" +msgstr "Automatisch AF-punt" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Object Distance" -msgstr "" +msgstr "Objectafstand" #: libexif/pentax/mnote-pentax-tag.c:71 msgid "Distance of photographed object in millimeters." -msgstr "" +msgstr "Afstand tot gefotografeerd object in milimeters." #: libexif/pentax/mnote-pentax-tag.c:73 msgid "Bestshot mode" -msgstr "" +msgstr "Beste poging-modus" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" |
From: Dan F. <dfa...@us...> - 2008-09-04 19:38:47
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29682 Modified Files: ChangeLog Log Message: po/nl.po: Updated Dutch translation by Erwin Poeze Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.277 retrieving revision 1.278 diff -u -p -d -r1.277 -r1.278 --- ChangeLog 25 Jul 2008 21:25:58 -0000 1.277 +++ ChangeLog 4 Sep 2008 19:38:43 -0000 1.278 @@ -1,3 +1,7 @@ +2008-09-04 Dan Fandrich <da...@co...> + + po/nl.po: Updated Dutch translation by Erwin Poeze + 2008-07-25 Marcus Meissner <ma...@je...> * libexif/exif-content.c: Handle realloc to 0 case |