You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(57) |
Oct
(39) |
Nov
(93) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(15) |
Feb
(8) |
Mar
(12) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(11) |
Aug
(32) |
Sep
(18) |
Oct
(53) |
Nov
|
Dec
(11) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(15) |
Apr
(17) |
May
(56) |
Jun
(19) |
Jul
(6) |
Aug
(16) |
Sep
(44) |
Oct
(31) |
Nov
(36) |
Dec
(13) |
2005 |
Jan
(2) |
Feb
(41) |
Mar
(304) |
Apr
(176) |
May
(19) |
Jun
(33) |
Jul
(14) |
Aug
(21) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
(8) |
2006 |
Jan
(18) |
Feb
(9) |
Mar
(5) |
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(7) |
Oct
(10) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(4) |
May
(124) |
Jun
(59) |
Jul
(1) |
Aug
(13) |
Sep
(3) |
Oct
(11) |
Nov
(30) |
Dec
(35) |
2008 |
Jan
(31) |
Feb
(42) |
Mar
(4) |
Apr
(5) |
May
(2) |
Jun
(12) |
Jul
(8) |
Aug
(2) |
Sep
(4) |
Oct
(5) |
Nov
(89) |
Dec
(23) |
2009 |
Jan
(71) |
Feb
(5) |
Mar
(8) |
Apr
(7) |
May
(8) |
Jun
(7) |
Jul
|
Aug
(4) |
Sep
(58) |
Oct
(74) |
Nov
(53) |
Dec
(32) |
2010 |
Jan
(8) |
Feb
(13) |
Mar
(4) |
Apr
|
May
|
Jun
(10) |
Jul
(1) |
Aug
(2) |
Sep
(12) |
Oct
(17) |
Nov
(2) |
Dec
(24) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(24) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(20) |
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
From: <as...@us...> - 2002-12-08 22:36:50
|
Update of /cvsroot/libexif/libmnote/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv11844 Modified Files: Makefile.am Log Message: include i18n.h Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 3 Dec 2002 09:04:31 -0000 1.2 +++ Makefile.am 8 Dec 2002 22:36:45 -0000 1.3 @@ -22,6 +22,7 @@ libmnoteincludedir = $(includedir)/libmnote libmnoteinclude_HEADERS = \ + i18n.h \ mnote-data.h \ mnote-entry.h \ mnote-tag.h |
From: <as...@us...> - 2002-12-08 21:06:51
|
Update of /cvsroot/libexif/libmnote/test In directory sc8-pr-cvs1:/tmp/cvs-serv15939 Modified Files: Makefile.am Log Message: intl fix Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/test/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 15 Nov 2002 22:10:08 -0000 1.1 +++ Makefile.am 8 Dec 2002 21:06:47 -0000 1.2 @@ -1,4 +1,4 @@ INCLUDES = -I$(top_srcdir) $(LIBEXIF_CFLAGS) noinst_PROGRAMS = test-mnote -test_mnote_LDADD = ../libmnote/libmnote.la $(LIBEXIF_LIBS) +test_mnote_LDADD = ../libmnote/libmnote.la $(LIBEXIF_LIBS) $(INTLLIBS) |
From: <as...@us...> - 2002-12-07 05:58:48
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv16289 Modified Files: Makefile.am configure.in Log Message: Fuck Lütz gently with a chainsaw ('n yes, I'm drunk) Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.am 6 Dec 2002 23:26:55 -0000 1.16 +++ Makefile.am 7 Dec 2002 05:58:45 -0000 1.17 @@ -1,6 +1,4 @@ -SUBDIRS = libexif libjpeg test po intl +SUBDIRS = libexif libjpeg test po CONFIG_CLEAN_FILES = EXTRA_DIST = @PACKAGE@.spec - -ACLOCAL_AMFLAGS = -I m4 Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- configure.in 6 Dec 2002 23:23:13 -0000 1.46 +++ configure.in 7 Dec 2002 05:58:45 -0000 1.47 @@ -54,7 +54,6 @@ fi AC_OUTPUT([ - po/Makefile.in Makefile libexif.spec libexif/Makefile |
From: <lu...@us...> - 2002-12-06 23:26:58
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv12459 Modified Files: Makefile.am Log Message: gettext is driving me crazy. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.am 6 Dec 2002 23:23:13 -0000 1.15 +++ Makefile.am 6 Dec 2002 23:26:55 -0000 1.16 @@ -1,4 +1,4 @@ -SUBDIRS = libexif libjpeg test po +SUBDIRS = libexif libjpeg test po intl CONFIG_CLEAN_FILES = EXTRA_DIST = @PACKAGE@.spec |
From: <lu...@us...> - 2002-12-06 23:23:17
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv10043 Modified Files: configure.in Makefile.am ChangeLog Log Message: 2002-12-07 Lutz Müller <lu...@us...> * configure.in: Version 0.5.8 Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- configure.in 2 Dec 2002 22:22:03 -0000 1.45 +++ configure.in 6 Dec 2002 23:23:13 -0000 1.46 @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT(libexif/exif-data.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libexif, 0.5.7) +AM_INIT_AUTOMAKE(libexif, 0.5.8) AM_MAINTAINER_MODE dnl --------------------------------------------------------------------------- @@ -54,6 +54,7 @@ fi AC_OUTPUT([ + po/Makefile.in Makefile libexif.spec libexif/Makefile Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile.am 2 Dec 2002 22:17:23 -0000 1.14 +++ Makefile.am 6 Dec 2002 23:23:13 -0000 1.15 @@ -1,4 +1,6 @@ -SUBDIRS = libexif libjpeg test po intl +SUBDIRS = libexif libjpeg test po CONFIG_CLEAN_FILES = EXTRA_DIST = @PACKAGE@.spec + +ACLOCAL_AMFLAGS = -I m4 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- ChangeLog 2 Dec 2002 22:29:53 -0000 1.50 +++ ChangeLog 6 Dec 2002 23:23:13 -0000 1.51 @@ -1,3 +1,7 @@ +2002-12-07 Lutz Müller <lu...@us...> + + * configure.in: Version 0.5.8 + 2002-12-02 Lutz Müller <lu...@us...> * libexif/Makefile.am: Forgot to remove the some subdirs. |
From: <as...@us...> - 2002-12-03 09:09:58
|
Update of /cvsroot/libexif/libmnote/libmnote/fuji In directory sc8-pr-cvs1:/tmp/cvs-serv22475/libmnote/fuji Modified Files: mnote-fuji-data.c Log Message: remove unused vars Index: mnote-fuji-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-data.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-fuji-data.c 29 Nov 2002 16:12:32 -0000 1.2 +++ mnote-fuji-data.c 3 Dec 2002 09:09:55 -0000 1.3 @@ -50,7 +50,6 @@ mnote_fuji_data_get_value (MNoteData *n, MNoteTag t) { MNoteFujiData *note = (MNoteFujiData *) n; - MNoteFujiTag tag = (MNoteFujiTag) t; note = NULL; |
From: <as...@us...> - 2002-12-03 09:09:57
|
Update of /cvsroot/libexif/libmnote/libmnote/canon In directory sc8-pr-cvs1:/tmp/cvs-serv22475/libmnote/canon Modified Files: mnote-canon-data.c Log Message: remove unused vars Index: mnote-canon-data.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-data.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-canon-data.c 29 Nov 2002 16:12:30 -0000 1.2 +++ mnote-canon-data.c 3 Dec 2002 09:09:55 -0000 1.3 @@ -36,7 +36,6 @@ mnote_canon_data_get_value (MNoteData *n, MNoteTag t) { MNoteCanonData *note = (MNoteCanonData *) n; - MNoteCanonTag tag = (MNoteCanonTag) t; note = NULL; |
From: <as...@us...> - 2002-12-03 09:05:05
|
Update of /cvsroot/libexif/libmnote/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote Modified Files: Makefile.am Added Files: i18n.h Log Message: i18n factorization --- NEW FILE: i18n.h --- (This appears to be a binary file; contents omitted.) Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Makefile.am 15 Nov 2002 07:46:38 -0000 1.1.1.1 +++ Makefile.am 3 Dec 2002 09:04:31 -0000 1.2 @@ -1,8 +1,9 @@ SUBDIRS = canon fuji hp olympus pentax INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ + -I$(top_srcdir) \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libmnote \ -DLIBMNOTE_LOCALEDIR=\""$(datadir)/locale"\" \ $(LIBEXIF_CFLAGS) |
From: <as...@us...> - 2002-12-03 09:05:03
|
Update of /cvsroot/libexif/libmnote In directory sc8-pr-cvs1:/tmp/cvs-serv20519 Modified Files: configure.in Log Message: i18n factorization Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libmnote/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- configure.in 2 Dec 2002 10:16:26 -0000 1.7 +++ configure.in 3 Dec 2002 09:04:30 -0000 1.8 @@ -29,6 +29,18 @@ dnl i18n support dnl --------------------------------------------------------------------------- ALL_LINGUAS="fr" +# EVIL HACKS +AC_MSG_CHECKING([for po/Makevars requiring evil hack]) +GETTEXT_PACKAGE="${PACKAGE}-${LIBMNOTE_CURRENT}" +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The gettext domain we're using]) +AC_SUBST(GETTEXT_PACKAGE) +if test -f po/Makevars.template +then + sed -e "s/^DOMAIN.*/DOMAIN = ${GETTEXT_PACKAGE}/" < po/Makevars.template > po/Makevars + AC_MSG_RESULT([yes. done.]) +else + AC_MSG_RESULT([no]) +fi AM_GNU_GETTEXT dnl --------------------------------------------------------------------------- |
From: <as...@us...> - 2002-12-03 09:04:38
|
Update of /cvsroot/libexif/libmnote/libmnote/pentax In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote/pentax Modified Files: Makefile.am mnote-pentax-entry.c mnote-pentax-tag.c Log Message: i18n factorization Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 17 Nov 2002 15:07:15 -0000 1.3 +++ Makefile.am 3 Dec 2002 09:04:33 -0000 1.4 @@ -1,7 +1,8 @@ -INCLUDES = \ +INCLUDES= \ -DLIBMNOTE_LOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libmnote \ $(LIBEXIF_CFLAGS) noinst_LTLIBRARIES = libmnote-pentax.la Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-entry.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mnote-pentax-entry.c 29 Nov 2002 16:12:56 -0000 1.3 +++ mnote-pentax-entry.c 3 Dec 2002 09:04:33 -0000 1.4 @@ -19,6 +19,7 @@ */ #include "config.h" +#include "i18n.h" #include "mnote-pentax-entry.h" #include <stdio.h> @@ -27,25 +28,6 @@ #include <libexif/exif-format.h> #include <libexif/exif-utils.h> - -#ifdef ENABLE_NLS -# include <libintl.h> -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif struct _MNotePentaxEntryPrivate { unsigned int ref_count; Index: mnote-pentax-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/pentax/mnote-pentax-tag.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-pentax-tag.c 29 Nov 2002 16:13:02 -0000 1.2 +++ mnote-pentax-tag.c 3 Dec 2002 09:04:33 -0000 1.3 @@ -19,29 +19,11 @@ */ #include "config.h" +#include "i18n.h" #include "mnote-pentax-tag.h" #include <stdlib.h> -#ifdef ENABLE_NLS -# include <libintl.h> -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif - static struct { MNotePentaxTag tag; const char *name; @@ -99,7 +81,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].title; i++) if (table[i].tag == tag) @@ -115,7 +97,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].description; i++) if (table[i].tag == tag) |
From: <as...@us...> - 2002-12-03 09:04:36
|
Update of /cvsroot/libexif/libmnote/libmnote/olympus In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote/olympus Modified Files: Makefile.am mnote-olympus-entry.c mnote-olympus-tag.c Log Message: i18n factorization Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 15 Nov 2002 19:54:49 -0000 1.2 +++ Makefile.am 3 Dec 2002 09:04:32 -0000 1.3 @@ -1,7 +1,8 @@ INCLUDES = \ -DLIBMNOTE_LOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libmnote \ $(LIBEXIF_CFLAGS) noinst_LTLIBRARIES = libmnote-olympus.la Index: mnote-olympus-entry.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-entry.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-olympus-entry.c 29 Nov 2002 16:12:44 -0000 1.2 +++ mnote-olympus-entry.c 3 Dec 2002 09:04:33 -0000 1.3 @@ -19,6 +19,7 @@ */ #include "config.h" +#include "i18n.h" #include "mnote-olympus-entry.h" #include <stdio.h> @@ -27,25 +28,6 @@ #include <libexif/exif-format.h> #include <libexif/exif-utils.h> - -#ifdef ENABLE_NLS -# include <libintl.h> -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif struct _MNoteOlympusEntryPrivate { unsigned int ref_count; Index: mnote-olympus-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/olympus/mnote-olympus-tag.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-olympus-tag.c 29 Nov 2002 16:12:44 -0000 1.2 +++ mnote-olympus-tag.c 3 Dec 2002 09:04:33 -0000 1.3 @@ -19,29 +19,11 @@ */ #include "config.h" +#include "i18n.h" #include "mnote-olympus-tag.h" #include <stdlib.h> -#ifdef ENABLE_NLS -# include <libintl.h> -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif - static struct { MNoteOlympusTag tag; const char *name; @@ -83,7 +65,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].title; i++) if (table[i].tag == tag) @@ -99,7 +81,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].description; i++) if (table[i].tag == tag) |
From: <as...@us...> - 2002-12-03 09:04:35
|
Update of /cvsroot/libexif/libmnote/libmnote/hp In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote/hp Modified Files: Makefile.am Log Message: i18n factorization Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/hp/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 15 Nov 2002 19:54:48 -0000 1.2 +++ Makefile.am 3 Dec 2002 09:04:32 -0000 1.3 @@ -1,8 +1,9 @@ -INCLUDES = \ - -I$(top_srcdir) \ +INCLUDES= \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libmnote \ $(LIBEXIF_CFLAGS) noinst_LTLIBRARIES = libmnote-hp.la -libmnote_hp_la_SOURCES = \ +libmnote_hp_la_SOURCES = \ mnote-hp-data.c mnote-hp-data.h libmnote_hp_la_LDFLAGS = -avoid-version $(LIBEXIF_LIBS) |
From: <as...@us...> - 2002-12-03 09:04:35
|
Update of /cvsroot/libexif/libmnote/libmnote/fuji In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote/fuji Modified Files: Makefile.am mnote-fuji-tag.c Log Message: i18n factorization Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 15 Nov 2002 19:54:48 -0000 1.2 +++ Makefile.am 3 Dec 2002 09:04:31 -0000 1.3 @@ -1,7 +1,8 @@ -INCLUDES = \ +INCLUDES= \ -DLIBMNOTE_LOCALEDIR=\""$(datadir)/locale"\" \ - -I$(top_srcdir) \ + -I$(top_srcdir) \ -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libmnote \ $(LIBEXIF_CFLAGS) noinst_LTLIBRARIES = libmnote-fuji.la Index: mnote-fuji-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/fuji/mnote-fuji-tag.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-fuji-tag.c 29 Nov 2002 16:12:33 -0000 1.2 +++ mnote-fuji-tag.c 3 Dec 2002 09:04:32 -0000 1.3 @@ -19,29 +19,11 @@ */ #include "config.h" +#include "i18n.h" #include "mnote-fuji-tag.h" #include <stdlib.h> -#ifdef ENABLE_NLS -# include <libintl.h> -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif - static struct { MNoteFujiTag tag; const char *name; @@ -91,7 +73,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].title; i++) if (table[i].tag == tag) @@ -107,7 +89,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].description; i++) if (table[i].tag == tag) |
From: <as...@us...> - 2002-12-03 09:04:34
|
Update of /cvsroot/libexif/libmnote/libmnote/canon In directory sc8-pr-cvs1:/tmp/cvs-serv20519/libmnote/canon Modified Files: Makefile.am mnote-canon-tag.c Log Message: i18n factorization Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 15 Nov 2002 19:54:48 -0000 1.2 +++ Makefile.am 3 Dec 2002 09:04:31 -0000 1.3 @@ -1,7 +1,8 @@ -INCLUDES = \ +INCLUDES= \ -DLIBMNOTE_LOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libmnote \ $(LIBEXIF_CFLAGS) noinst_LTLIBRARIES = libmnote-canon.la Index: mnote-canon-tag.c =================================================================== RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-tag.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mnote-canon-tag.c 29 Nov 2002 16:12:31 -0000 1.2 +++ mnote-canon-tag.c 3 Dec 2002 09:04:31 -0000 1.3 @@ -19,29 +19,11 @@ */ #include "config.h" +#include "i18n.h" #include "mnote-canon-tag.h" #include <stdlib.h> -#ifdef ENABLE_NLS -# include <libintl.h> -# undef _ -# define _(String) dgettext (PACKAGE, String) -# ifdef gettext_noop -# define N_(String) gettext_noop (String) -# else -# define N_(String) (String) -# endif -#else -# define textdomain(String) (String) -# define gettext(String) (String) -# define dgettext(Domain,Message) (Message) -# define dcgettext(Domain,Message,Type) (Message) -# define bindtextdomain(Domain,Directory) (Domain) -# define _(String) (String) -# define N_(String) (String) -#endif - static struct { MNoteCanonTag tag; const char *name; @@ -80,7 +62,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].title; i++) if (table[i].tag == tag) @@ -96,7 +78,7 @@ unsigned int i; - bindtextdomain (PACKAGE, LIBMNOTE_LOCALEDIR); + bindtextdomain (GETTEXT_PACKAGE, LIBMNOTE_LOCALEDIR); for (i = 0; table[i].description; i++) if (table[i].tag == tag) |
From: <as...@us...> - 2002-12-03 07:48:14
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs1:/tmp/cvs-serv31794 Modified Files: POTFILES.in de.po es.po fr.po Log Message: reflects Lutz changes to po files Index: POTFILES.in =================================================================== RCS file: /cvsroot/libexif/libexif/po/POTFILES.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- POTFILES.in 22 Nov 2002 08:56:18 -0000 1.3 +++ POTFILES.in 3 Dec 2002 07:48:10 -0000 1.4 @@ -1,8 +1,4 @@ -libexif/canon/exif-canon-tag.c libexif/exif-byte-order.c libexif/exif-entry.c libexif/exif-format.c libexif/exif-tag.c -libexif/fuji/exif-fuji-tag.c -libexif/olympus/exif-olympus-entry.c -libexif/olympus/exif-olympus-tag.c Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- de.po 1 Dec 2002 19:42:23 -0000 1.10 +++ de.po 3 Dec 2002 07:48:10 -0000 1.11 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif vers\n" -"POT-Creation-Date: 2002-12-01 20:39+0100\n" +"POT-Creation-Date: 2002-12-03 08:44+0100\n" "PO-Revision-Date: 2002-09-12 19:48+0200\n" "Last-Translator: Hans Ulrich Niedermann <gp...@n-...>\n" "Language-Team: Deutsch <de...@li...>\n" @@ -13,40 +13,6 @@ "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libexif/canon/exif-canon-tag.c:31 -msgid "Settings (first part)" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:32 -msgid "Settings (second part)" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:33 -#, fuzzy -msgid "Image type" -msgstr "Bildbreite" - -#: libexif/canon/exif-canon-tag.c:34 libexif/olympus/exif-olympus-tag.c:38 -msgid "Firmware version" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:35 -#, fuzzy -msgid "Image number" -msgstr "Eindeutige Bildnummer" - -#: libexif/canon/exif-canon-tag.c:36 -msgid "Owner name" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:37 -msgid "Serial number" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:38 -msgid "Custom functions" -msgstr "" - #: libexif/exif-byte-order.c:32 msgid "Motorola" msgstr "" @@ -55,12 +21,12 @@ msgid "Intel" msgstr "" -#: libexif/exif-entry.c:123 libexif/olympus/exif-olympus-entry.c:100 +#: libexif/exif-entry.c:123 #, c-format msgid "Invalid format '%s', expected '%s'." msgstr "Ungültiges Format '%s', '%s' wurde erwartet." -#: libexif/exif-entry.c:135 libexif/olympus/exif-olympus-entry.c:112 +#: libexif/exif-entry.c:135 #, c-format msgid "Invalid number of components (%i, expected %i)." msgstr "Ungültige Anzahl von Komponenten (%i, %i wurden erwartet)." @@ -543,7 +509,7 @@ msgid "Hard" msgstr "Hart" -#: libexif/exif-entry.c:926 libexif/olympus/exif-olympus-tag.c:33 +#: libexif/exif-entry.c:926 msgid "Macro" msgstr "Macro" @@ -570,7 +536,7 @@ msgid "Unexpected number of components (%li, expected 2, 3, or 4)." msgstr "Unerwartete Nummer von Komponenten (%li, erwartete 2, 3 oder 4)." -#: libexif/exif-entry.c:1141 libexif/olympus/exif-olympus-entry.c:147 +#: libexif/exif-entry.c:1141 msgid "unknown" msgstr "unbekannt" @@ -630,7 +596,7 @@ msgid "manual" msgstr "" -#: libexif/exif-entry.c:1214 libexif/olympus/exif-olympus-entry.c:144 +#: libexif/exif-entry.c:1214 msgid "normal" msgstr "" @@ -658,7 +624,7 @@ msgid "landscape" msgstr "Landschaft" -#: libexif/exif-entry.c:1244 libexif/olympus/exif-olympus-entry.c:213 +#: libexif/exif-entry.c:1244 msgid "yes" msgstr "Ja" @@ -1596,7 +1562,7 @@ msgid "This tag indicates the degree of overall image gain adjustment." msgstr "" -#: libexif/exif-tag.c:549 libexif/fuji/exif-fuji-tag.c:36 +#: libexif/exif-tag.c:549 msgid "Contrast" msgstr "Kontrast" @@ -1616,7 +1582,7 @@ "camera when the image was shot." msgstr "" -#: libexif/exif-tag.c:555 libexif/fuji/exif-fuji-tag.c:33 +#: libexif/exif-tag.c:555 msgid "Sharpness" msgstr "Schärfe" @@ -1655,175 +1621,3 @@ "recorded as an ASCII string equivalent to hexadecimal notation and 128-bit " "fixed length." msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:31 -#, fuzzy -msgid "Version" -msgstr "Exif Version" - -#: libexif/fuji/exif-fuji-tag.c:32 libexif/olympus/exif-olympus-tag.c:32 -msgid "Quality" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:34 -msgid "White balance" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:35 -#, fuzzy -msgid "Chromaticity saturation" -msgstr "Geringe Sättigung" - -#: libexif/fuji/exif-fuji-tag.c:37 -#, fuzzy -msgid "Flash mode" -msgstr "Blitz" - -#: libexif/fuji/exif-fuji-tag.c:39 -msgid "Flash firing strength compensation" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:40 -#, fuzzy -msgid "Macro mode" -msgstr "Macro" - -#: libexif/fuji/exif-fuji-tag.c:41 -msgid "Focusing mode" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:42 -msgid "Slow synchro mode" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:43 -msgid "Picture mode" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:44 libexif/olympus/exif-olympus-tag.c:34 -#, fuzzy -msgid "Unknown 1" -msgstr "Unbekannt" - -#: libexif/fuji/exif-fuji-tag.c:45 -msgid "Continuous taking" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:46 libexif/olympus/exif-olympus-tag.c:36 -#, fuzzy -msgid "Unknown 2" -msgstr "Unbekannt" - -#: libexif/fuji/exif-fuji-tag.c:47 -msgid "Blur warning" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:48 -msgid "Auto focus warning" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:49 -#, fuzzy -msgid "Auto exposure warning" -msgstr "Automatische Belichtungzeit" - -#: libexif/olympus/exif-olympus-entry.c:139 -msgid "Speed/Sequence/Panorama direction: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:150 -msgid "fast" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:153 -msgid "panorama" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:167 -#, fuzzy -msgid "left to right" -msgstr "unten - rechts" - -#: libexif/olympus/exif-olympus-entry.c:170 -#, fuzzy -msgid "right to left" -msgstr "rechts - oben" - -#: libexif/olympus/exif-olympus-entry.c:173 -#, fuzzy -msgid "bottom to top" -msgstr "unten - links" - -#: libexif/olympus/exif-olympus-entry.c:176 -#, fuzzy -msgid "top to bottom" -msgstr "links - unten" - -#: libexif/olympus/exif-olympus-entry.c:187 -msgid "Quality: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:190 -msgid "SQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:193 -msgid "HQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:196 -msgid "SHQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:207 -#, fuzzy -msgid "Macro: " -msgstr "Macro" - -#: libexif/olympus/exif-olympus-entry.c:210 -msgid "no" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:223 -#, fuzzy -msgid "Unknown tag." -msgstr "Unbekannt" - -#: libexif/olympus/exif-olympus-entry.c:229 -msgid "Zoom: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:232 -msgid "1x" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:235 -msgid "2x" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:31 -#, fuzzy -msgid "Mode" -msgstr "Modell" - -#: libexif/olympus/exif-olympus-tag.c:35 -msgid "Zoom" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:37 -#, fuzzy -msgid "Unknown 3" -msgstr "Unbekannt" - -#: libexif/olympus/exif-olympus-tag.c:39 -msgid "Info" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:40 -msgid "Camera ID" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:41 -#, fuzzy -msgid "Unknown 4" -msgstr "Unbekannt" Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/es.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- es.po 1 Dec 2002 19:42:23 -0000 1.3 +++ es.po 3 Dec 2002 07:48:10 -0000 1.4 @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" -"POT-Creation-Date: 2002-12-01 20:39+0100\n" +"POT-Creation-Date: 2002-12-03 08:44+0100\n" "PO-Revision-Date: 2002-09-05 22:28-0300\n" "Last-Translator: Fabian Mandelbaum <fa...@ma...>\n" "Language-Team: Spanish <es...@li...>\n" @@ -13,42 +13,6 @@ "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libexif/canon/exif-canon-tag.c:31 -msgid "Settings (first part)" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:32 -msgid "Settings (second part)" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:33 -#, fuzzy -msgid "Image type" -msgstr "Ancho de la imagen" - -#: libexif/canon/exif-canon-tag.c:34 libexif/olympus/exif-olympus-tag.c:38 -msgid "Firmware version" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:35 -#, fuzzy -msgid "Image number" -msgstr "ID único de imagen" - -#: libexif/canon/exif-canon-tag.c:36 -msgid "Owner name" -msgstr "" - -#: libexif/canon/exif-canon-tag.c:37 -#, fuzzy -msgid "Serial number" -msgstr "El número F." - -#: libexif/canon/exif-canon-tag.c:38 -#, fuzzy -msgid "Custom functions" -msgstr "Proceso personalizado" - #: libexif/exif-byte-order.c:32 msgid "Motorola" msgstr "" @@ -57,12 +21,12 @@ msgid "Intel" msgstr "" -#: libexif/exif-entry.c:123 libexif/olympus/exif-olympus-entry.c:100 +#: libexif/exif-entry.c:123 #, c-format msgid "Invalid format '%s', expected '%s'." msgstr "Formato no válido '%s', se esperaba '%s'." -#: libexif/exif-entry.c:135 libexif/olympus/exif-olympus-entry.c:112 +#: libexif/exif-entry.c:135 #, c-format msgid "Invalid number of components (%i, expected %i)." msgstr "Cantidad de componentes no válida (%i, se esperaba %i)." @@ -557,7 +521,7 @@ msgid "Hard" msgstr "Duro" -#: libexif/exif-entry.c:926 libexif/olympus/exif-olympus-tag.c:33 +#: libexif/exif-entry.c:926 msgid "Macro" msgstr "Macro" @@ -584,7 +548,7 @@ msgid "Unexpected number of components (%li, expected 2, 3, or 4)." msgstr "Cantidad de componentes inesperada (%li, esperados 2, 3, o 4)." -#: libexif/exif-entry.c:1141 libexif/olympus/exif-olympus-entry.c:147 +#: libexif/exif-entry.c:1141 msgid "unknown" msgstr "desconocido" @@ -644,7 +608,7 @@ msgid "manual" msgstr "manual" -#: libexif/exif-entry.c:1214 libexif/olympus/exif-olympus-entry.c:144 +#: libexif/exif-entry.c:1214 msgid "normal" msgstr "normal" @@ -672,7 +636,7 @@ msgid "landscape" msgstr "paisaje" -#: libexif/exif-entry.c:1244 libexif/olympus/exif-olympus-entry.c:213 +#: libexif/exif-entry.c:1244 msgid "yes" msgstr "sí" @@ -1922,7 +1886,7 @@ msgstr "" "Esta etiqueta indica el grado del ajuste de ganancia general de imagen." -#: libexif/exif-tag.c:549 libexif/fuji/exif-fuji-tag.c:36 +#: libexif/exif-tag.c:549 msgid "Contrast" msgstr "Contraste" @@ -1946,7 +1910,7 @@ "Esta etiqueta indica la dirección del procesamiento de stauración aplicado " "por la cámara cuando se tomó la imagen." -#: libexif/exif-tag.c:555 libexif/fuji/exif-fuji-tag.c:33 +#: libexif/exif-tag.c:555 msgid "Sharpness" msgstr "Nitidez" @@ -1993,177 +1957,3 @@ "Esta etiqueta indica un identificador asignado unívocamente a cada imagen. " "Se registra como una cadena de caracteres ASCII equivalente a notación " "hexadecimal y de una longitud fija de 128 bits." - -#: libexif/fuji/exif-fuji-tag.c:31 -#, fuzzy -msgid "Version" -msgstr "Versión Exif" - -#: libexif/fuji/exif-fuji-tag.c:32 libexif/olympus/exif-olympus-tag.c:32 -msgid "Quality" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:34 -#, fuzzy -msgid "White balance" -msgstr "Balance de blanco" - -#: libexif/fuji/exif-fuji-tag.c:35 -#, fuzzy -msgid "Chromaticity saturation" -msgstr "Baja saturación" - -#: libexif/fuji/exif-fuji-tag.c:37 -#, fuzzy -msgid "Flash mode" -msgstr "Flash" - -#: libexif/fuji/exif-fuji-tag.c:39 -msgid "Flash firing strength compensation" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:40 -#, fuzzy -msgid "Macro mode" -msgstr "Macro" - -#: libexif/fuji/exif-fuji-tag.c:41 -msgid "Focusing mode" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:42 -msgid "Slow synchro mode" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:43 -msgid "Picture mode" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:44 libexif/olympus/exif-olympus-tag.c:34 -#, fuzzy -msgid "Unknown 1" -msgstr "Desconocido" - -#: libexif/fuji/exif-fuji-tag.c:45 -msgid "Continuous taking" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:46 libexif/olympus/exif-olympus-tag.c:36 -#, fuzzy -msgid "Unknown 2" -msgstr "Desconocido" - -#: libexif/fuji/exif-fuji-tag.c:47 -msgid "Blur warning" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:48 -msgid "Auto focus warning" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:49 -#, fuzzy -msgid "Auto exposure warning" -msgstr "Exposición automática" - -#: libexif/olympus/exif-olympus-entry.c:139 -msgid "Speed/Sequence/Panorama direction: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:150 -msgid "fast" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:153 -#, fuzzy -msgid "panorama" -msgstr "normal" - -#: libexif/olympus/exif-olympus-entry.c:167 -#, fuzzy -msgid "left to right" -msgstr "abajo - derecha" - -#: libexif/olympus/exif-olympus-entry.c:170 -#, fuzzy -msgid "right to left" -msgstr "derecha - arriba" - -#: libexif/olympus/exif-olympus-entry.c:173 -#, fuzzy -msgid "bottom to top" -msgstr "abajo - izquierda" - -#: libexif/olympus/exif-olympus-entry.c:176 -#, fuzzy -msgid "top to bottom" -msgstr "izquierda - abajo" - -#: libexif/olympus/exif-olympus-entry.c:187 -msgid "Quality: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:190 -msgid "SQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:193 -msgid "HQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:196 -msgid "SHQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:207 -#, fuzzy -msgid "Macro: " -msgstr "Macro" - -#: libexif/olympus/exif-olympus-entry.c:210 -msgid "no" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:223 -#, fuzzy -msgid "Unknown tag." -msgstr "Desconocido" - -#: libexif/olympus/exif-olympus-entry.c:229 -msgid "Zoom: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:232 -msgid "1x" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:235 -msgid "2x" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:31 -#, fuzzy -msgid "Mode" -msgstr "Modelo" - -#: libexif/olympus/exif-olympus-tag.c:35 -msgid "Zoom" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:37 -#, fuzzy -msgid "Unknown 3" -msgstr "Desconocido" - -#: libexif/olympus/exif-olympus-tag.c:39 -msgid "Info" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:40 -msgid "Camera ID" -msgstr "" - -#: libexif/olympus/exif-olympus-tag.c:41 -#, fuzzy -msgid "Unknown 4" -msgstr "Desconocido" Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/fr.po,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fr.po 1 Dec 2002 19:45:04 -0000 1.4 +++ fr.po 3 Dec 2002 07:48:10 -0000 1.5 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" -"POT-Creation-Date: 2002-12-01 20:39+0100\n" +"POT-Creation-Date: 2002-12-03 08:44+0100\n" "PO-Revision-Date: 2002-11-21 10:02+0100\n" "Last-Translator: Arnaud Launay <as...@la...>\n" "Language-Team: Français <tr...@tr...>\n" @@ -14,38 +14,6 @@ "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: libexif/canon/exif-canon-tag.c:31 -msgid "Settings (first part)" -msgstr "Paramètres (première partie)" - -#: libexif/canon/exif-canon-tag.c:32 -msgid "Settings (second part)" -msgstr "Paramètres (seconde partie)" - -#: libexif/canon/exif-canon-tag.c:33 -msgid "Image type" -msgstr "Type de l'image" - -#: libexif/canon/exif-canon-tag.c:34 libexif/olympus/exif-olympus-tag.c:38 -msgid "Firmware version" -msgstr "Version du logiciel matériel" - -#: libexif/canon/exif-canon-tag.c:35 -msgid "Image number" -msgstr "Numéro de l'image" - -#: libexif/canon/exif-canon-tag.c:36 -msgid "Owner name" -msgstr "Nom du propriétaire" - -#: libexif/canon/exif-canon-tag.c:37 -msgid "Serial number" -msgstr "Numéro de série" - -#: libexif/canon/exif-canon-tag.c:38 -msgid "Custom functions" -msgstr "Fonctions personnalisées" - #: libexif/exif-byte-order.c:32 msgid "Motorola" msgstr "Motorola" @@ -54,12 +22,12 @@ msgid "Intel" msgstr "Intel" -#: libexif/exif-entry.c:123 libexif/olympus/exif-olympus-entry.c:100 +#: libexif/exif-entry.c:123 #, c-format msgid "Invalid format '%s', expected '%s'." msgstr "Format invalide '%s', attendait '%s'." -#: libexif/exif-entry.c:135 libexif/olympus/exif-olympus-entry.c:112 +#: libexif/exif-entry.c:135 #, c-format msgid "Invalid number of components (%i, expected %i)." msgstr "Nombre invalide de composants (%i, attendait %i)." @@ -89,15 +57,15 @@ #: libexif/exif-entry.c:311 msgid "Center-Weighted Average" -msgstr "" +msgstr "Mesure pondérée centrale" #: libexif/exif-entry.c:314 msgid "Spot" -msgstr "" +msgstr "Spot" #: libexif/exif-entry.c:317 msgid "Multi Spot" -msgstr "" +msgstr "Multi spot" #: libexif/exif-entry.c:320 msgid "Pattern" @@ -552,7 +520,7 @@ msgid "Hard" msgstr "Dur" -#: libexif/exif-entry.c:926 libexif/olympus/exif-olympus-tag.c:33 +#: libexif/exif-entry.c:926 msgid "Macro" msgstr "Macro" @@ -579,7 +547,7 @@ msgid "Unexpected number of components (%li, expected 2, 3, or 4)." msgstr "Nombre inattendu de composants (%li, attendait 2, 3, ou 4)." -#: libexif/exif-entry.c:1141 libexif/olympus/exif-olympus-entry.c:147 +#: libexif/exif-entry.c:1141 msgid "unknown" msgstr "inconnu" @@ -589,15 +557,15 @@ #: libexif/exif-entry.c:1147 msgid "center-weight" -msgstr "" +msgstr "Centre pondéré" #: libexif/exif-entry.c:1150 msgid "spot" -msgstr "" +msgstr "spot" #: libexif/exif-entry.c:1153 msgid "multi-spot" -msgstr "" +msgstr "multi-spots" #: libexif/exif-entry.c:1156 msgid "matrix" @@ -639,7 +607,7 @@ msgid "manual" msgstr "manuel" -#: libexif/exif-entry.c:1214 libexif/olympus/exif-olympus-entry.c:144 +#: libexif/exif-entry.c:1214 msgid "normal" msgstr "normal" @@ -667,7 +635,7 @@ msgid "landscape" msgstr "paysage" -#: libexif/exif-entry.c:1244 libexif/olympus/exif-olympus-entry.c:213 +#: libexif/exif-entry.c:1244 msgid "yes" msgstr "oui" @@ -1703,7 +1671,7 @@ msgid "This tag indicates the degree of overall image gain adjustment." msgstr "Ce marqueur indique le degré général d'ajustement du gain de l'image." -#: libexif/exif-tag.c:549 libexif/fuji/exif-fuji-tag.c:36 +#: libexif/exif-tag.c:549 msgid "Contrast" msgstr "Contraste" @@ -1723,7 +1691,7 @@ "camera when the image was shot." msgstr "" -#: libexif/exif-tag.c:555 libexif/fuji/exif-fuji-tag.c:33 +#: libexif/exif-tag.c:555 msgid "Sharpness" msgstr "Netteté" @@ -1768,159 +1736,3 @@ "Ce marqueur indique un identificateur unique assigné à chaque image. Il est " "enregistré sous la forme d'une chaîne ASCII équivalente à la notation " "hexadécimale et d'une longueur fixe de 128 bits." - -#: libexif/fuji/exif-fuji-tag.c:31 -msgid "Version" -msgstr "Version" - -#: libexif/fuji/exif-fuji-tag.c:32 libexif/olympus/exif-olympus-tag.c:32 -msgid "Quality" -msgstr "Qualité" - -#: libexif/fuji/exif-fuji-tag.c:34 -msgid "White balance" -msgstr "Balance des blancs" - -#: libexif/fuji/exif-fuji-tag.c:35 -msgid "Chromaticity saturation" -msgstr "Saturation chromatique" - -#: libexif/fuji/exif-fuji-tag.c:37 -msgid "Flash mode" -msgstr "Mode flash" - -#: libexif/fuji/exif-fuji-tag.c:39 -msgid "Flash firing strength compensation" -msgstr "" - -#: libexif/fuji/exif-fuji-tag.c:40 -msgid "Macro mode" -msgstr "Mode macro" - -#: libexif/fuji/exif-fuji-tag.c:41 -msgid "Focusing mode" -msgstr "Mode de mise au point" - -#: libexif/fuji/exif-fuji-tag.c:42 -msgid "Slow synchro mode" -msgstr "Mode de synchronisation lente" - -#: libexif/fuji/exif-fuji-tag.c:43 -msgid "Picture mode" -msgstr "Mode de lecture" - -#: libexif/fuji/exif-fuji-tag.c:44 libexif/olympus/exif-olympus-tag.c:34 -msgid "Unknown 1" -msgstr "Inconnu 1" - -#: libexif/fuji/exif-fuji-tag.c:45 -msgid "Continuous taking" -msgstr "Prise de vues continue" - -#: libexif/fuji/exif-fuji-tag.c:46 libexif/olympus/exif-olympus-tag.c:36 -msgid "Unknown 2" -msgstr "Inconnu 2" - -#: libexif/fuji/exif-fuji-tag.c:47 -msgid "Blur warning" -msgstr "Avertissement de flou" - -#: libexif/fuji/exif-fuji-tag.c:48 -msgid "Auto focus warning" -msgstr "Avertissement de mise au point automatique" - -#: libexif/fuji/exif-fuji-tag.c:49 -msgid "Auto exposure warning" -msgstr "Alerte d'exposition automatique" - -#: libexif/olympus/exif-olympus-entry.c:139 -msgid "Speed/Sequence/Panorama direction: " -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:150 -msgid "fast" -msgstr "rapide" - -#: libexif/olympus/exif-olympus-entry.c:153 -msgid "panorama" -msgstr "panoramique" - -#: libexif/olympus/exif-olympus-entry.c:167 -msgid "left to right" -msgstr "gauche à droite" - -#: libexif/olympus/exif-olympus-entry.c:170 -msgid "right to left" -msgstr "droite à gauche" - -#: libexif/olympus/exif-olympus-entry.c:173 -msgid "bottom to top" -msgstr "bas en haut" - -#: libexif/olympus/exif-olympus-entry.c:176 -msgid "top to bottom" -msgstr "haut en bas" - -#: libexif/olympus/exif-olympus-entry.c:187 -msgid "Quality: " -msgstr "Qualité: " - -#: libexif/olympus/exif-olympus-entry.c:190 -msgid "SQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:193 -msgid "HQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:196 -msgid "SHQ" -msgstr "" - -#: libexif/olympus/exif-olympus-entry.c:207 -msgid "Macro: " -msgstr "Macro: " - -#: libexif/olympus/exif-olympus-entry.c:210 -msgid "no" -msgstr "non" - -#: libexif/olympus/exif-olympus-entry.c:223 -msgid "Unknown tag." -msgstr "Marqueur inconnu" - -#: libexif/olympus/exif-olympus-entry.c:229 -msgid "Zoom: " -msgstr "Zoom: " - -#: libexif/olympus/exif-olympus-entry.c:232 -msgid "1x" -msgstr "1x" - -#: libexif/olympus/exif-olympus-entry.c:235 -msgid "2x" -msgstr "2x" - -#: libexif/olympus/exif-olympus-tag.c:31 -msgid "Mode" -msgstr "Mode" - -#: libexif/olympus/exif-olympus-tag.c:35 -msgid "Zoom" -msgstr "Zoom" - -#: libexif/olympus/exif-olympus-tag.c:37 -msgid "Unknown 3" -msgstr "Inconnu 3" - -#: libexif/olympus/exif-olympus-tag.c:39 -msgid "Info" -msgstr "Info " - -#: libexif/olympus/exif-olympus-tag.c:40 -msgid "Camera ID" -msgstr "ID appareil" - -#: libexif/olympus/exif-olympus-tag.c:41 -msgid "Unknown 4" -msgstr "Inconnu 4" |
From: <lu...@us...> - 2002-12-02 22:29:58
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv20087/libexif Modified Files: Makefile.am Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/Makefile.am: Forgot to remove the some subdirs. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.am 2 Dec 2002 22:17:23 -0000 1.18 +++ Makefile.am 2 Dec 2002 22:29:54 -0000 1.19 @@ -18,11 +18,7 @@ exif-tag.c \ exif-utils.c \ i18n.h -libexif_la_LIBADD = -lm \ - canon/libexif-canon.la \ - fuji/libexif-fuji.la \ - hp/libexif-hp.la \ - olympus/libexif-olympus.la +libexif_la_LIBADD = -lm libexifincludedir = $(includedir)/libexif libexifinclude_HEADERS = \ @@ -32,7 +28,6 @@ exif-entry.h \ exif-format.h \ exif-ifd.h \ - exif-note.h \ exif-result.h \ exif-tag.h \ exif-utils.h |
From: <lu...@us...> - 2002-12-02 22:29:58
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv20087 Modified Files: ChangeLog Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/Makefile.am: Forgot to remove the some subdirs. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- ChangeLog 2 Dec 2002 22:22:02 -0000 1.49 +++ ChangeLog 2 Dec 2002 22:29:53 -0000 1.50 @@ -1,5 +1,9 @@ 2002-12-02 Lutz Müller <lu...@us...> + * libexif/Makefile.am: Forgot to remove the some subdirs. + +2002-12-02 Lutz Müller <lu...@us...> + * configure.in: Remove some Makefiles 2002-12-02 Lutz Müller <lu...@us...> |
From: <lu...@us...> - 2002-12-02 22:22:07
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv16774 Modified Files: ChangeLog configure.in Log Message: 2002-12-02 Lutz Müller <lu...@us...> * configure.in: Remove some Makefiles Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- ChangeLog 2 Dec 2002 22:20:28 -0000 1.48 +++ ChangeLog 2 Dec 2002 22:22:02 -0000 1.49 @@ -1,5 +1,9 @@ 2002-12-02 Lutz Müller <lu...@us...> + * configure.in: Remove some Makefiles + +2002-12-02 Lutz Müller <lu...@us...> + * configure.in: Reflect removal of exif-note.h in version. 2002-12-02 Lutz Müller <lu...@us...> Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- configure.in 2 Dec 2002 22:20:32 -0000 1.44 +++ configure.in 2 Dec 2002 22:22:03 -0000 1.45 @@ -57,10 +57,6 @@ Makefile libexif.spec libexif/Makefile - libexif/canon/Makefile - libexif/fuji/Makefile - libexif/hp/Makefile - libexif/olympus/Makefile libjpeg/Makefile test/Makefile libexif/libexif.pc |
From: <lu...@us...> - 2002-12-02 22:20:44
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv16177 Modified Files: ChangeLog configure.in Log Message: 2002-12-02 Lutz Müller <lu...@us...> * configure.in: Reflect removal of exif-note.h in version. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- ChangeLog 2 Dec 2002 22:17:22 -0000 1.47 +++ ChangeLog 2 Dec 2002 22:20:28 -0000 1.48 @@ -1,5 +1,9 @@ 2002-12-02 Lutz Müller <lu...@us...> + * configure.in: Reflect removal of exif-note.h in version. + +2002-12-02 Lutz Müller <lu...@us...> + * libexif/exif-note.[c,h]: Removed. Now in libmnote. 2002-09-16 Lutz Müller <lu...@us...> Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- configure.in 1 Dec 2002 20:19:26 -0000 1.43 +++ configure.in 2 Dec 2002 22:20:32 -0000 1.44 @@ -15,8 +15,8 @@ dnl removals. dnl --------------------------------------------------------------------------- LIBEXIF_AGE=0 -LIBEXIF_REVISION=1 -LIBEXIF_CURRENT=7 +LIBEXIF_REVISION=0 +LIBEXIF_CURRENT=8 AC_SUBST(LIBEXIF_AGE) AC_SUBST(LIBEXIF_REVISION) AC_SUBST(LIBEXIF_CURRENT) |
From: <lu...@us...> - 2002-12-02 22:17:56
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv14454 Modified Files: ChangeLog Makefile.am README Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- ChangeLog 16 Sep 2002 20:58:39 -0000 1.46 +++ ChangeLog 2 Dec 2002 22:17:22 -0000 1.47 @@ -1,3 +1,7 @@ +2002-12-02 Lutz Müller <lu...@us...> + + * libexif/exif-note.[c,h]: Removed. Now in libmnote. + 2002-09-16 Lutz Müller <lu...@us...> * libexif: Some fixes for Windows (Visual C++) by Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.am 17 Nov 2002 17:17:05 -0000 1.13 +++ Makefile.am 2 Dec 2002 22:17:23 -0000 1.14 @@ -1,4 +1,4 @@ -SUBDIRS = libexif libjpeg test po +SUBDIRS = libexif libjpeg test po intl CONFIG_CLEAN_FILES = EXTRA_DIST = @PACKAGE@.spec Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- README 16 Apr 2002 08:11:26 -0000 1.3 +++ README 2 Dec 2002 22:17:23 -0000 1.4 @@ -20,6 +20,12 @@ libexif is written in plain C and does not require any additional library. +LIMITATIONS +----------- + +If you are looking for a library to read/write MakerNotes, get libmnote. +libexif is about tags. + FRONTENDS --------- |
Update of /cvsroot/libexif/libexif/libexif/olympus In directory sc8-pr-cvs1:/tmp/cvs-serv14454/libexif/olympus Removed Files: .cvsignore Makefile.am exif-olympus-entry.c exif-olympus-entry.h exif-olympus-note.c exif-olympus-note.h exif-olympus-tag.c exif-olympus-tag.h Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- exif-olympus-entry.c DELETED --- --- exif-olympus-entry.h DELETED --- --- exif-olympus-note.c DELETED --- --- exif-olympus-note.h DELETED --- --- exif-olympus-tag.c DELETED --- --- exif-olympus-tag.h DELETED --- |
From: <lu...@us...> - 2002-12-02 22:17:27
|
Update of /cvsroot/libexif/libexif/libexif/hp In directory sc8-pr-cvs1:/tmp/cvs-serv14454/libexif/hp Removed Files: .cvsignore Makefile.am exif-hp-note.c exif-hp-note.h Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- exif-hp-note.c DELETED --- --- exif-hp-note.h DELETED --- |
Update of /cvsroot/libexif/libexif/libexif/fuji In directory sc8-pr-cvs1:/tmp/cvs-serv14454/libexif/fuji Removed Files: .cvsignore Makefile.am exif-fuji-entry.c exif-fuji-entry.h exif-fuji-note.c exif-fuji-note.h exif-fuji-tag.c exif-fuji-tag.h Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- exif-fuji-entry.c DELETED --- --- exif-fuji-entry.h DELETED --- --- exif-fuji-note.c DELETED --- --- exif-fuji-note.h DELETED --- --- exif-fuji-tag.c DELETED --- --- exif-fuji-tag.h DELETED --- |
Update of /cvsroot/libexif/libexif/libexif/canon In directory sc8-pr-cvs1:/tmp/cvs-serv14454/libexif/canon Removed Files: .cvsignore Makefile.am exif-canon-entry.c exif-canon-entry.h exif-canon-note.c exif-canon-note.h exif-canon-tag.c exif-canon-tag.h Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. --- .cvsignore DELETED --- --- Makefile.am DELETED --- --- exif-canon-entry.c DELETED --- --- exif-canon-entry.h DELETED --- --- exif-canon-note.c DELETED --- --- exif-canon-note.h DELETED --- --- exif-canon-tag.c DELETED --- --- exif-canon-tag.h DELETED --- |
From: <lu...@us...> - 2002-12-02 22:17:27
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv14454/libexif Modified Files: Makefile.am Removed Files: exif-note.c exif-note.h Log Message: 2002-12-02 Lutz Müller <lu...@us...> * libexif/exif-note.[c,h]: Removed. Now in libmnote. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.am 22 Nov 2002 17:19:19 -0000 1.17 +++ Makefile.am 2 Dec 2002 22:17:23 -0000 1.18 @@ -1,5 +1,3 @@ -SUBDIRS = canon fuji hp olympus - INCLUDES = \ -DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir)/libexif \ @@ -17,7 +15,6 @@ exif-entry.c \ exif-format.c \ exif-ifd.c \ - exif-note.c \ exif-tag.c \ exif-utils.c \ i18n.h --- exif-note.c DELETED --- --- exif-note.h DELETED --- |