-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Arg, and again this time with the patch attached :-)

Philip Van Hoof schreef op 2/01/2014 15:23:
> By Andrew (CC), for/by Jolla.
> 
> Kind regards,
> 
> Philip _______________________________________________ tracker-list
> mailing list tracker-list@gnome.org 
> https://mail.gnome.org/mailman/listinfo/tracker-list
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSxXbIAAoJEEP2NSGEz4aDo3cH/3kRZ2439XeBL3Dbpa6HQYIu
ovNMguApi7CjkP1ESkP0Xj7pD4SoCninJ23JsDxiPpLxkU9UYB/Kbvmzw04N7W/s
mNDOJHrM6/V8vYDnYmotB0KNFDovqnGSyKN9tXuMqEKhyfmTz5TumOmde1oAJKI8
YaD9A3i7LHPvfyab4EvlznwEnTb8hNuoqvsSUbOrSbOSyKExGrrdebun5TZhhnIQ
Rhce4fGsycCIyNTC6jBLZqoi/mRA6Zcu3xtOPN7IBJWz0s1yYAGSrYAmcukqJubh
QRyXcKfT7toxDQZXQ2+40JPgc/ptO3jjCNhJ09rApnabI0Agw+fIsY90Xw0B7jk=
=dVcj
-----END PGP SIGNATURE-----
>From cbc1a4e6c453c5b660f55589278ca19314333c38 Mon Sep 17 00:00:00 2001
From: Andrew den Exter <andrew.den.ex...@jollamobile.com>
Date: Mon, 28 Oct 2013 16:01:11 +0000
Subject: [PATCH] Fix incorrect mirroring of 180 rotation in xmp tags.

---
 src/libtracker-extract/tracker-xmp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libtracker-extract/tracker-xmp.c 
b/src/libtracker-extract/tracker-xmp.c
index 8729af0..d0c5453 100644
--- a/src/libtracker-extract/tracker-xmp.c
+++ b/src/libtracker-extract/tracker-xmp.c
@@ -301,9 +301,9 @@ fix_orientation (const gchar *orientation)
        } else if (orientation && g_ascii_strcasecmp (orientation, "2") == 0) {
                return  "nfo:orientation-top-mirror";
        } else if (orientation && g_ascii_strcasecmp (orientation, "3") == 0) {
-               return "nfo:orientation-bottom-mirror";
-       } else if (orientation && g_ascii_strcasecmp (orientation, "4") == 0) {
                return  "nfo:orientation-bottom";
+       } else if (orientation && g_ascii_strcasecmp (orientation, "4") == 0) {
+               return "nfo:orientation-bottom-mirror";
        } else if (orientation && g_ascii_strcasecmp (orientation, "5") == 0) {
                return  "nfo:orientation-left-mirror";
        } else if (orientation && g_ascii_strcasecmp (orientation, "6") == 0) {
-- 
1.8.4.2

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to