easyeffects: 6.1.3 → 6.2.3

- Fixes compatibility with pipewire 0.3.44
- Dependency changes

https://github.com/wwmm/easyeffects/blob/v6.2.3/CHANGELOG.md
This commit is contained in:
Marek Paśnikowski 2022-02-08 19:29:15 +01:00 committed by GitHub
parent 7e3ac5eefe
commit bcec18a345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -4,14 +4,15 @@
, fetchFromGitHub
, calf
, fftwFloat
, fmt
, glib
, glibmm
, gtk4
, gtkmm4
, itstool
, libadwaita
, libbs2b
, libebur128
, libsamplerate
, libsigcxx30
, libsndfile
, lilv
, lsp-plugins
@ -26,6 +27,7 @@
, rnnoise
, rubberband
, speexdsp
, tbb
, wrapGAppsHook4
, zam-plugins
, zita-convolver
@ -33,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "6.1.3";
version = "6.2.3";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
rev = "v${version}";
sha256 = "sha256-1UfeqPJxY4YT98UdqTZtG+QUBOZlKfK+7WbszhO22A0=";
sha256 = "sha256-A1UanrAbmZFGCmDNIr1h+v5RVMsIl4qgM/veBirudQM=";
};
nativeBuildInputs = [
@ -54,13 +56,14 @@ stdenv.mkDerivation rec {
buildInputs = [
fftwFloat
fmt
glib
glibmm
gtk4
gtkmm4
libadwaita
libbs2b
libebur128
libsamplerate
libsigcxx30
libsndfile
lilv
lv2
@ -69,14 +72,13 @@ stdenv.mkDerivation rec {
rnnoise
rubberband
speexdsp
tbb
zita-convolver
];
postPatch = ''
chmod +x meson_post_install.py
patchShebangs meson_post_install.py
# https://github.com/wwmm/easyeffects/pull/1205
substituteInPlace meson_post_install.py --replace "gtk-update-icon-cache" "gtk4-update-icon-cache"
'';
preFixup =

View File

@ -21468,9 +21468,7 @@ with pkgs;
libpulseaudio = libpulseaudio-vanilla;
easyeffects = callPackage ../applications/audio/easyeffects {
glibmm = glibmm_2_68;
};
easyeffects = callPackage ../applications/audio/easyeffects { };
pulseeffects-legacy = callPackage ../applications/audio/pulseeffects-legacy {
boost = boost172;