lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #141589 from jtojnar/easyeffects-6.1

easyeffects: 6.0.3 → 6.1.3

authored by

Jan Tojnar and committed by
GitHub
c254c775 13b2a8a1

+11 -7
+11 -7
pkgs/applications/audio/easyeffects/default.nix
··· 16 16 , lilv 17 17 , lsp-plugins 18 18 , lv2 19 + , mda_lv2 19 20 , meson 20 21 , ninja 21 22 , nlohmann_json ··· 25 26 , rnnoise 26 27 , rubberband 27 28 , speexdsp 28 - , wrapGAppsHook 29 + , wrapGAppsHook4 29 30 , zam-plugins 30 31 , zita-convolver 31 32 }: 32 33 33 34 stdenv.mkDerivation rec { 34 35 pname = "easyeffects"; 35 - version = "6.0.3"; 36 + version = "6.1.3"; 36 37 37 38 src = fetchFromGitHub { 38 39 owner = "wwmm"; 39 40 repo = "easyeffects"; 40 41 rev = "v${version}"; 41 - sha256 = "sha256-GzqPC/m/HMthLMamhJ4EXX6fxZYscdX1QmXgqHOPEcg="; 42 + sha256 = "sha256-1UfeqPJxY4YT98UdqTZtG+QUBOZlKfK+7WbszhO22A0="; 42 43 }; 43 44 44 45 nativeBuildInputs = [ ··· 48 49 ninja 49 50 pkg-config 50 51 python3 51 - wrapGAppsHook 52 + wrapGAppsHook4 52 53 ]; 53 54 54 55 buildInputs = [ ··· 74 75 postPatch = '' 75 76 chmod +x meson_post_install.py 76 77 patchShebangs meson_post_install.py 78 + # https://github.com/wwmm/easyeffects/pull/1205 79 + substituteInPlace meson_post_install.py --replace "gtk-update-icon-cache" "gtk4-update-icon-cache" 77 80 ''; 78 81 79 82 preFixup = 80 83 let 81 84 lv2Plugins = [ 82 - calf # limiter, compressor exciter, bass enhancer and others 83 - lsp-plugins # delay 85 + calf # compressor exciter, bass enhancer and others 86 + lsp-plugins # delay, limiter, multiband compressor 87 + mda_lv2 # loudness 88 + zam-plugins # maximizer 84 89 ]; 85 90 ladspaPlugins = [ 86 91 rubberband # pitch shifting 87 - zam-plugins # maximizer 88 92 ]; 89 93 in 90 94 ''