easyeffects 7.1.0 -> 7.1.3 https://repology.org/project/easyeffects/versions attrpath: easyeffects Checking auto update branch... No auto update branch exists Old version 7.1.0" not present in master derivation file with contents: { lib , stdenv , appstream-glib , desktop-file-utils , fetchFromGitHub , calf , fftw , fftwFloat , fmt_9 , glib , gsl , gtk4 , itstool , ladspaH , libadwaita , libbs2b , libebur128 , libportal-gtk4 , libsamplerate , libsigcxx30 , libsndfile , lilv , lsp-plugins , lv2 , mda_lv2 , meson , ninja , nlohmann_json , pipewire , pkg-config , rnnoise , rubberband , speexdsp , soundtouch , tbb , wrapGAppsHook4 , zam-plugins , zita-convolver }: stdenv.mkDerivation rec { pname = "easyeffects"; version = "7.1.3"; src = fetchFromGitHub { owner = "wwmm"; repo = "easyeffects"; rev = "v${version}"; hash = "sha256-OJy8HhojfpUwWo3zg+FgdFI4pMzWA61VMsdPE03MfeE="; }; nativeBuildInputs = [ desktop-file-utils itstool meson ninja pkg-config wrapGAppsHook4 ]; buildInputs = [ appstream-glib fftw fftwFloat fmt_9 glib gsl gtk4 ladspaH libadwaita libbs2b libebur128 libportal-gtk4 libsamplerate libsigcxx30 libsndfile lilv lv2 nlohmann_json pipewire rnnoise rubberband soundtouch speexdsp tbb zita-convolver ]; preFixup = let lv2Plugins = [ calf # compressor exciter, bass enhancer and others lsp-plugins # delay, limiter, multiband compressor mda_lv2 # loudness zam-plugins # maximizer ]; ladspaPlugins = [ rubberband # pitch shifting ]; in '' gappsWrapperArgs+=( --set LV2_PATH "${lib.makeSearchPath "lib/lv2" lv2Plugins}" --set LADSPA_PATH "${lib.makeSearchPath "lib/ladspa" ladspaPlugins}" ) ''; 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; maintainers = with maintainers; [ ]; platforms = platforms.linux; mainProgram = "easyeffects"; }; }