head 1.4; access; symbols pkgsrc-2016Q3:1.3.0.24 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.22 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.20 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.18 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.16 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.14 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.12 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.10 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.8 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.6 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.4 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.2 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2016.12.23.03.53.16; author ryoon; state dead; branches; next 1.3; commitid qm82xlhXY6POL3zz; 1.3 date 2013.12.04.13.02.08; author drochner; state Exp; branches; next 1.2; commitid Fx2X8S1egxA4EOfx; 1.2 date 2012.07.29.20.20.47; author wiz; state dead; branches; next 1.1; 1.1 date 2012.05.31.12.45.33; author drochner; state Exp; branches; next ; desc @@ 1.4 log @Back to 2.0.7 really. Previsous 2.2.0rc3 commit is my mistake @ text @$NetBSD: patch-aa,v 1.3 2013/12/04 13:02:08 drochner Exp $ --- src/common/utility.c.orig 2013-09-10 12:25:47.000000000 +0000 +++ src/common/utility.c @@@@ -17,13 +17,11 @@@@ */ /* getpwnam_r availibility check */ -#if defined __APPLE__ || defined _POSIX_C_SOURCE >= 1 || defined _XOPEN_SOURCE || defined _BSD_SOURCE || defined _SVID_SOURCE || defined _POSIX_SOURCE #include #include #include #include #include "darktable.h" -#endif #ifdef HAVE_CONFIG_H #include @ 1.3 log @update to 1.2.3 changes: -more raw formats supported -many fixes and improvements @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.0.5: 1.0.5: This has a good chance of being the last one in a series of stable releases (with stuff backported from our latest and greatest). Thanks to Pascal for maintaining it! As such, it comes with a short list of maintenance things as change log: Update to RawSpeed r438 Update to LibRaw 0.14.7 White balance presets for Nikon Coolpix P7100 and Panasonic GF3 White balance preset updates for Canon EOS 7D, Canon EOS 350D Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot SX220, Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic GF5, Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100 A few memory leaks were resolved A few generic bugs were resolved 1.0.4: The changes over darktable 1.0.3 are: More robust OpenMP compiler detection code New warming/cooling filter presets for color correction plugin Lighttable thumbnails should be slightly faster and sharper Correctly restore panels when using Tab. Checking if an export target directly is read-only Writing of hierarchical tags in our .xmp has been improved Don't list system display profile for anything but the display profile selection We disabled scrollwheel scrolling in darkroom mode as it sometimes conflicts with widget behavior Lighttable thumbnails are now color managed with some caveats (1) Improved color rendition: Nikon D800 Canon EOS 5D Mark III White balance presets: Canon EOS 5D Mark III Canon EOS 7D (updated) Olympus E-M5 Samsung NX100 (updated) Olympus E-PL1 (updated) Olympus E-PL2 (updated) Olympus E-PL3 (updated) (1) Lighttable color management caveats: Our previous releases didn't have any color management in lighttable mode (and the filmstrip), in this release we have a quick-fix implementation of color management for lighttable mode. For 1.0.4, newly imported files use the Preview JPEG by default for the thumbnail, in that case it's still not color managed. After entering darkroom mode (after which the thumbnail is regenerated in case you changed the history stack) it will be color managed. Without changed history stack the thumbnail will always be the embedded JPEG. If you need lighttable mode to be color managed all the time you can disable reading of the Preview JPEGs in our Preferences dialog "don't use embedded preview jpeg but half-size raw", do note that this will significantly slow down thumbnail generation and consequently will slow down new imports. To have darktable regenerate all old previews (in a color managed fashion) you can delete the ~/.cache/darktable/mipmaps* files. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2012/05/31 12:45:33 drochner Exp $ d3 16 a18 11 --- CMakeLists.txt.orig 2012-04-27 20:25:52.000000000 +0000 +++ CMakeLists.txt @@@@ -63,7 +63,7 @@@@ if(CMAKE_COMPILER_IS_GNUCC) ARGS --version OUTPUT_VARIABLE _GCC_COMPILER_VERSION ) - STRING(REGEX REPLACE ".* ([0-9])\\.([0-9])\\.[0-9] .*" "\\1\\2" _GCC_COMPILER_VERSION ${_GCC_COMPILER_VERSION}) + STRING(REGEX REPLACE ".*([0-9])\\.([0-9])\\.[0-9].*" "\\1\\2" _GCC_COMPILER_VERSION ${_GCC_COMPILER_VERSION}) if(_GCC_COMPILER_VERSION VERSION_LESS 43) message("-- Disable OpenMP with GCC 4.2 and older") set(USE_OPENMP OFF) @ 1.1 log @-on i386/-current, sse2 must be explicitly enabled, otherwise the build fails -fix gcc version detection - the original regex doesn't work for unknown reasons (possibly a bug in cmake's regex implementation) -deal with icon-theme.cache @ text @d1 1 a1 1 $NetBSD$ @