Skip to content

Commit

Permalink
graphics/darktable: Update to 4.4.1
Browse files Browse the repository at this point in the history
Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-4.4.0
* https://github.com/darktable-org/darktable/releases/tag/release-4.4.1

Support for MIDI devices is currently turned off even though it probably
works just fine. The port already has many options that make it
complicated enough. If there is demand for MIDI devices, I will add the
option.
  • Loading branch information
dumbbell committed Jul 17, 2023
1 parent 2ce2ca5 commit 229b2f8
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 769 deletions.
6 changes: 3 additions & 3 deletions graphics/darktable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= darktable
PORTVERSION= 4.2.1
PORTREVISION= 7
PORTVERSION= 4.4.1
PORTREVISION=
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/

Expand Down Expand Up @@ -55,7 +55,7 @@ SHEBANG_FILES= tools/*.sh

USE_GCC= yes

CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=1
CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=1 -DUSE_PORTMIDI:BOOL=OFF

CMAKE_BOOL+= BUILD_CMSTEST USE_AVIF USE_CAMERA_SUPPORT USE_HEIF \
USE_KWALLET USE_LUA USE_MAP USE_OPENEXR USE_OPENJPEG \
Expand Down
6 changes: 3 additions & 3 deletions graphics/darktable/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677140992
SHA256 (darktable-4.2.1.tar.xz) = 603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
SIZE (darktable-4.2.1.tar.xz) = 6112480
TIMESTAMP = 1688678181
SHA256 (darktable-4.4.1.tar.xz) = e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
SIZE (darktable-4.4.1.tar.xz) = 5956860
12 changes: 0 additions & 12 deletions graphics/darktable/files/patch-cmake_modules_FindOpenEXR.cmake

This file was deleted.

8 changes: 4 additions & 4 deletions graphics/darktable/files/patch-src_CMakeLists.txt
@@ -1,11 +1,11 @@
--- src/CMakeLists.txt.orig 2021-04-29 21:04:27 UTC
--- src/CMakeLists.txt.orig 2023-06-30 06:13:18 UTC
+++ src/CMakeLists.txt
@@ -388,7 +393,7 @@ if(USE_OPENJPEG)
@@ -465,7 +465,7 @@ if(USE_OPENJPEG)
add_definitions("-DHAVE_OPENJPEG")
list(APPEND SOURCES "common/imageio_j2k.c")
list(APPEND SOURCES "imageio/imageio_j2k.c")

- include_directories(SYSTEM ${OpenJPEG_INCLUDE_DIRS})
+ include_directories(BEFORE SYSTEM ${OpenJPEG_INCLUDE_DIRS})
list(APPEND LIBS ${OpenJPEG_LIBRARIES})
set(DT_SUPPORTED_EXTENSIONS ${DT_SUPPORTED_EXTENSIONS} j2c j2k jp2 jpc CACHE INTERNAL "")
endif(OpenJPEG_FOUND)
endif(USE_OPENJPEG)

0 comments on commit 229b2f8

Please sign in to comment.