[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:       2009-01-25 11:10:05
Message-ID: 1232881805.918193.16357.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 916397 by cgilles:

updated internal LibRaw to 0.6.11


 M  +2 -0      NEWS  
 M  +8 -7      libraw/internal/dcraw_common.cpp  
 M  +1 -1      libraw/internal/defines.h  
 M  +2 -2      libraw/internal/foveon.cpp  
 M  +1 -1      libraw/libraw/libraw_version.h  


--- branches/extragear/kde3/libs/libkdcraw/NEWS #916396:916397
@@ -1,5 +1,7 @@
 0.1.8
 ------------------------------------------------------------------------
+Updated to libraw 0.6.11: 
+ - Fixed serious bug in loading metadata from external JPG file.
 Updated to libraw 0.6.10:
  - Support for loading White Balance data from Sony ARW files edited with Sony IDC software.
 Updated to libraw 0.6.9:
--- branches/extragear/kde3/libs/libkdcraw/libraw/internal/dcraw_common.cpp #916396:916397
@@ -1,6 +1,6 @@
 /* 
    GENERATED FILE, DO NOT EDIT
-   Generated from dcraw/dcraw.c at Sat Jan 24 19:18:47 2009
+   Generated from dcraw/dcraw.c at Sun Jan 25 11:47:44 2009
    Look into original file (probably http://cybercom.net/~dcoffin/dcraw/dcraw.c)
    for copyright information.
 */
@@ -4947,7 +4947,8 @@
 void CLASS parse_external_jpeg()
 {
   char *file, *ext, *jname, *jfile, *jext;
-#line 5977 "dcraw/dcraw.c"
+  FILE *save=ifp;
+
   ext  = strrchr (ifname, '.');
   file = strrchr (ifname, '/');
   if (!file) file = strrchr (ifname, '\\');
@@ -4992,7 +4993,7 @@
 #endif
 } 
   free (jname);
-#line 6024 "dcraw/dcraw.c"
+  ifp = save;
 }
 
 /*
@@ -5433,7 +5434,7 @@
   data_offset  = (INT64) get4() + 8;
   data_offset += (INT64) get4() << 32;
 }
-#line 6569 "dcraw/dcraw.c"
+#line 6565 "dcraw/dcraw.c"
 void CLASS adobe_coeff (const char *p_make, const char *p_model) 
 {
   static const struct {
@@ -7277,7 +7278,7 @@
   if (strcmp (input, "embed"))
     hInProfile = cmsOpenProfileFromFile (input, "r");
   else if (profile_length) {
-#line 8420 "dcraw/dcraw.c"
+#line 8416 "dcraw/dcraw.c"
 hInProfile = cmsOpenProfileFromMem (imgdata.color.profile, profile_length); 
   } else
       {
@@ -7427,7 +7428,7 @@
 
 #endif
 memset(histogram,0,sizeof(int)*LIBRAW_HISTOGRAM_SIZE*4); 
-#line 8572 "dcraw/dcraw.c"
+#line 8568 "dcraw/dcraw.c"
   for (img=image[0], row=0; row < height; row++)
     for (col=0; col < width; col++, img+=4) {
       if (!raw_color) {
@@ -7568,7 +7569,7 @@
 }
 
 
-#line 8737 "dcraw/dcraw.c"
+#line 8733 "dcraw/dcraw.c"
 void CLASS tiff_set (ushort *ntag,
 	ushort tag, ushort type, int count, int val)
 {
--- branches/extragear/kde3/libs/libkdcraw/libraw/internal/defines.h #916396:916397
@@ -1,6 +1,6 @@
 /* 
    GENERATED FILE, DO NOT EDIT
-   Generated from dcraw/dcraw.c at Sat Jan 24 19:18:47 2009
+   Generated from dcraw/dcraw.c at Sun Jan 25 11:47:44 2009
    Look into original file (probably http://cybercom.net/~dcoffin/dcraw/dcraw.c)
    for copyright information.
 */
--- branches/extragear/kde3/libs/libkdcraw/libraw/internal/foveon.cpp #916396:916397
@@ -1,6 +1,6 @@
 /* 
    GENERATED FILE, DO NOT EDIT
-   Generated from dcraw/dcraw.c at Sat Jan 24 19:18:47 2009
+   Generated from dcraw/dcraw.c at Sun Jan 25 11:47:44 2009
    Look into original file (probably http://cybercom.net/~dcoffin/dcraw/dcraw.c)
    for copyright information.
 */
@@ -692,7 +692,7 @@
 #undef image
 
 /* RESTRICTED code ends here */
-#line 6467 "dcraw/dcraw.c"
+#line 6463 "dcraw/dcraw.c"
 char * CLASS foveon_gets (int offset, char *str, int len)
 {
   int i;
--- branches/extragear/kde3/libs/libkdcraw/libraw/libraw/libraw_version.h #916396:916397
@@ -26,7 +26,7 @@
 
 #define LIBRAW_MAJOR_VERSION  0
 #define LIBRAW_MINOR_VERSION  6
-#define LIBRAW_PATCH_VERSION  10
+#define LIBRAW_PATCH_VERSION  11
 #define LIBRAW_VERSION_TAIL   Release
 
 #define _LIBRAW_VERSION_MAKE(a,b,c,d) #a"."#b"."#c"-"#d
[prev in list] [next in list] [prev in thread] [next in thread] 

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