From owner-svn-ports-all@freebsd.org Sat Feb 23 12:48:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 502691514D76; Sat, 23 Feb 2019 12:48:22 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E34E2897A8; Sat, 23 Feb 2019 12:48:21 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD0771D7EB; Sat, 23 Feb 2019 12:48:21 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1NCmLSE014499; Sat, 23 Feb 2019 12:48:21 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1NCmLLe014496; Sat, 23 Feb 2019 12:48:21 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201902231248.x1NCmLLe014496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Sat, 23 Feb 2019 12:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493668 - head/graphics/darktable X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/graphics/darktable X-SVN-Commit-Revision: 493668 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E34E2897A8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2019 12:48:22 -0000 Author: dumbbell Date: Sat Feb 23 12:48:20 2019 New Revision: 493668 URL: https://svnweb.freebsd.org/changeset/ports/493668 Log: graphics/darktable: Update to 2.6.0 Release notes: * https://www.darktable.org/2018/12/darktable-260-released/ The initial patch was provided by Darren Mulligan. On top of it: * Warnings about USES=gl and USES=gnome were fixed. * The CMake CMAKE_POLICY_DEFAULT_CMP0056 setting was removed. PR: 234800 Submitted by: Darren Mulligan Reported by: kunda Modified: head/graphics/darktable/Makefile head/graphics/darktable/distinfo head/graphics/darktable/pkg-plist Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Sat Feb 23 12:40:37 2019 (r493667) +++ head/graphics/darktable/Makefile Sat Feb 23 12:48:20 2019 (r493668) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darktable -PORTVERSION= 2.4.4 -PORTREVISION= 3 +PORTVERSION= 2.6.0 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ @@ -29,7 +28,7 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bit address space USES= cmake compiler:c++11-lib desktop-file-utils \ - jpeg pkgconfig sqlite tar:xz + gl gnome jpeg pkgconfig sqlite tar:xz USE_GL= glu USE_GNOME= cairo gtk30 intltool librsvg2 libxml2 USE_XORG= ice sm x11 xext xrandr @@ -52,6 +51,7 @@ CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=1 CMAKE_ARGS+= -DBUILD_CMSTEST:BOOL=ON CMAKE_ARGS+= -DUSE_KWALLET:BOOL=ON LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -fopenmp COLORD_LIB_DEPENDS= libcolord.so:graphics/colord \ libcolord-gtk.so:graphics/colord-gtk @@ -109,13 +109,6 @@ CXX= clang++${LLVM_VER} # Depend on devel/openmp instead of the full LLVM at runtime. Required # for a consistent libomp experience. LIB_DEPENDS+= libomp.so.0:devel/openmp - -# Last but not least, there is a second change or regression in CMake -# 3.4.x: CMAKE_EXE_LINKER_FLAGS is not passed to TRY_COMPILE by default -# anymore. The CMP0056 policy must be explicitly set to NEW to ensure -# linker flags are passed. -# See: https://cmake.org/cmake/help/v3.4/policy/CMP0056.html -CMAKE_ARGS+= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW .endif .if defined(WITH_DEBUG) Modified: head/graphics/darktable/distinfo ============================================================================== --- head/graphics/darktable/distinfo Sat Feb 23 12:40:37 2019 (r493667) +++ head/graphics/darktable/distinfo Sat Feb 23 12:48:20 2019 (r493668) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528271371 -SHA256 (darktable-2.4.4.tar.xz) = 964320b8c9ffef680fa0407a6ca16ed5136ad1f449572876e262764e78acb04d -SIZE (darktable-2.4.4.tar.xz) = 3432268 +TIMESTAMP = 1550631393 +SHA256 (darktable-2.6.0.tar.xz) = 483d7d8e4ac532d89efc2f24e169f7a7da2d3ef0c599602b658d67a040670478 +SIZE (darktable-2.6.0.tar.xz) = 3358508 Modified: head/graphics/darktable/pkg-plist ============================================================================== --- head/graphics/darktable/pkg-plist Sat Feb 23 12:40:37 2019 (r493667) +++ head/graphics/darktable/pkg-plist Sat Feb 23 12:48:20 2019 (r493668) @@ -52,6 +52,7 @@ lib/darktable/plugins/libdenoiseprofile.so lib/darktable/plugins/libdither.so lib/darktable/plugins/libequalizer.so lib/darktable/plugins/libexposure.so +lib/darktable/plugins/libfilmic.so lib/darktable/plugins/libfinalscale.so lib/darktable/plugins/libflip.so lib/darktable/plugins/libgamma.so @@ -76,6 +77,7 @@ lib/darktable/plugins/librawdenoise.so lib/darktable/plugins/librawoverexposed.so lib/darktable/plugins/librawprepare.so lib/darktable/plugins/librelight.so +lib/darktable/plugins/libretouch.so lib/darktable/plugins/librotatepixels.so lib/darktable/plugins/libscalepixels.so lib/darktable/plugins/libshadhi.so @@ -98,6 +100,7 @@ lib/darktable/plugins/lighttable/libcolorlabels.so lib/darktable/plugins/lighttable/libcolorpicker.so lib/darktable/plugins/lighttable/libcopy_history.so lib/darktable/plugins/lighttable/libdarktable_label.so +lib/darktable/plugins/lighttable/libduplicate.so lib/darktable/plugins/lighttable/libexport.so lib/darktable/plugins/lighttable/libfilmstrip.so lib/darktable/plugins/lighttable/libfilter.so @@ -175,13 +178,16 @@ share/applications/darktable.desktop %%DATADIR%%/kernels/demosaic_ppg.cl %%DATADIR%%/kernels/demosaic_vng.cl %%DATADIR%%/kernels/denoiseprofile.cl +%%DATADIR%%/kernels/dwt.cl %%DATADIR%%/kernels/extended.cl +%%DATADIR%%/kernels/filmic.cl %%DATADIR%%/kernels/gaussian.cl %%DATADIR%%/kernels/highpass.cl %%DATADIR%%/kernels/liquify.cl %%DATADIR%%/kernels/locallaplacian.cl %%DATADIR%%/kernels/nlmeans.cl %%DATADIR%%/kernels/programs.conf +%%DATADIR%%/kernels/retouch.cl %%DATADIR%%/kernels/sharpen.cl %%DATADIR%%/kernels/soften.cl %%DATADIR%%/latex/photobook.cls @@ -353,20 +359,13 @@ share/icons/hicolor/scalable/apps/darktable-2.svg share/icons/hicolor/scalable/apps/darktable-3.svg share/icons/hicolor/scalable/apps/darktable.svg %%NLS%%share/locale/ca/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/cs/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/da/LC_MESSAGES/darktable.mo %%NLS%%share/locale/de/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/el/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/es/LC_MESSAGES/darktable.mo +%%NLS%%share/locale/fi/LC_MESSAGES/darktable.mo %%NLS%%share/locale/fr/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/he/LC_MESSAGES/darktable.mo %%NLS%%share/locale/hu/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/it/LC_MESSAGES/darktable.mo %%NLS%%share/locale/ja/LC_MESSAGES/darktable.mo +%%NLS%%share/locale/nb/LC_MESSAGES/darktable.mo %%NLS%%share/locale/nl/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/pl/LC_MESSAGES/darktable.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/darktable.mo %%NLS%%share/locale/ru/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/sk/LC_MESSAGES/darktable.mo %%NLS%%share/locale/sl/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/sv/LC_MESSAGES/darktable.mo -%%NLS%%share/locale/uk/LC_MESSAGES/darktable.mo