Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.5:Update
gegl
gegl-new-libraw.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gegl-new-libraw.patch of Package gegl
From 8e40c930de5317e4ba5e9cd135b6c510570e7edb Mon Sep 17 00:00:00 2001 From: Chris Mayo <aklhfex@gmail.com> Date: Wed, 21 Dec 2022 19:32:02 +0000 Subject: [PATCH] raw-load: make compatible with LibRaw 0.21.0 imgdata.params.shot_select moved to imgdata.rawparams.shot_select https://github.com/LibRaw/LibRaw/blob/979160ff13/Changelog.txt#L182 --- operations/external/raw-load.c | 4 ++++ 1 file changed, 4 insertions(+) Index: gegl-0.4.34/operations/external/raw-load.c =================================================================== --- gegl-0.4.34.orig/operations/external/raw-load.c +++ gegl-0.4.34/operations/external/raw-load.c @@ -114,7 +114,11 @@ prepare (GeglOperation *operation) g_warning ("raw-load: Error Initializing raw library"); else { +#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 21) + p->LibRaw->rawparams.shot_select = o->image_num; +#else p->LibRaw->params.shot_select = o->image_num; +#endif p->LibRaw->params.aber[0] = 1.0; p->LibRaw->params.aber[2] = 1.0;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor