all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72424] [PATCH] gnu: easyeffects: Update to 7.1.7
@ 2024-08-02 15:53 Nikita Domnitskii via Guix-patches via
  2024-08-22 11:44 ` bug#72424: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Nikita Domnitskii via Guix-patches via @ 2024-08-02 15:53 UTC (permalink / raw)
  To: 72424

---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72424: [PATCH] gnu: easyeffects: Update to 7.1.7
  2024-08-02 15:53 [bug#72424] [PATCH] gnu: easyeffects: Update to 7.1.7 Nikita Domnitskii via Guix-patches via
@ 2024-08-22 11:44 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-08-22 11:44 UTC (permalink / raw)
  To: Nikita Domnitskii via Guix-patches via; +Cc: 72424-done, Nikita Domnitskii

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-22 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 15:53 [bug#72424] [PATCH] gnu: easyeffects: Update to 7.1.7 Nikita Domnitskii via Guix-patches via
2024-08-22 11:44 ` bug#72424: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.