all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikita Domnitskii via Guix-patches via <guix-patches@gnu.org>
To: 72424@debbugs.gnu.org
Subject: [bug#72424] [PATCH] gnu: easyeffects: Update to 7.1.7
Date: Fri, 02 Aug 2024 21:53:02 +0600	[thread overview]
Message-ID: <9feebd35a00c09dff292472fd22b1dfd03daf78b.1722613882.git.nikita@domnitskii.me> (raw)

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




             reply	other threads:[~2024-08-02 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-02 15:53 Nikita Domnitskii via Guix-patches via [this message]
2024-08-22 11:44 ` bug#72424: [PATCH] gnu: easyeffects: Update to 7.1.7 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9feebd35a00c09dff292472fd22b1dfd03daf78b.1722613882.git.nikita@domnitskii.me \
    --to=guix-patches@gnu.org \
    --cc=72424@debbugs.gnu.org \
    --cc=nikita@domnitskii.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.