unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42276] [PATCH 1/2] gnu: carla: Update to 2.1.1.
@ 2020-07-08 20:34 Alexandros Theodotou
  2020-07-20 21:51 ` bug#42276: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-07-08 20:34 UTC (permalink / raw)
  To: 42276


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

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

* bug#42276: [PATCH 1/2] gnu: carla: Update to 2.1.1.
  2020-07-08 20:34 [bug#42276] [PATCH 1/2] gnu: carla: Update to 2.1.1 Alexandros Theodotou
@ 2020-07-20 21:51 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-07-20 21:51 UTC (permalink / raw)
  To: Alexandros Theodotou, 42276-done

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

Alexandros Theodotou <alex@zrythm.org> writes:

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

[...]

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

I moved the comment to the same line and applied both patches.

(the alternative was to turn it into a full sentence with capitalization
and punctuation as we usually do for non-margin comments)

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

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

end of thread, other threads:[~2020-07-20 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 20:34 [bug#42276] [PATCH 1/2] gnu: carla: Update to 2.1.1 Alexandros Theodotou
2020-07-20 21:51 ` bug#42276: " Marius Bakke

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).