Date: Sat, 23 Feb 2019 12:48:21 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493668 - head/graphics/darktable Message-ID: <201902231248.x1NCmLLe014496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <fixer@bsdmail.com> Reported by: kunda <chitty_cloud@me.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231248.x1NCmLLe014496>