Skip to content
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

[staging-next] gst_all_1.*,python3Packages.gst-python: follow-up for 1.22.9 -> 1.24.2 bump #306016

Merged
merged 9 commits into from
Apr 23, 2024

Conversation

lilyinstarlight
Copy link
Member

@lilyinstarlight lilyinstarlight commented Apr 22, 2024

Description of changes

Major GStreamer bump (https://gstreamer.freedesktop.org/releases/1.24/)

Fixes #287253

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
    • x86_64-linux -> aarch64-linux (cross) (in-progress)
    • x86_64-linux (with qt5Support override via nheko)
    • x86_64-linux (with gtkSupport override via pitivi)
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@lilyinstarlight
Copy link
Member Author

@ofborg eval
(requesting since eval failed due to unrelated reasons on staging earlier)

@lilyinstarlight lilyinstarlight marked this pull request as draft April 22, 2024 21:17
@lilyinstarlight lilyinstarlight changed the base branch from staging to staging-next April 22, 2024 21:17
@lilyinstarlight lilyinstarlight marked this pull request as ready for review April 22, 2024 21:17
@lilyinstarlight
Copy link
Member Author

Rebased on now-merged GNOME 46 PR, which included some of this update already

@lilyinstarlight lilyinstarlight changed the title gst_all_1.*,python3Packages.gst-python: 1.22.9 -> 1.24.2 gst_all_1.*,python3Packages.gst-python: follow-up for 1.22.9 -> 1.24.2 bump Apr 22, 2024
@lilyinstarlight lilyinstarlight changed the title gst_all_1.*,python3Packages.gst-python: follow-up for 1.22.9 -> 1.24.2 bump [staging-next] gst_all_1.*,python3Packages.gst-python: follow-up for 1.22.9 -> 1.24.2 bump Apr 22, 2024
@@ -148,6 +147,7 @@ stdenv.mkDerivation rec {
]) ++ lib.optionals stdenv.isDarwin [
Cocoa
] ++ lib.optionals stdenv.isLinux [
libdrm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh, I caught myself breaking this in base but not good.

Copy link
Contributor

@amaxine amaxine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gst parts of the diff (and especially fixing my mistakes around darwin) look good.

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Apr 23, 2024
Copy link
Contributor

@jansol jansol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

liblc3 changes lgtm

Copy link
Member

@vcunat vcunat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR breaks the hotdoc build for me. Same error on x86_64-linux and aarch64-darwin:

hotdoc-0.16/lib/python3.11/site-packages/hotdoc/core/tests/test_page.py::TestPage::test_meta_schema - AssertionError: InvalidPageMetadata not raised

vcunat added a commit that referenced this pull request Apr 23, 2024
This reverts commit 7cf0402.
It breaks the build for me (on x86_64-linux and aarch64-darwin),
and I fail to see why the update is even needed, so let's not do it now.
/cc PR #306016
vcunat added a commit that referenced this pull request Apr 23, 2024
@vcunat vcunat merged commit 73d8996 into NixOS:staging-next Apr 23, 2024
34 of 35 checks passed
@vcunat
Copy link
Member

vcunat commented Apr 23, 2024

With the hotdoc update reverted it looked OK, so I took that. Hopefully this stabilization of everything won't be too rough.

@lilyinstarlight lilyinstarlight deleted the upd/gstreamer-1.24 branch May 22, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update request: gst_all_1.gstreamer: 1.22.8 → 1.24.2
5 participants