[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/extragear/kde3/libs/libkdcraw
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2008-10-24 14:54:59
Message-ID: 1224860099.777750.9259.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 875474 by cgilles:

bump release id


 M  +4 -0      NEWS  
 M  +1 -1      configure.in.in  
 M  +1 -1      libkdcraw.lsm  
 M  +1 -1      libkdcraw.pc.in  
 M  +3 -3      libkdcraw/dcrawinfocontainer.h  
 M  +2 -2      libkdcraw/version.h  


--- branches/extragear/kde3/libs/libkdcraw/NEWS #875473:875474
@@ -1,3 +1,7 @@
+0.1.7
+------------------------------------------------------------------------
+
+
 0.1.6
 ------------------------------------------------------------------------
 Updated LibRaw to 0.6.1.
--- branches/extragear/kde3/libs/libkdcraw/configure.in.in #875473:875474
@@ -6,7 +6,7 @@
 # -----------------------------------------------------------------
 
 ABI_MAJOR=4
-VERSION_INFO="4:1:0"
+VERSION_INFO="4:2:0"
 
 AC_SUBST(ABI_MAJOR)
 AC_SUBST(VERSION_INFO)
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw.lsm #875473:875474
@@ -1,6 +1,6 @@
 Begin4
 Title: libkdcraw
-Version: 0.1.6
+Version: 0.1.7
 Entered-date: 2008-03-09
 Description: A C++ wrapper around LibRaw library to decode RAW pictures. This \
library is used by digiKam and kipi-plugins.  Keywords: kde image raw decode libraw \
                digiKam kipi-plugins
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw.pc.in #875473:875474
@@ -7,6 +7,6 @@
 Description: A C++ wrapper around LibRaw library to decode RAW pictures. This \
library is used by digiKam and kipi-plugins. kipi-plugins.   URL: \
http://www.kipi-plugins.org  Requires:
-Version: 0.1.6
+Version: 0.1.7
 Libs: -L${libdir} -lkdcraw
 Cflags: -I${includedir}
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/dcrawinfocontainer.h \
#875473:875474 @@ -56,7 +56,7 @@
     /** Standard constructor */
     DcrawInfoContainer()
     {
-        sensitivity       = -1;
+        sensitivity       = -1.0;
         exposureTime      = -1.0;
         aperture          = -1.0;
         focalLength       = -1.0;
@@ -92,7 +92,7 @@
              aperture     == -1.0    && 
              focalLength  == -1.0    && 
              pixelAspectRatio == 1.0 &&
-             sensitivity  == -1      && 
+             sensitivity  == -1.0    && 
              rawColors    == -1      &&
              rawImages    == -1      &&
              blackPoint   == 0       &&
@@ -132,7 +132,7 @@
     ImageOrientation orientation;
 
     /** The sensitivity in ISO used by camera to take the picture. */
-    long             sensitivity;
+    float            sensitivity;
 
     /** ==> 1/exposureTime = exposure time in seconds. */
     float            exposureTime;
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/version.h #875473:875474
@@ -23,9 +23,9 @@
 #ifndef KDCRAW_VERSION_H
 #define KDCRAW_VERSION_H
 
-static const char kdcraw_version[] = "0.1.6";
+static const char kdcraw_version[] = "0.1.7";
 
-#define KDCRAW_VERSION 0x000106
+#define KDCRAW_VERSION 0x000107
 
 #endif // KDCRAW_VERSION_H
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic