Skip to content

turbovnc: 3.1.4 -> 3.2#410000

Merged
nh2 merged 2 commits intoNixOS:masterfrom
nh2:turbovnc-3.2
May 23, 2025
Merged

turbovnc: 3.1.4 -> 3.2#410000
nh2 merged 2 commits intoNixOS:masterfrom
nh2:turbovnc-3.2

Conversation

@nh2
Copy link
Contributor

@nh2 nh2 commented May 23, 2025

See mainly https://github.com/TurboVNC/turbovnc/releases/tag/3.2beta1 for where most changes for 3.2 are listed, and my commit message.

NixOS VM tests currently fail, already before this upgrade.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • 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/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (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.

@nh2 nh2 self-assigned this May 23, 2025
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. labels May 23, 2025
nh2 added 2 commits May 23, 2025 02:34
It doesn't fail as expected anymore because
`LIBGL_DRIVERS_PATH` was removed in Mesa 24.2,
and apparently there's no replacement for it:
NixOS#328923

Given that it was removed, and
https://www.phoronix.com/news/Mesa-24.2-Modern-Interfaces
and
https://www.supergoodcode.com/long-road-to-DRIL/
saying that removes the problem it originally caused
(also for us), this test is probably superfluous
because the thing it guards against is gone.
* `-DTVNC_*` flags are no longer necessary, as the comment explains.
* `-DTJPEG_JAR` and `-DTJPEG_JNILIBRARY` were already removed in
  turbovnc 3.0beta1, commit
  TurboVNC/turbovnc@4d9a877
  and replaced by `-DTJPEG_LIBRARY` and `-DTJPEG_INCLUDE_DIR`,
  but turbovnc detects libjpeg-turbo correctly automatically,
  with output:

      -- Performing Test TURBOJPEG_WORKS
      -- Performing Test TURBOJPEG_WORKS - Failed
      -- Could not link with official TurboJPEG library /var/empty/libjpeg-turbo/lib64/libturbojpeg.a.  Checking whether the operating system supplies it ...
      -- Performing Test SYSTEM_TURBOJPEG_WORKS
      -- Performing Test SYSTEM_TURBOJPEG_WORKS - Success
@nh2
Copy link
Contributor Author

nh2 commented May 23, 2025

NixOS VM tests currently fail, already before this upgrade.

Fixed in the pushed commit.

@github-actions github-actions bot added the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label May 23, 2025
@nh2
Copy link
Contributor Author

nh2 commented May 23, 2025

25.05 backport: #410005

@nh2
Copy link
Contributor Author

nh2 commented May 23, 2025

I've tested it, works well for running e.g. Chromium.

Please merge when CI is green.

@nh2
Copy link
Contributor Author

nh2 commented May 23, 2025

Suggesting as reviewers perhaps @wolfgangwalther @wamserma

@nh2 nh2 merged commit 79d99fd into NixOS:master May 23, 2025
20 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants