-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
digikam: fix media playback by adding ffmpeg to buildInputs #56144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since version 6.0.0, media playback in Digikam requires ffmpeg.
@GrahamcOfBorg build digikam |
Gotcha. For next time, what's the best way to get a pull request reviewed after it's been sitting for a few days? |
Timed out... I'll try this again then: @GrahamcOfBorg build digikam @callahad to get your PRs merged you want to make them more appealing to people with commit access. You should look for people who might not have commit access, but have been doing a fair bit of work and review on nixpkgs. If you get people like this to review and approve your PR then people with commit access will be more like to accept your PR as the PR has already been reviewed and the amount of work required has been lowered. Another effective way I've found has simply been to bug people on IRC or discourse until they merge your PRs 😃 |
@GrahamcOfBorg build enblend-enfuse vigra python27Packages.numpy openblas |
The aarch64-linux issue seems to be with dependencies and unrelated to this PR. EDIT: confirmed via #56949 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This builds on my system.
LGTM 👍
@markuskowa seeing as you're aware of the openblas issue on aarch64 issue, is there any chance you'd be willing to merge? |
@markuskowa Thanks! 🎉 |
Thanks. LGTM. Let hydra do the build. This seems to be too big for OfBorg. |
Motivation for this change
Since Digikam 6.0.0, media playback requires
ffmpeg
as a direct dependency.This shouldn't really change the closure size, as another of Digikam's dependencies,
libqtav
, already depends onffmpeg
.The difference is evident during the
cmakeConfigurePhase
:...and during program execution, in the Help → Components Information menu:
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)