head 1.4; access; symbols pkgsrc-2016Q3:1.3.0.40 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.38 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.36 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.34 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.32 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.30 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.28 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.26 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.24 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.22 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.20 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.18 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.16 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.14 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.12 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.10 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.8 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.6 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.4 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.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 2011.11.20.01.16.23; author dholland; state Exp; branches; next 1.2; 1.2 date 2011.08.25.14.42.53; author jakllsch; state Exp; branches; next 1.1; 1.1 date 2011.07.26.21.37.47; author jakllsch; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.07.26.21.37.47; author jakllsch; 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-cmake_modules_FindGTK2.cmake,v 1.3 2011/11/20 01:16:23 dholland Exp $ Look for GTK in the right place. Caution: this patch inserts a substitution of PREFIX that is expanded from the pkgsrc makefile at pre-configure time. If regenerating this patch, make sure to do it in a tree that hasn't been configured or built to avoid permanently expanding the substitution. --- cmake/modules/FindGTK2.cmake.orig 2011-08-24 09:20:29.000000000 +0000 +++ cmake/modules/FindGTK2.cmake @@@@ -184,6 +184,9 @@@@ function(_GTK2_FIND_INCLUDE_DIR _var _hd /usr/openwin/lib /sw/include /sw/lib + @@PREFIX@@/include/glib + @@PREFIX@@/include + @@PREFIX@@/lib $ENV{GTKMM_BASEPATH}/include $ENV{GTKMM_BASEPATH}/lib [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/include @ 1.3 log @Apply the proper buildlink prefix for gtk2 instead of hardwiring /usr/pkg. @ text @d1 1 a1 1 $NetBSD: patch-cmake_modules_FindGTK2.cmake,v 1.2 2011/08/25 14:42:53 jakllsch Exp $ @ 1.2 log @Update to darktable-0.9.2. pkgsrc changes: enable flickr module. upstream changes: 0.9.1 to 0.9.2: not yet available 0.9 to 0.9.1: - new rawspeed, dcraw, libraw - fixed various segfaults and deadlocks - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between) - fixed a nasty bug which could cause complete loss of history for an image - darktable-faster now plays nicely with darktablerc (non-gconf) - lots of opencl improvements - updated translations - second part of our GSoC: customizable keyboard shortcuts! @ text @d1 1 a1 1 $NetBSD: patch-cmake_modules_FindGTK2.cmake,v 1.1.1.1 2011/07/26 21:37:47 jakllsch Exp $ d3 6 a8 1 Look for GTK where we might find it. Should honor ${PREFIX} someday. d16 3 a18 3 + /usr/pkg/include/glib + /usr/pkg/include + /usr/pkg/lib @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- cmake/modules/FindGTK2.cmake.orig 2011-07-02 03:15:32.000000000 +0000 d7 1 a7 1 @@@@ -182,6 +182,9 @@@@ function(_GTK2_FIND_INCLUDE_DIR _var _hd @ 1.1.1.1 log @Add darktable package. darktable is a photography workflow application: a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them. @ text @@