forked from mirrors/nixpkgs
easyeffects: 7.1.0 -> 7.1.3
This commit is contained in:
parent
2818933004
commit
085d3ddfb5
|
@ -1,5 +1,6 @@
|
|||
{ 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;
|
||||
|
|
Loading…
Reference in a new issue