Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Curiosity
darktable
Allow-Canon-R6-Mark-II-with-libraw-0.21.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Allow-Canon-R6-Mark-II-with-libraw-0.21.patch of Package darktable
From: Michal Kubecek <mkubecek@suse.cz> Date: Sun, 24 Dec 2023 20:40:06 +0100 Subject: Allow Canon R6 Mark II with libraw 0.21 Commit 5070a88833a6 ("imageio_libraw: add Canon EOS R6m2, R8, R50, R100 support") adds support for Canon R6 Mark II only with libraw >= 0.22. Remove this check to allow the private build to support this model with patched libraw 0.21. --- src/imageio/imageio_libraw.c | 2 ++ 1 file changed, 2 insertions(+) --- a/src/imageio/imageio_libraw.c +++ b/src/imageio/imageio_libraw.c @@ -231,6 +231,7 @@ const model_map_t modelMap[] = { .clean_model = "EOS Ra", .clean_alias = "EOS Ra" }, +#endif { .exif_make = "Canon", .exif_model = "Canon EOS R6m2", @@ -238,6 +239,7 @@ const model_map_t modelMap[] = { .clean_model = "EOS R6 Mark II", .clean_alias = "EOS R6 Mark II" }, +#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0, 22) { .exif_make = "Canon", .exif_model = "Canon EOS R8",
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