easyeffects: 8.0.6 -> 8.0.8
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
ladspaH,
|
||||
libbs2b,
|
||||
libebur128,
|
||||
libportal-qt6,
|
||||
libsamplerate,
|
||||
libmysofa,
|
||||
libsigcxx30,
|
||||
libsndfile,
|
||||
lilv,
|
||||
@@ -43,11 +42,9 @@ let
|
||||
inherit (qt6)
|
||||
qtbase
|
||||
qtgraphs
|
||||
qtwebengine
|
||||
wrapQtAppsHook
|
||||
;
|
||||
inherit (kdePackages)
|
||||
appstream-qt
|
||||
breeze
|
||||
breeze-icons
|
||||
extra-cmake-modules
|
||||
@@ -62,13 +59,13 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "easyeffects";
|
||||
version = "8.0.6";
|
||||
version = "8.0.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wwmm";
|
||||
repo = "easyeffects";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-5UPwCdpFU1SiD9nlQd99lAK7QdC9jcizj5X3BhBYJ4U=";
|
||||
hash = "sha256-Pw9rMYHrRBSttdtElWDH1YOF0tNWgb2zBzJBI9jJe4Q=";
|
||||
};
|
||||
|
||||
patches = [ ./qmlmodule-fix.patch ];
|
||||
@@ -86,7 +83,6 @@ stdenv.mkDerivation rec {
|
||||
dontWrapGApps = true;
|
||||
|
||||
buildInputs = [
|
||||
appstream-qt
|
||||
breeze
|
||||
breeze-icons
|
||||
deepfilternet
|
||||
@@ -103,8 +99,7 @@ stdenv.mkDerivation rec {
|
||||
qqc2-desktop-style
|
||||
libbs2b
|
||||
libebur128
|
||||
libportal-qt6
|
||||
libsamplerate
|
||||
libmysofa
|
||||
libsigcxx30
|
||||
libsndfile
|
||||
lilv
|
||||
@@ -113,7 +108,6 @@ stdenv.mkDerivation rec {
|
||||
pipewire
|
||||
qtbase
|
||||
qtgraphs
|
||||
qtwebengine
|
||||
rnnoise
|
||||
rubberband
|
||||
soundtouch
|
||||
@@ -154,7 +148,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Audio effects for PipeWire applications";
|
||||
homepage = "https://github.com/wwmm/easyeffects";
|
||||
changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/src/contents/docs/community/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
getchoo
|
||||
|
||||
Reference in New Issue
Block a user