Unverified Commit 4f91e35e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267645 from gaelreyrol/easyeffects-update-7.1.3

easyeffects: 7.1.0 -> 7.1.3
parents cc1bb9ee 085d3ddf
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
{ lib
, stdenv
, appstream-glib
, desktop-file-utils
, fetchFromGitHub
, calf
@@ -10,9 +11,11 @@
, gsl
, gtk4
, itstool
, ladspaH
, libadwaita
, libbs2b
, libebur128
, libportal-gtk4
, libsamplerate
, libsigcxx30
, libsndfile
@@ -37,13 +40,13 @@

stdenv.mkDerivation rec {
  pname = "easyeffects";
  version = "7.1.0";
  version = "7.1.3";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "easyeffects";
    rev = "v${version}";
    hash = "sha256-TuVW2KBJciuFVdduzfFepGOa+UY9+sXRN1gWhfDvXgw=";
    hash = "sha256-OJy8HhojfpUwWo3zg+FgdFI4pMzWA61VMsdPE03MfeE=";
  };

  nativeBuildInputs = [
@@ -56,15 +59,18 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    appstream-glib
    fftw
    fftwFloat
    fmt_9
    glib
    gsl
    gtk4
    ladspaH
    libadwaita
    libbs2b
    libebur128
    libportal-gtk4
    libsamplerate
    libsigcxx30
    libsndfile
@@ -102,6 +108,7 @@ stdenv.mkDerivation rec {
  separateDebugInfo = true;

  meta = with lib; {
    changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
    description = "Audio effects for PipeWire applications.";
    homepage = "https://github.com/wwmm/easyeffects";
    license = licenses.gpl3Plus;