r13494 - in /desktop/unstable/eog/debian: changelog control control.in patches/01_eog_xmp.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Nov 19 13:09:18 UTC 2007


Author: slomo
Date: Mon Nov 19 13:09:18 2007
New Revision: 13494

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13494
Log:
* debian/patches/01_eog_xmp.patch,
  debian/control.in:
  + Build against exempi 1.99.5, patch by Michael Biebl.
    (Closes: #450485, #451726)

Added:
    desktop/unstable/eog/debian/patches/01_eog_xmp.patch
Modified:
    desktop/unstable/eog/debian/changelog
    desktop/unstable/eog/debian/control
    desktop/unstable/eog/debian/control.in

Modified: desktop/unstable/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/changelog?rev=13494&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog (original)
+++ desktop/unstable/eog/debian/changelog Mon Nov 19 13:09:18 2007
@@ -1,3 +1,12 @@
+eog (2.20.1-2) unstable; urgency=low
+
+  * debian/patches/01_eog_xmp.patch,
+    debian/control.in:
+    + Build against exempi 1.99.5, patch by Michael Biebl.
+      (Closes: #450485, #451726)
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 19 Nov 2007 14:07:16 +0100
+
 eog (2.20.1-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/eog/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control?rev=13494&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control (original)
+++ desktop/unstable/eog/debian/control Mon Nov 19 13:09:18 2007
@@ -16,7 +16,7 @@
                libgnome-desktop-dev (>= 2.10.0),
                gnome-icon-theme (>= 2.19.1),
                shared-mime-info (>= 0.20),
-               libexempi-dev (>= 1.99.2),
+               libexempi-dev (>= 1.99.5),
                libexif-dev (>= 0.6.14),
                liblcms-dev,
                libjpeg62-dev,

Modified: desktop/unstable/eog/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control.in?rev=13494&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control.in (original)
+++ desktop/unstable/eog/debian/control.in Mon Nov 19 13:09:18 2007
@@ -16,7 +16,7 @@
                libgnome-desktop-dev (>= 2.10.0),
                gnome-icon-theme (>= 2.19.1),
                shared-mime-info (>= 0.20),
-               libexempi-dev (>= 1.99.2),
+               libexempi-dev (>= 1.99.5),
                libexif-dev (>= 0.6.14),
                liblcms-dev,
                libjpeg62-dev,

Added: desktop/unstable/eog/debian/patches/01_eog_xmp.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/patches/01_eog_xmp.patch?rev=13494&op=file
==============================================================================
--- desktop/unstable/eog/debian/patches/01_eog_xmp.patch (added)
+++ desktop/unstable/eog/debian/patches/01_eog_xmp.patch Mon Nov 19 13:09:18 2007
@@ -1,0 +1,13 @@
+diff --git a/src/eog-properties-dialog.c b/src/eog-properties-dialog.c
+index 8618a24..8b41a32 100644
+--- a/src/eog-properties-dialog.c
++++ b/src/eog-properties-dialog.c
+@@ -171,7 +171,7 @@ eog_xmp_set_label (XmpPtr xmp,
+ 
+ 	XmpStringPtr value = xmp_string_new ();
+ 
+-	if (xmp_get_property_and_bits (xmp, ns, propname, value, &options)) {
++	if (xmp_get_property (xmp, ns, propname, value, &options)) {
+ 		if (XMP_IS_PROP_SIMPLE (options)) {
+ 			gtk_label_set_text (GTK_LABEL (w), xmp_string_cstr (value));
+ 		} else if (XMP_IS_PROP_ARRAY (options)) {




More information about the pkg-gnome-commits mailing list