gpac: add ffmpeg support & refactor#424904
Conversation
b8316fa to
7b89a93
Compare
|
|
@mgdelacroix can you review? |
|
@mdaniels5757 can you review? |
mdaniels5757
left a comment
There was a problem hiding this comment.
Welcome, and thanks for this contribution! I'm sorry it took so long for it to be reviewed.
I've left some comments/suggestions inline. Some additional overall things:
- The merge commits should not be present in this PR. Probably the easiest way to fix it is to run
git rebase -i $(git merge-base HEAD upstream/master) - The
nix fmtcommit should be combined with the "add ffmpeg support & refactor" commit. One way to do this would be to leave the nix fmt commit out of the rebase command above, and edit the "add ffmpeg support & refactor" commit in the rebase. Then when editing the commit you can run the formatter. - Commits "2.4-unstable-2025-07-11 -> 2.4-unstable-2025-09-07" and "2.4-unstable-2025-09-07 -> 2.4-unstable-2025-10-26" should be combined into one. You can choose to squash the second into the first in the rebase command above.
12f8f0a to
fabeb97
Compare
fabeb97 to
62d9589
Compare
|
@mdaniels5757 Thanks for your detailed review and for taking time to actually help me implement this and show me how to integrate the update script! It was very helpful for me as a newbie ^^ |
mdaniels5757
left a comment
There was a problem hiding this comment.
Looks good to me! I'm happy you found my suggestions helpful: I had worried they could be sort of overwhelming...
|
One thing I should note, actually: I don't think that this should be updated on a daily basis. Nixpkgs just isn't built to handle that. The unstable build should be advanced on more of a "the update bot triggered, and the changes made are substantial" basis, for the most part (absent e.g. a bug that is fixed in upstream, in which case a manual update would make sense). |
|
Okay great, but how do i actually get this PR merged? |
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2632 |
|
RossComputerGuy
left a comment
There was a problem hiding this comment.
Approved automatically following the successful run of nixpkgs-review.
This is my first contribution so i am happy to take advice ^^
gpac_nightlypackage that tracks HEADThings done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.