Commit 55b03be6 authored by qzylinra's avatar qzylinra
Browse files

sonusmix: drop

This package has no maintainer. The upstream maintainers no longer have the capacity to maintain it. https://codeberg.org/sonusmix/sonusmix/issues/73
parent 5a1cf292
Loading
Loading
Loading
Loading
+0 −50
Original line number Diff line number Diff line
{
  lib,
  rustPlatform,
  fetchFromGitea,
  pkg-config,
  glib,
  gtk4,
  pipewire,
  dbus,
  wrapGAppsHook4,
  autoPatchelfHook,
}:
rustPlatform.buildRustPackage rec {
  pname = "sonusmix";
  version = "0.1.1";
  doCheck = false;

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "sonusmix";
    repo = "sonusmix";
    rev = "v${version}";
    hash = "sha256-vqbYJuErghSsvkFccLFUYuf1Dsg17tCBhF4/NLcba/E=";
  };

  cargoHash = "sha256-KiCJ8XOU5qnO0zB1K7XBTx35WWUpAmqPFkNZOIgwLA0=";

  nativeBuildInputs = [
    pkg-config
    rustPlatform.bindgenHook
    wrapGAppsHook4
    autoPatchelfHook
  ];

  buildInputs = [
    glib
    gtk4
    pipewire
    dbus
  ];

  meta = {
    description = "Next-gen Pipewire audio routing tool";
    homepage = "https://codeberg.org/sonusmix/sonusmix";
    license = lib.licenses.mpl20;
    maintainers = with lib.maintainers; [ ];
    platforms = lib.platforms.linux;
    mainProgram = "sonusmix";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -2142,6 +2142,7 @@ mapAliases {
  space-orbit = throw "'space-orbit' has been removed because it is unmaintained; Debian upstream stopped tracking it in 2011."; # Added 2025-06-08
  spatialite_gui = throw "spatialite_gui has been renamed to spatialite-gui"; # Added 2025-01-12
  spatialite_tools = throw "spatialite_tools has been renamed to spatialite-tools"; # Added 2025-02-06
  sonusmix = throw "'sonusmix' has been removed due to lack of maintenance"; # Added 2025-08-27

  # Added 2020-02-10
  sourceHanSansPackages = {