Skip to content

libvisual: drop#388447

Merged
K900 merged 2 commits intoNixOS:stagingfrom
marcin-serwin:push-vwmxlrtpvtxo
Mar 9, 2025
Merged

libvisual: drop#388447
K900 merged 2 commits intoNixOS:stagingfrom
marcin-serwin:push-vwmxlrtpvtxo

Conversation

@marcin-serwin
Copy link
Contributor

Related #384912

The libvisual seems to be largely unused. It's already disabled on Arch Linux, and the libvisual itself is not even packaged in their repo.

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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 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.

@marcin-serwin marcin-serwin changed the base branch from master to staging March 9, 2025 15:11
@github-actions github-actions bot added 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 501-1000 This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. labels Mar 9, 2025
@nix-owners nix-owners bot requested a review from matthewbauer March 9, 2025 15:17
@K900
Copy link
Contributor

K900 commented Mar 9, 2025

IMO just yeet the conditional and the package in the same PR. We don't need that thing around.

@marcin-serwin marcin-serwin changed the title gst_all_1.gst-plugins-base: disable libvisual libvisual: drop Mar 9, 2025
@K900 K900 requested a review from lilyinstarlight March 9, 2025 15:34
"-Dgl_winsys=${lib.concatStringsSep "," (lib.optional enableX11 "x11" ++ lib.optional enableWayland "wayland" ++ lib.optional enableCocoa "cocoa")}"
(lib.mesonEnable "introspection" withIntrospection)
(lib.mesonEnable "doc" enableDocumentation)
(lib.mesonEnable "libvisual" false)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be fine to remove this line now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's enabled by default, but I'll double check

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, without this line building gst-plugins-base fails with

Run-time dependency libvisual-0.4 found: NO (tried pkgconfig)

ext/libvisual/meson.build:6:16: ERROR: Dependency "libvisual-0.4" not found, tried pkgconfig

Copy link
Contributor

Choose a reason for hiding this comment

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

All right.

@K900 K900 merged commit 057c2a5 into NixOS:staging Mar 9, 2025
31 of 35 checks passed
@marcin-serwin marcin-serwin deleted the push-vwmxlrtpvtxo branch March 11, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 501-1000 This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants