rev 5898 - in kde-extras/exiv2/trunk/debian: . patches

Achim Bohnet ach-guest at alioth.debian.org
Fri Apr 13 15:09:34 UTC 2007


Author: ach-guest
Date: 2007-04-13 15:09:34 +0000 (Fri, 13 Apr 2007)
New Revision: 5898

Added:
   kde-extras/exiv2/trunk/debian/patches/
   kde-extras/exiv2/trunk/debian/patches/10-fix-canon-crw-orientation-mapping.diff
Modified:
   kde-extras/exiv2/trunk/debian/changelog
Log:
exiv2:
  * src/crwimage.cpp: backport from 0.14: Fixed mapping of CRW rotation
    info to Exif orientation.
    http://dev.robotbattle.com/cmtinfo_svn.php?r=10&l=50&v=1079
    https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/105947

Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog	2007-04-13 12:43:50 UTC (rev 5897)
+++ kde-extras/exiv2/trunk/debian/changelog	2007-04-13 15:09:34 UTC (rev 5898)
@@ -2,8 +2,14 @@
 
   * NOT RELEASED YET
 
- -- Mark Purcell <msp at debian.org>  Wed, 14 Mar 2007 08:49:49 +0000
+  [ Achim Bohnet ]
+  * src/crwimage.cpp: backport from 0.14: Fixed mapping of CRW rotation
+    info to Exif orientation.
+    http://dev.robotbattle.com/cmtinfo_svn.php?r=10&l=50&v=1079
+    https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/105947 
 
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 13 Apr 2007 17:08:39 +0200
+
 exiv2 (0.12-1) unstable; urgency=low
 
   * Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>

Added: kde-extras/exiv2/trunk/debian/patches/10-fix-canon-crw-orientation-mapping.diff
===================================================================
--- kde-extras/exiv2/trunk/debian/patches/10-fix-canon-crw-orientation-mapping.diff	2007-04-13 12:43:50 UTC (rev 5897)
+++ kde-extras/exiv2/trunk/debian/patches/10-fix-canon-crw-orientation-mapping.diff	2007-04-13 15:09:34 UTC (rev 5898)
@@ -0,0 +1,17 @@
+--- exiv2-0.12.orig/src/crwimage.cpp
++++ exiv2-0.12/src/crwimage.cpp
+@@ -1404,10 +1404,10 @@
+         { 1,    0 },
+         { 3,  180 },
+         { 3, -180 },
+-        { 6,  270 },
+-        { 6,  -90 },
+-        { 8,   90 },
+-        { 8, -270 },
++        { 6,   90 },
++        { 6, -270 },
++        { 8,  270 },
++        { 8,  -90 },
+         // last entry
+         { 0,    0 }
+     };




More information about the pkg-kde-commits mailing list