all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 42276@debbugs.gnu.org
Subject: [bug#42276] [PATCH 1/2] gnu: carla: Update to 2.1.1.
Date: Wed, 08 Jul 2020 21:34:17 +0100	[thread overview]
Message-ID: <c3f98495696e0009b3d1177d7848840f3abaf705.camel@zrythm.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 147 bytes --]

Hi,

These patches update carla and add gtk2 as a dependency, so it can be
used to bridge gtk2 plugins inside gtk3/qt5 hosts.

Thanks,
Alex

[-- Attachment #1.2: 0002-gnu-carla-Add-gtk2-dependency.patch --]
[-- Type: text/x-patch, Size: 871 bytes --]

From cf3959b423f73e5725ab961b261828bde6c6b272 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Wed, 8 Jul 2020 21:31:38 +0100
Subject: [PATCH 2/2] gnu: carla: Add gtk2 dependency.

* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging
  gtk2 plugins in gtk3 hosts.
---
 gnu/packages/audio.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cf80113520..91013547cf 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4077,6 +4077,8 @@ as is the case with audio plugins.")
        ("file" ,file)
        ("liblo" ,liblo)
        ("libsndfile" ,libsndfile)
+       ;; needed for bridging Gtk2 plugins in Gtk3 hosts
+       ("gtk2" ,gtk+-2)
        ("gtk+" ,gtk+)
        ("python-pyliblo" ,python-pyliblo)
        ("python-pyqt" ,python-pyqt)
-- 
2.27.0


[-- Attachment #1.3: 0001-gnu-carla-Update-to-2.1.1.patch --]
[-- Type: text/x-patch, Size: 1115 bytes --]

From ec79b9bc3795638e446d244719e6112e134ab56f Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Wed, 8 Jul 2020 21:30:39 +0100
Subject: [PATCH 1/2] gnu: carla: Update to 2.1.1.

* gnu/packages/audio.scm (carla): Update to 2.1.1.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 47cec4fea2..cf80113520 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4035,7 +4035,7 @@ as is the case with audio plugins.")
 (define-public carla
   (package
     (name "carla")
-    (version "2.0.0")
+    (version "2.1.1")
     (source
      (origin
        (method git-fetch)
@@ -4046,7 +4046,7 @@ as is the case with audio plugins.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0fqgncqlr86n38yy7pa118mswfacmfczj7w9xx6c6k0jav3wk29k"))))
+         "0c3y4a6cgi4bv1mg57i3qn5ia6pqjqlaylvkapj6bmpsw71ig22g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no "check" target
-- 
2.27.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-07-08 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 20:34 Alexandros Theodotou [this message]
2020-07-20 21:51 ` bug#42276: [PATCH 1/2] gnu: carla: Update to 2.1.1 Marius Bakke

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=c3f98495696e0009b3d1177d7848840f3abaf705.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=42276@debbugs.gnu.org \
    /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.