[Digikam-devel] [Bug 126326] digikam: camera download: auto-rotated images loose EXIF info when 'No EXIF information found.' is written to console

Achim Bohnet ach at mpe.mpg.de
Wed May 10 16:03:55 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=126326         
ach mpe mpg de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From ach mpe mpg de  2006-05-10 17:03 -------
SVN commit 539367 by ach:

digikam trunk: forward port of r539364:
        o disable enable final for jpegutils/. Fixes bug 126326
          when --enable-final is used.  Thx to Gilles for the hint.


 M  +5 -0      Makefile.am  


--- trunk/extragear/graphics/digikam/libs/jpegutils/Makefile.am #539366:539367
 @ -1,5 +1,10  @
 METASOURCES = AUTO
 
+# --enable-final triggers: http://bugs.kde.org/show_bug.cgi?id=126326
+# digikam: camera download: auto-rotated images loose EXIF info ...
+# So make sure nofinal is always used here!
+KDE_OPTIONS = nofinal
+
 INCLUDES = $(all_includes) \
            -I$(top_srcdir)/digikam/libs/dmetadata \



More information about the Digikam-devel mailing list