mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lsp-plugins: 1.2.7 -> 1.2.8
This commit is contained in:
parent
fc956a2e69
commit
bb5ead49eb
1 changed files with 8 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lsp-plugins";
|
||||
version = "1.2.7";
|
||||
version = "1.2.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/sadko4u/${pname}/releases/download/${version}/${pname}-src-${version}.tar.gz";
|
||||
sha256 = "sha256-UCyPOGfa8tVTZzE5ynv/Ov0L+Q6SjAAIwb3jX8X/x0M=";
|
||||
sha256 = "sha256-udVYyR6rDOCAKggpvY58jjpoLmB6wXiivvdzYylkE9c=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||
Contains the following plugins (https://lsp-plug.in/?page=plugins)
|
||||
|
||||
Equalizers:
|
||||
- Fliter
|
||||
- Graphic Equalizer
|
||||
- Parametric Equalizer
|
||||
Dynamic Processing:
|
||||
|
@ -56,10 +57,12 @@ stdenv.mkDerivation rec {
|
|||
- Gate
|
||||
- Limiter
|
||||
Multiband Dynamic Processing:
|
||||
- GOTT Compressor
|
||||
- Multiband Compressor
|
||||
- Multiband Dynamic Processor
|
||||
- Multiband Dynamics Processor
|
||||
- Multiband Expander
|
||||
- Multiband Gate
|
||||
- Multiband Limiter
|
||||
Convolution / Reverb processing:
|
||||
- Impulse Responses
|
||||
- Impulse Reverb
|
||||
|
@ -82,6 +85,7 @@ stdenv.mkDerivation rec {
|
|||
- Oscillator
|
||||
Utilitary Plugins:
|
||||
- A/B Test Plugin
|
||||
- Flanger
|
||||
- Latency Meter
|
||||
- Loudness Compensator
|
||||
- Mixer
|
||||
|
@ -90,7 +94,7 @@ stdenv.mkDerivation rec {
|
|||
- Trigger
|
||||
'';
|
||||
homepage = "https://lsp-plug.in";
|
||||
maintainers = with maintainers; [ magnetophon ];
|
||||
maintainers = with maintainers; [ magnetophon PowerUser64 ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue