Skip to content

raysession: 0.14.4 -> 0.18.0#500079

Open
VojtechStep wants to merge 3 commits intoNixOS:masterfrom
VojtechStep:feature/raysession-0.17.4
Open

raysession: 0.14.4 -> 0.18.0#500079
VojtechStep wants to merge 3 commits intoNixOS:masterfrom
VojtechStep:feature/raysession-0.17.4

Conversation

@VojtechStep
Copy link
Copy Markdown

@VojtechStep VojtechStep commented Mar 15, 2026

RaySession 0.17 switched from Qt5 to Qt6 and changed the underlying JACK python bindings from pyjacklib to jack-client, so I packaged that as well. I'd appreciate some feedback on the way I ended up handling the libpath.

I'm actively using this with pipewire-jack, so I guess this fixes #323195. On the other hand 0.17 doesn't work for me with jackd; IIUC it's because jackd doesn't support the metadata API, which should be optional for raysession but is currently not handled properly. Upstream patched this in an unreleased version, which I tried using

rev = "c50b22eec800c2c70a0a13fe51d97407f5cf12e2";
hash = "sha256-nvJIXW29AFNdf7/NWGr+YukJE2XU0pGh54dV/mLJcPc=";

and that worked with jackd for me. Upstream released 0.18 with the fix.

I also fixed the bash completions for ray_control.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

@nixpkgs-ci nixpkgs-ci bot requested a review from natsukium March 15, 2026 14:09
@nixpkgs-ci nixpkgs-ci bot added 8.has: package (new) This PR adds a new package 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 12.first-time contribution This PR is the author's first one; please be gentle! 6.topic: python Python is a high-level, general-purpose programming language. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` labels Mar 15, 2026
Copy link
Copy Markdown
Member

@kloenk kloenk left a comment

Choose a reason for hiding this comment

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

LGTM, starts on my aarch64-linux (where the old raysession on master seems to be broken)

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Mar 31, 2026
Copy link
Copy Markdown
Contributor

@langsjo langsjo left a comment

Choose a reason for hiding this comment

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

small suggestions, otherwise lgtm

Comment thread pkgs/by-name/ra/raysession/package.nix Outdated
Comment thread pkgs/by-name/ra/raysession/package.nix
@langsjo
Copy link
Copy Markdown
Contributor

langsjo commented Apr 5, 2026

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 500079
Commit: ec308978143d11498d49770572d34960e88c9d2f (subsequent changes)
Merge: db7f0799019bb0511c5b1f3270174e963edf66f6

Logs: https://github.com/langsjo/nixpkgs-review-gha/actions/runs/24008539592


x86_64-linux

✅ 5 packages built:
  • python313Packages.jack-client
  • python313Packages.jack-client.dist
  • python314Packages.jack-client
  • python314Packages.jack-client.dist
  • raysession

aarch64-linux

✅ 5 packages built:
  • python313Packages.jack-client
  • python313Packages.jack-client.dist
  • python314Packages.jack-client
  • python314Packages.jack-client.dist
  • raysession

x86_64-darwin (sandbox = relaxed)

✅ 4 packages built:
  • python313Packages.jack-client
  • python313Packages.jack-client.dist
  • python314Packages.jack-client
  • python314Packages.jack-client.dist

aarch64-darwin (sandbox = relaxed)

✅ 4 packages built:
  • python313Packages.jack-client
  • python313Packages.jack-client.dist
  • python314Packages.jack-client
  • python314Packages.jack-client.dist

Copy link
Copy Markdown
Contributor

@langsjo langsjo left a comment

Choose a reason for hiding this comment

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

Approved automatically following the successful run of nixpkgs-review.

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Apr 5, 2026
@VojtechStep VojtechStep force-pushed the feature/raysession-0.17.4 branch from ec30897 to 4b8a473 Compare April 7, 2026 18:32
@VojtechStep VojtechStep force-pushed the feature/raysession-0.17.4 branch from 4b8a473 to a147129 Compare April 19, 2026 18:15
@VojtechStep VojtechStep changed the title raysession: 0.14.4 -> 0.17.4 raysession: 0.14.4 -> 0.18.0 Apr 19, 2026
@VojtechStep
Copy link
Copy Markdown
Author

Upstream released 0.18 which fixes the starting issue with non-pipewire jack and non-executable shell scripts, so this PR is now targeting that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 8.has: package (new) This PR adds a new package 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RaySession fails to detect JACK when using pipewire jack compatibility

3 participants