[codex] wire optional K3b dependencies - #409
Draft
JeremyZeng77 wants to merge 5 commits into
Draft
Conversation
Contributor
Author
|
Added a second pass to this PR: krita.desc now marks multiple upstream-optional feature dependencies as optional in T2 metadata as well, instead of keeping them implicit hard dependencies. This includes image/plugin-related integrations such as WebP, HEIF, JPEG-XL, OpenEXR, OpenJPEG, Poppler, MyPaint, PyQt, and touch-GUI support. |
Owner
|
this random AI slop realy is not helpful. A human needs to thru all the changes and verify the options even exist and work. Also why do you use Windows to work on a LInux distro? Windows is not a professional code enviroment, that is why even MS added the Linux Subsystem to Windows! Please test build in a Linux environment and provide updated build .cache files as proff, too. |
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.
Summary
Why
This is a focused first pass for
#24.Both K3b and Krita expose substantial optional functionality upstream, but the T2 package descriptions were still missing matching optional dependency metadata in several places. That makes slimmer builds harder than necessary and turns feature dependencies into broader hard requirements.
What changed
k3b: wire docs, DVD ripping, Taglib, FFmpeg, FLAC, MAD, Musepack, libsndfile, and Ogg/Vorbis plugin toggles topkginstalledguardskrita: mark optional image/plugin/runtime integrations as optional in T2 metadata, including WebP/JPEG-XL/HEIF/OpenEXR/OpenJPEG/Poppler/MyPaint/PyQt-related features and touch GUI supportValidation
"C:\Program Files\Git\bin\bash.exe" scripts/Check-PkgFormat k3b"C:\Program Files\Git\bin\bash.exe" scripts/Check-PkgFormat kritagit diff --checkNotes
#24