debian/0000755000000000000000000000000011557117573007202 5ustar debian/patches/0000755000000000000000000000000011557110777010630 5ustar debian/patches/pkgconfig_require_gtk20000644000000000000000000000072411556332152015200 0ustar Description: Add a dependency on gtk2 libs and headers for pkg-config. Author: Emmanuel Bouthenot Forwarded: not-needed Last-Update: 2011-04-28 --- a/libexif-gtk/libexif-gtk.pc.in +++ b/libexif-gtk/libexif-gtk.pc.in @@ -5,7 +5,7 @@ Name: libexif-gtk Description: GTK-widgets for libexif -Requires: libexif +Requires: libexif gtk+-2.0 Version: @VERSION@ Libs: -L${libdir} -lexif -lexif-gtk -lm Cflags: -I${includedir}/libexif -I${includedir} debian/patches/use_deprecated_gtk0000644000000000000000000000127711557057245014403 0ustar Description: Enable deprecated GTK API in order to successfully build libexif-gtk. Author: Emmanuel Bouthenot Forwarded: no Last-Update: 2011-04-28 --- a/libexif-gtk/Makefile.am +++ b/libexif-gtk/Makefile.am @@ -3,8 +3,7 @@ -I$(top_srcdir)/intl \ -I$(top_srcdir)/gtk-extensions \ $(LIBEXIF_GTK_CFLAGS) \ - -DG_LOG_DOMAIN=\"libexif\" \ - -DGTK_DISABLE_DEPRECATED + -DG_LOG_DOMAIN=\"libexif\" lib_LTLIBRARIES = libexif-gtk.la --- a/gtk-extensions/Makefile.am +++ b/gtk-extensions/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/intl \ - -DGTK_DISABLE_DEPRECATED \ $(GTK_CFLAGS) noinst_LTLIBRARIES = libgtk-extensions.la debian/patches/french_translation0000644000000000000000000000457511557072776014457 0ustar Description: French translation improvements. Author: Emmanuel Bouthenot Forwarded: no Last-Update: 2011-04-28 --- a/po/fr.po +++ b/po/fr.po @@ -1,23 +1,26 @@ -# LIBEXIF-GTK PO FILE -# Copyright 2003 Free Software Foundation, Inc. -# This file is distributed under the same license as the LIBEXIF-GTK package. -# Arnaud Launay , 2003. +# Translation of libexif-gtk to French +# This file is distributed under the same license as the libexif-gtk package. # +# Arnaud Launay , 2003. +# Emmanuel Bouthenot , 2011. msgid "" msgstr "" -"Project-Id-Version: libexif-gtk 0.3.3\n" -"Report-Msgid-Bugs-To: \n" +"Project-Id-Version: libexif-gtk 0.3.5\n" +"Report-Msgid-Bugs-To: Debian l10n French Team \n" "POT-Creation-Date: 2004-10-17 16:44+0200\n" -"PO-Revision-Date: 2003-01-07 17:30+0100\n" -"Last-Translator: Arnaud Launay \n" -"Language-Team: Franais \n" +"PO-Revision-Date: 2011-04-30 22:27+0200\n" +"Last-Translator: Emmanuel Bouthenot \n" +"Language-Team: Debian l10n French Team \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: libexif-gtk/gtk-exif-browser.c:145 msgid "Nothing selected." -msgstr "" +msgstr "Pas de sélection." #: libexif-gtk/gtk-exif-browser.c:393 msgid "No thumbnail available." @@ -25,12 +28,12 @@ #: libexif-gtk/gtk-exif-browser.c:401 msgid "Could not parse thumbnail data." -msgstr "Ne peut parcourir les donnes de la vignette." +msgstr "Impossible d'extraire les données de la vignette." #: libexif-gtk/gtk-exif-browser.c:416 #, c-format msgid "Size: %i byte(s)." -msgstr "Taille: %i octet(s)." +msgstr "Taille : %i octet(s)." #: libexif-gtk/gtk-exif-browser.c:485 msgid "Load..." @@ -38,7 +41,7 @@ #: libexif-gtk/gtk-exif-browser.c:525 msgid "Save As..." -msgstr "Sauver sous..." +msgstr "Enregistrer sous..." #: libexif-gtk/gtk-exif-browser.c:575 msgid "Thumbnail" @@ -50,8 +53,9 @@ #: libexif-gtk/gtk-exif-browser.c:597 msgid "Save" -msgstr "Sauver" +msgstr "Enregistrer" #: libexif-gtk/gtk-exif-browser.c:602 msgid "Delete" msgstr "Effacer" + debian/patches/series0000644000000000000000000000013711557105651012041 0ustar use_autoreconf pkgconfig_require_gtk2 use_deprecated_gtk french_translation german_translation debian/patches/use_autoreconf0000644000000000000000000000115311557110113013554 0ustar Description: Some fixes to make possible to use autoreconf. Author: Emmanuel Bouthenot Forwarded: no Last-Update: 2011-05-01 --- a/configure.in +++ b/configure.in @@ -3,6 +3,7 @@ AM_INIT_AUTOMAKE(libexif-gtk, 0.3.5) AM_MAINTAINER_MODE AC_CONFIG_HEADERS(config.h) +AC_CONFIG_MACRO_DIR([m4]) AC_ISC_POSIX AC_PROG_CC @@ -35,6 +36,7 @@ dnl --------------------------------------------------------------------------- ALL_LINGUAS="es fr ru" AM_GNU_GETTEXT +AM_GNU_GETTEXT_VERSION([0.14.5]) dnl --------------------------------------------------------------------------- dnl libraries needed debian/patches/german_translation0000644000000000000000000000431011557110777014440 0ustar Description: German translation. Author: Chris Leick Forwarded: no Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532404#5 Bug-Debian: http://bugs.debian.org/532404 Last-Update: 2011-05-01 --- /dev/null +++ b/po/de.po @@ -0,0 +1,57 @@ +# Translation of libexif-gtk to German +# This file is distributed under the same license as the libexif-gtk package. +# +# Chris Leick , 2009. +msgid "" +msgstr "" +"Project-Id-Version: libexif-gtk 0.3.5\n" +"Report-Msgid-Bugs-To: Debian l10n German Team \n" +"POT-Creation-Date: 2004-10-17 16:44+0200\n" +"PO-Revision-Date: 2009-05-28 15:34+0100\n" +"Last-Translator: Chris Leick \n" +"Language-Team: Debian l10n German Team \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" + +#: libexif-gtk/gtk-exif-browser.c:145 +msgid "Nothing selected." +msgstr "Nichts ausgewählt." + +#: libexif-gtk/gtk-exif-browser.c:393 +msgid "No thumbnail available." +msgstr "Kein Vorschaubild verfügbar." + +#: libexif-gtk/gtk-exif-browser.c:401 +msgid "Could not parse thumbnail data." +msgstr "Vorschaubilddaten können nicht untersucht werden." + +#: libexif-gtk/gtk-exif-browser.c:416 +#, c-format +msgid "Size: %i byte(s)." +msgstr "Größe: %i Byte(s)." + +#: libexif-gtk/gtk-exif-browser.c:485 +msgid "Load..." +msgstr "Wird geladen..." + +#: libexif-gtk/gtk-exif-browser.c:525 +msgid "Save As..." +msgstr "Speichern als..." + +#: libexif-gtk/gtk-exif-browser.c:575 +msgid "Thumbnail" +msgstr "Vorschaubild" + +#: libexif-gtk/gtk-exif-browser.c:592 +msgid "Load" +msgstr "Laden" + +#: libexif-gtk/gtk-exif-browser.c:597 +msgid "Save" +msgstr "Speichern" + +#: libexif-gtk/gtk-exif-browser.c:602 +msgid "Delete" +msgstr "Löschen" --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl --------------------------------------------------------------------------- dnl i18n support dnl --------------------------------------------------------------------------- -ALL_LINGUAS="es fr ru" +ALL_LINGUAS="es fr ru de" AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION([0.14.5]) debian/watch0000644000000000000000000000007711556250305010225 0ustar version=3 http://sf.net/libexif/libexif-gtk-([\d\.]*)\.tar\.gz debian/libexif-gtk5.install0000644000000000000000000000005211556250305013047 0ustar usr/share/locale usr/lib/libexif-gtk.so.* debian/compat0000644000000000000000000000000211556250305010366 0ustar 7 debian/libexif-gtk-dev.install0000644000000000000000000000012211556250305013534 0ustar usr/lib/pkgconfig/libexif-gtk.pc usr/include/libexif-gtk/* usr/lib/lib*.{a,la,so} debian/source/0000755000000000000000000000000011556251406010473 5ustar debian/source/format0000644000000000000000000000001411556251362011702 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000005211556251406012106 0ustar unapply-patches abort-on-upstream-changes debian/control0000644000000000000000000000271511556354110010577 0ustar Source: libexif-gtk Section: libs Priority: optional Maintainer: Debian PhotoTools Maintainers Uploaders: Emmanuel Bouthenot , Frederic Peters Build-Depends: debhelper (>= 7.0.50), libexif-dev (>= 0.6.12), pkg-config, libgtk2.0-dev, dh-autoreconf, autopoint Standards-Version: 3.9.2 Homepage: http://libexif.sourceforge.net/ Vcs-Browser: http://git.debian.org/?p=pkg-phototools/libexif-gtk.git Vcs-Git: git://git.debian.org/git/pkg-phototools/libexif-gtk.git DM-Upload-Allowed: yes Package: libexif-gtk-dev Section: libdevel Architecture: any Depends: libexif-gtk5 (= ${binary:Version}), libgtk2.0-dev, ${misc:Depends} Description: Library providing GTK+ widgets to display/edit EXIF tags (development files) Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. . This package contains the development files. Package: libexif-gtk5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Library providing GTK+ widgets to display/edit EXIF tags Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. . This library provides GTK+ widgets to display/edit EXIF tags. debian/rules0000755000000000000000000000051611557063574010265 0ustar #!/usr/bin/make -f override_dh_auto_build: dh_auto_build $(MAKE) -C po update-gmo override_dh_auto_clean: dh_auto_clean rm -f po/*.gmo override_dh_auto_install: dh_auto_install # make it multiarch ready find debian/tmp/usr/lib -iname '*.la' -exec sed -i "/dependency_libs/ s/'.*'/''/" {} \; %: dh --with autoreconf $@ debian/changelog0000644000000000000000000001132711557113777011062 0ustar libexif-gtk (0.3.5-5) unstable; urgency=low * Simplify more debian/rules. * Update uploader email (me) * Switch to dpkg-source 3.0 (quilt) format * Bump Standards-Version to 3.9.2 * Refresh patches and convert them to DEP3 format * debian/copyright: - various updates - switch to DEP5 format * Add a patch to clean up 'dependency_libs' in .la files and make libexif-gtk multiarch ready. Thanks to Evan Broder for the patch. (Closes: #620445) * Add a patch to cleanly “autoreconf” the package in order to patch po files. * Add a patch to update French translation. * Add German translation. Thanks to Chris Leick for the patch (Closes: #532404). -- Emmanuel Bouthenot Thu, 28 Apr 2011 11:38:55 +0000 libexif-gtk (0.3.5-4) unstable; urgency=low * Adopt the package within pkg-phototools: - Set the Maintainer to the group - Add Frederic Peters and myself as Uploaders. - Add Vcs-Browser and Vcs-Git fields accordingly. * Update debian/control: - Add a Homepage field. - Bump Standards-Version to 3.8.1 - Replace deprecated ${Source-Version} by ${binary:Version} - Drop duplicate section field for libexif-gtk5 - Enhance libexif-gtk-dev long description. - Remove Conflicts/Replaces on libexif-gtk4. - Add DM-Upload-Allowed field. - Adjust dependencies on libgtk2.0-dev. * Switch packaging to debhelper 7 * Add debian/watch file. * Update debian/copyright. * Extract patch about deprecated GTK API from diff.gz. * Patch libexif-gtk.pc to add a dependency on gtk2 libs and headers. -- Emmanuel Bouthenot Sun, 14 Jun 2009 22:24:07 +0000 libexif-gtk (0.3.5-3) unstable; urgency=low * Replaces/Conflicts libexif-gtk4 since they share the same translation file and using another is really kludgy. (Closes: #328704) * debian/copyright: updated FSF address. -- Frederic Peters Tue, 27 Sep 2005 09:18:41 +0200 libexif-gtk (0.3.5-2) unstable; urgency=low * Rebuilt against new libexif12. -- Frederic Peters Wed, 27 Jul 2005 20:45:09 +0200 libexif-gtk (0.3.5-1) unstable; urgency=low * New upstream release. * soname bumped. -- Frederic Peters Sat, 16 Jul 2005 10:20:00 +0200 libexif-gtk (0.3.3-6) unstable; urgency=low * Adopted package. -- Frederic Peters Sun, 17 Oct 2004 12:37:39 +0200 libexif-gtk (0.3.3-5) unstable; urgency=low * Rebuilt against libexif10. * Removed DISABLE_DEPRECATED to be nice with gtk+2.4 (Closes: #250043). -- christophe barbe Fri, 18 Jun 2004 14:53:39 -0400 libexif-gtk (0.3.3-4) unstable; urgency=low * Built against libexif9. * Move DH_COMPAT in debian/compat. * Bump Standards-Version up to 3.5.9. * In new libdevel section. -- christophe barbe Tue, 5 Aug 2003 14:07:00 -0400 libexif-gtk (0.3.3-3) unstable; urgency=low * Libtool update to get a working MIPS package (Closes: 178572). -- christophe barbe Mon, 27 Jan 2003 09:57:53 -0500 libexif-gtk (0.3.3-2) unstable; urgency=low * Versionned Build-Depend for libexif-dev. -- christophe barbe Wed, 22 Jan 2003 10:53:18 -0500 libexif-gtk (0.3.3-1) unstable; urgency=low * New upstream release. -- christophe barbe Mon, 20 Jan 2003 17:52:57 -0500 libexif-gtk (0.3.2-4) unstable; urgency=low * Fix override disparity (The 'I can do it' release). -- christophe barbe Sat, 16 Nov 2002 16:19:48 -0500 libexif-gtk (0.3.2-3) unstable; urgency=low * Fix override disparity. -- christophe barbe Sat, 16 Nov 2002 15:56:38 -0500 libexif-gtk (0.3.2-2) unstable; urgency=low * Fix broken Build-Depends (Closes: #169375). -- christophe barbe Sat, 16 Nov 2002 15:41:39 -0500 libexif-gtk (0.3.2-1) unstable; urgency=low * New upstream release. -- christophe barbe Sun, 10 Nov 2002 22:35:29 -0500 libexif-gtk (0.3.0-4) unstable; urgency=low * Update Maintener e-mail address. -- christophe barbe Wed, 24 Apr 2002 15:06:49 -0400 libexif-gtk (0.3.0-3) unstable; urgency=low * Fixed Build-Depenpds (Closes: #142301). -- christophe barbe Thu, 11 Apr 2002 09:04:21 -0400 libexif-gtk (0.3.0-2) unstable; urgency=low * Add pkg-config in build depends (Closes: #142048). -- christophe barbe Tue, 9 Apr 2002 19:04:33 -0400 libexif-gtk (0.3.0-1) unstable; urgency=low * Initial Release. * close ITA (Closes: #139896). -- christophe barbe Mon, 25 Feb 2002 17:58:36 -0500 debian/copyright0000644000000000000000000000343411557115334011132 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: libexif-gtk Upstream-Contact: Lutz Müller Source: http://libexif.sourceforge.net/ Files: * Copyright: 2002-2004, Lutz Müller 2002, Hans Ulrich Niedermann License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: libexif-gtk/gtk-exif-entry-version.c Copyright: 2002, Arnaud Rouanet Files: po/es.po Copyright: 2002-2004, Fabian Mandelbaum Files: po/fr.po Copyright: 2003-2004, Arnaud Launay 2011, Emmanuel Bouthenot Files: po/ru.po Copyright: 2003-2004, Vyachelav Dikonov Files: po/de.po Copyright: 2009, Chris Leick Files: debian/* Copyright: 2002-2004, Christophe Barbe 2004-2005, Frederic Peters 2009-2011, Emmanuel Bouthenot