* colorcorrection: allow user-defined order of CTL plugins * improved bundle scripts to allow including the ART-imageio plugins * imgiomanager: only print error messages when settings->verbose > 0 * better keyboard navigation for emptying the trash * file browser: improved keyboard navigation when applying filters * added preliminary support for Canon R5markII and R1 * fixed raw crop for ILCE-7CR and ILCE-7RM5 in 16-shot pixel shift mode * added linear rec 709 icc profile - Add fix-missing-lm.patch. OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=49
11 lines
365 B
Diff
11 lines
365 B
Diff
--- ART-1.24/rtengine/CMakeLists.txt.orig 2024-10-10 09:00:11.656798999 +0200
|
|
+++ ART-1.24/rtengine/CMakeLists.txt 2024-10-10 09:00:45.723663142 +0200
|
|
@@ -233,6 +233,7 @@
|
|
${LENSFUN_LIBRARIES}
|
|
${RSVG_LIBRARIES}
|
|
${EXIV2_LIBRARIES}
|
|
+ m
|
|
)
|
|
if(LCMS_FAST_FLOAT AND NOT LCMS_FAST_FLOAT_SYSTEM)
|
|
target_link_libraries(rtengine lcms2_fast_float)
|