Summary: | build fails due to ambiguities | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tropikhajma <tropikhajma> |
Component: | Plugin-DImg-RAW | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, lexa |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: | patch |
Description
tropikhajma
2010-01-06 16:12:51 UTC
Created attachment 39613 [details]
patch
Alex, Another patch for libraw... Please take a look Gilles Caulier Thanks. To be included in next version. Sorry, there is no Sun stdudio here, I use gcc and MSVC 2008 fkr test compilations Alex On 07.01.2010 10:54, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=221542 > > > Gilles Caulier<caulier.gilles@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |caulier.gilles@gmail.com, > | |lexa@lexa.ru > > > > > --- Comment #2 from Gilles Caulier<caulier gilles gmail com> 2010-01-07 08:54:21 --- > Alex, > > Another patch for libraw... Please take a look > > Gilles Caulier > > SVN commit 1108548 by cgilles: update libraw 0.9.0-beta1 in libkdcraw core. BUGS: 221542 M +4 -4 CMakeLists.txt M +10 -349 libraw/COPYRIGHT M +64 -0 libraw/Changelog.txt A libraw/LICENSE.CDDL A libraw/LICENSE.LGPL M +207 -20 libraw/internal/dcraw_common.cpp M +5 -1 libraw/internal/dcraw_fileio.cpp M +8 -1 libraw/internal/defines.h D libraw/internal/foveon.cpp M +0 -14 libraw/internal/libraw_internal_funcs.h M +1 -1 libraw/internal/var_defines.h M +17 -20 libraw/libraw/libraw.h M +13 -15 libraw/libraw/libraw_alloc.h M +13 -19 libraw/libraw/libraw_const.h M +14 -16 libraw/libraw/libraw_datastream.h M +14 -17 libraw/libraw/libraw_internal.h M +18 -16 libraw/libraw/libraw_types.h M +18 -18 libraw/libraw/libraw_version.h M +16 -20 libraw/samples/4channels.cpp M +27 -17 libraw/samples/dcraw_emu.cpp M +15 -15 libraw/samples/dcraw_half.c M +15 -15 libraw/samples/half_mt.c M +27 -28 libraw/samples/half_mt_win32.c M +15 -16 libraw/samples/mem_image.cpp M +15 -15 libraw/samples/raw-identify.cpp M +16 -16 libraw/samples/simple_dcraw.cpp M +15 -15 libraw/samples/unprocessed_raw.cpp M +23 -1 libraw/src/libraw_c_api.cpp M +93 -150 libraw/src/libraw_cxx.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1108548 |