ports/graphics/darktable/files
Jean-Sébastien Pédron 5691fad3cf
graphics/darktable: Fix OpenEXR detection
The patch comes from upstream:
https://github.com/darktable-org/darktable/pull/8775

It didn't make it to a release yet.

The package revision is bumped because the build succeeds but darktable
failed to run with the following error:

    $ darktable --version
    ld-elf.so.1: /usr/local/bin/../lib/darktable/libdarktable.so: Undefined symbol "_ZTIN7Imf_3_09AttributeE"

With the patch:

    $ darktable --version
    this is darktable 3.4.1
    ...

PR:		255254
Reported by:	Ludger Bolmerg <lbolmerg@posteo.de>,
		Felix Palmen <felix@palmen-it.de>,
		a.parseg@gmail.com
Obtained from:	https://github.com/darktable-org/darktable/pull/8775
2021-04-29 23:55:19 +02:00
..
patch-cmake_modules_FindOpenEXR.cmake graphics/darktable: make compatible with OpenEXR/Imath 3.0 2021-04-12 02:33:38 +02:00
patch-src_CMakeLists.txt graphics/darktable: Fix OpenEXR detection 2021-04-29 23:55:19 +02:00
patch-src_external_OpenCL_CL_cl__platform.h graphics/darktable: fix build on powerpc64le, add aarch64 to the mix 2020-11-17 15:24:00 +00:00
patch-src_external_rawspeed_cmake_Modules_CheckZLIB.cmake