--- Begin Message ---
Subject: |
[PATCH] gnu: easyeffects: Update to 7.1.7 |
Date: |
Fri, 02 Aug 2024 21:53:02 +0600 |
---
gnu/packages/audio.scm | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b728220e1f..1e27777459 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -47,6 +47,7 @@
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2023 Parnikkapore <poomklao@yahoo.com>
;;; Copyright © 2024 hapster <o.rojon@posteo.net>
+;;; Copyright © 2024 Nikita Domnitskii <nikita@domnitskii.me>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6540,7 +6541,7 @@ (define-public cubeb
(define-public easyeffects
(package
(name "easyeffects")
- (version "7.0.1") ; later version require gtk 4.10
+ (version "7.1.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6548,10 +6549,11 @@ (define-public easyeffects
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
"0c49yd4dfh7qarq5h651dgxdbs71is4pp1sl8r0gfswqji6bv39w"))))
+ (base32
"19r8pzlhdn7jp7lggxv3c74xbr48hwmz234rl600fnqhygpixg6b"))))
(build-system meson-build-system)
(native-inputs
(list `(,glib "bin") ;for glib-compile-resources
+ gcc-12 ; fails to build with gcc-11
gettext-minimal
itstool
pkg-config))
@@ -6572,19 +6574,19 @@ (define-public easyeffects
pango
pipewire
rnnoise
- speex
speexdsp
tbb
- zita-convolver))
+ zita-convolver
+ soundtouch))
;; Propagating these allows EasyEffects to find the plugins via their
;; search-path specification
(propagated-inputs
- (list calf
- lsp-plugins
- lv2
+ (list lv2
+ calf
+ `(,lsp-plugins "lv2")
mda-lv2
- rubberband
- zam-plugins))
+ zam-plugins
+ ladspa))
(arguments
`(#:glib-or-gtk? #t
#:phases
--
Best Regards,
Nikita Domnitskii
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#72424] [PATCH] gnu: easyeffects: Update to 7.1.7 |
Date: |
Thu, 22 Aug 2024 12:44:11 +0100 |
User-agent: |
mu4e 1.12.4; emacs 29.3 |
Nikita Domnitskii via Guix-patches via <guix-patches@gnu.org> writes:
> ---
> gnu/packages/audio.scm | 20 +++++++++++---------
> 1 file changed, 11 insertions(+), 9 deletions(-)
I filled in the commit message and pushed this to master as
e936d8a1d8b16ec19228072de27e9c4dac254598.
Thanks,
Chris
signature.asc
Description: PGP signature
--- End Message ---