Skip to content

Commit

Permalink
easyeffects: 7.1.9 -> 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 14, 2025
1 parent aa112c8 commit 273dcbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 237 deletions.

This file was deleted.

13 changes: 5 additions & 8 deletions pkgs/by-name/ea/easyeffects/package.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
lib,
stdenv,
fetchFromGitHub,
appstream-glib,
calf,
deepfilternet,
desktop-file-utils,
fetchFromGitHub,
fftw,
fftwFloat,
fmt_9,
Expand Down Expand Up @@ -45,15 +45,16 @@ let
# Fix crashes with speexdsp effects
speexdsp' = speexdsp.override { withFftw3 = false; };
in

stdenv.mkDerivation rec {
pname = "easyeffects";
version = "7.1.9";
version = "7.2.3";

src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${version}";
hash = "sha256-It+kldlhThWF9y/rTgKt9QlIouH1cQcCtSHQTsaGjfo=";
hash = "sha256-bTyPStOQusIho8x6RI+2Z+4wHSG9ERjo4NuvLUILIm8=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -102,6 +103,7 @@ stdenv.mkDerivation rec {
mda_lv2 # loudness
zam-plugins # maximizer
];

ladspaPlugins = [
deepfilternet # deep noise remover
rubberband # pitch shifting
Expand All @@ -114,11 +116,6 @@ stdenv.mkDerivation rec {
)
'';

patches = [
# Remove when lsp-plugins is >= 1.2.17. (https://github.com/wwmm/easyeffects/issues/3394)
./0001-Revert-Merge-pull-request-3340-from-violetmage-viole.patch
];

separateDebugInfo = true;

passthru = {
Expand Down

0 comments on commit 273dcbd

Please sign in to comment.