Add port for Adobe DNG SDK 1.7.1 - #53400
Draft
François-Xavier Thomas (fxthomas) wants to merge 1 commit into
Draft
Add port for Adobe DNG SDK 1.7.1#53400François-Xavier Thomas (fxthomas) wants to merge 1 commit into
François-Xavier Thomas (fxthomas) wants to merge 1 commit into
Conversation
Contributor
|
François-Xavier Thomas (@fxthomas) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
François-Xavier Thomas (fxthomas)
force-pushed
the
add-adobe-dng-sdk-port
branch
2 times, most recently
from
August 14, 2026 07:49
e9519b5 to
5a4581c
Compare
François-Xavier Thomas (fxthomas)
force-pushed
the
add-adobe-dng-sdk-port
branch
from
August 14, 2026 08:29
5a4581c to
e8e00fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Owner-Projectform.vcpkg.json, or explicitly disabled through patches or build system arguments such as CMAKE_DISABLE_FIND_PACKAGE_Xxx or VCPKG_LOCK_FIND_PACKAGEvcpkg.jsonmatches what upstream says.vcpkg.jsonmatches what upstream says../vcpkg x-add-version --alland committing the result.This is a draft port for Adobe DNG SDK in hopes that it is useful to someone. This is an adaptation of CitrusPeel's CMake build files to work with vcpkg.
I checked that it works for my purposes, but there are a few issues that need fixing before this is merged (besides the checklist above) so I do not think this is fully ready.
Notably, a few that come to mind:
dng_validateexecutable should technically be done using a different set of defines than the ones used to build the library, but I'm not sure how to handle that in vcpkg ?