1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

graphics/darktable: Update to 2.4.0

While here, change the default LLVM version to 5.0, to remain in sync
with Mesa (to keep the number of LLVMs to build to just one).
This commit is contained in:
Jean-Sébastien Pédron 2017-12-28 12:05:53 +00:00
parent 078175a325
commit 30fe32ae27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457447
3 changed files with 12 additions and 22 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= darktable
PORTVERSION= 2.2.5
PORTREVISION= 4
PORTVERSION= 2.4.0
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@ -71,7 +70,7 @@ GRAPHMAGICK_CMAKE_OFF= -DUSE_GRAPHICSMAGICK:BOOL=OFF
LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret
LIBSECRET_CMAKE_OFF= -DUSE_LIBSECRET:BOOL=OFF
LUA_USES= lua:52
LUA_USES= lua:53
LUA_CMAKE_OFF= -DUSE_LUA:BOOL=OFF
# FIXME: Even with NLS turned off, darktable(1) is still linked to
@ -97,8 +96,8 @@ WEBP_CMAKE_OFF= -DUSE_WEBP:BOOL=OFF
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 && ${CHOSEN_COMPILER_TYPE} == clang
# Enable OpenMP support with Clang 4.0.
LLVM_VER= 40
# Enable OpenMP support with Clang 5.0.
LLVM_VER= 50
BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER}
CPP= clang-cpp${LLVM_VER}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496077923
SHA256 (darktable-2.2.5.tar.xz) = e303a42b33f78eb1f48d3b36d1df46f30873df4c5a7b49605314f61c49fbf281
SIZE (darktable-2.2.5.tar.xz) = 3092540
TIMESTAMP = 1514391670
SHA256 (darktable-2.4.0.tar.xz) = 9d37388aee79d5ada71062bbac3cda612a61d1a781f6320b784b27308f3a1878
SIZE (darktable-2.4.0.tar.xz) = 3387972

View File

@ -58,6 +58,7 @@ lib/darktable/plugins/libgamma.so
lib/darktable/plugins/libglobaltonemap.so
lib/darktable/plugins/libgraduatednd.so
lib/darktable/plugins/libgrain.so
lib/darktable/plugins/libhazeremoval.so
lib/darktable/plugins/libhighlights.so
lib/darktable/plugins/libhighpass.so
lib/darktable/plugins/libhotpixels.so
@ -178,26 +179,13 @@ share/applications/darktable.desktop
%%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/sharpen.cl
%%DATADIR%%/kernels/soften.cl
%%DATADIR%%/latex/photobook.cls
%%LUA%%%%DATADIR%%/lua/darktable/debug.lua
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/README.md
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/require.lua
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.1-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.2-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.3-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-2.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-3.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-4.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.4-5.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.5-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.6-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.7-1.rockspec
%%LUA%%%%DATADIR%%/lua/darktable/external/pygy_require/rockspecs/require-0.1.7-2.rockspec
%%LUA%%%%DATADIR%%/luarc
%%DATADIR%%/noiseprofiles.json
%%DATADIR%%/pixmaps/dt_logo_128x128.png
@ -257,6 +245,8 @@ share/applications/darktable.desktop
%%DATADIR%%/pixmaps/plugins/darkroom/graduatednd.svg
%%DATADIR%%/pixmaps/plugins/darkroom/grain.png
%%DATADIR%%/pixmaps/plugins/darkroom/grain.svg
%%DATADIR%%/pixmaps/plugins/darkroom/hazeremoval.png
%%DATADIR%%/pixmaps/plugins/darkroom/hazeremoval.svg
%%DATADIR%%/pixmaps/plugins/darkroom/highlights.png
%%DATADIR%%/pixmaps/plugins/darkroom/highlights.svg
%%DATADIR%%/pixmaps/plugins/darkroom/highpass.png
@ -366,6 +356,7 @@ share/icons/hicolor/scalable/apps/darktable.svg
%%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/fr/LC_MESSAGES/darktable.mo
%%NLS%%share/locale/he/LC_MESSAGES/darktable.mo