Unverified Commit a92b6e0e authored by Nick Cao's avatar Nick Cao
Browse files

uhhyou.lv2: drop as upstream has gone

parent 9438752b
Loading
Loading
Loading
Loading
+0 −67
Original line number Diff line number Diff line
{ lib, stdenv
, fetchFromGitHub
, pkg-config
, python3
, fftw
, libGL
, libX11
, libjack2
, liblo
, lv2
}:

stdenv.mkDerivation rec {
  # this is what upstream calls the package, see:
  # https://github.com/ryukau/LV2Plugins#uhhyou-plugins-lv2
  pname = "uhhyou.lv2";
  version = "unstable-2021-02-08";

  src = fetchFromGitHub {
    owner = "ryukau";
    repo =  "LV2Plugins";
    rev = "df67460fc344f94db4306d4ee21e4207e657bbee";
    fetchSubmodules = true;
    sha256 = "1a23av35cw26zgq93yzmmw35084hsj29cb7sb04j2silv5qisila";
  };

  nativeBuildInputs = [ pkg-config python3 ];

  buildInputs = [ fftw libGL libX11 libjack2 liblo lv2 ];

  makeFlags = [ "PREFIX=$(out)" ];

  prePatch = ''
    patchShebangs generate-ttl.sh patch.sh patch/apply.sh
  '';

  enableParallelBuilding = true;

  meta = with lib; {
    description = "Audio plugins for Linux";
    longDescription = ''
      Plugin List:
      - CollidingCombSynth
      - CubicPadSynth
      - EnvelopedSine
      - EsPhaser
      - FDNCymbal
      - FoldShaper
      - IterativeSinCluster
      - L3Reverb
      - L4Reverb
      - LatticeReverb
      - LightPadSynth
      - ModuloShaper
      - OddPowShaper
      - SevenDelay
      - SoftClipper
      - SyncSawSynth
      - TrapezoidSynth
      - WaveCymbal
    '';
    homepage = "https://github.com/ryukau/LV2Plugins/";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = [ maintainers.magnetophon ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -1711,6 +1711,7 @@ mapAliases ({
  uchiwa = throw "uchiwa is deprecated and archived by upstream"; # Added 2022-05-02
  ucsFonts = throw "'ucsFonts' has been renamed to/replaced by 'ucs-fonts'"; # Converted to throw 2022-02-22
  ufraw = throw "ufraw is unmaintained and has been removed from nixpkgs. Its successor, nufraw, doesn't seem to be stable enough. Consider using Darktable for now"; # Added 2020-01-11
  uhhyou.lv2 = throw "'uhhyou.lv2' has been removed, upstream gone"; # Added 2023-06-21
  ultrastardx-beta = throw "'ultrastardx-beta' has been renamed to/replaced by 'ultrastardx'"; # Converted to throw 2022-02-22
  unicorn-emu = unicorn; # Added 2020-10-29
  uniffi-bindgen = throw "uniffi-bindgen has been removed since upstream no longer provides a standalone package for the CLI";
+0 −2
Original line number Diff line number Diff line
@@ -35082,8 +35082,6 @@ with pkgs;
  uefi-run = callPackage ../tools/virtualization/uefi-run { };
  uhhyou.lv2 = callPackage ../applications/audio/uhhyou.lv2 { };
  umurmur = callPackage ../applications/networking/umurmur { };
  udocker = callPackage ../tools/virtualization/udocker { };