Unverified Commit 24c90cb5 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

soundfont-generaluser: 2.0.2-unstable-2025-04-21 -> 2.0.3, rename and modernize (#493308)

parents 7c398d7f 64ba4f64
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  stdenvNoCC,
  fetchFromGitHub,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "generaluser";
  version = "2.0.2-unstable-2025-04-21";
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "soundfont-generaluser-gs";
  version = "2.0.3";

  src = fetchFromGitHub {
    owner = "mrbumpy409";
    repo = "GeneralUser-GS";
    rev = "74d4cfe4042a61ddab17d4f86dbccd9d2570eb2a";
    hash = "sha256-I27l8F/BFAo6YSNbtAV14AKVsPIJTHFG2eGudseWmjo=";
    rev = "6f2014e815237de02e26e793f8c66c796ba66db5";
    hash = "sha256-/nWcvaAcXDSd/6HapDEa7rDmQD2Q1w6iYsbckh2vnek=";
  };

  installPhase = ''
    runHook preInstall
    install -Dm644 $src/GeneralUser-GS.sf2 $out/share/soundfonts/GeneralUser-GS.sf2

    install -Dm444 GeneralUser-GS.sf2 $out/share/soundfonts/GeneralUser-GS.sf2

    runHook postInstall
  '';

  meta = {
    changelog = "https://github.com/mrbumpy409/GeneralUser-GS/blob/main/documentation/CHANGELOG.md";
    description = "General MIDI SoundFont with a low memory footprint";
    homepage = "https://www.schristiancollins.com/generaluser.php";
    license = lib.licenses.generaluser;
+1 −0
Original line number Diff line number Diff line
@@ -1803,6 +1803,7 @@ mapAliases {
  somatic-sniper = throw "somatic-sniper has been removed as it was archived in 2020 and fails to build."; # Added 2025-10-14
  sonusmix = throw "'sonusmix' has been removed due to lack of maintenance"; # Added 2025-08-27
  soulseekqt = throw "'soulseekqt' has been removed due to lack of maintenance in Nixpkgs in a long time. Consider using 'nicotine-plus' or 'slskd' instead."; # Added 2025-06-07
  soundfont-generaluser = warnAlias "'soundfont-generaluser' has been renamed to 'soundfont-generaluser-gs'" soundfont-generaluser-gs; # Added 2026-02-26
  soundkonverter = throw "'soundkonverter' has been dropped as it depends on KDE Gear 5, and is unmaintained"; # Added 2025-08-20
  soundmodem = throw "'soundmodem' was removed due to lack of maintenance and relying on gtk2"; # Added 2025-12-02
  soundOfSorting = throw "'soundOfSorting' has been renamed to/replaced by 'sound-of-sorting'"; # Converted to throw 2025-10-27