[MacPorts] #66667: Gegl fails after libraw update
MacPorts
noreply at macports.org
Thu Jan 12 15:55:51 UTC 2023
#66667: Gegl fails after libraw update
---------------------+----------------------
Reporter: pietvo | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: gegl |
---------------------+----------------------
Comment (by pietvo):
This patch is sufficient to get it compiled:
{{{
--- operations/external/raw-load.c.~1~
+++ operations/external/raw-load.c
@@ -114,7 +114,7 @@
g_warning ("raw-load: Error Initializing raw library");
else
{
- p->LibRaw->params.shot_select = o->image_num;
+ p->LibRaw->rawparams.shot_select = o->image_num;
p->LibRaw->params.aber[0] = 1.0;
p->LibRaw->params.aber[2] = 1.0;
}}}
--
Ticket URL: <https://trac.macports.org/ticket/66667#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list