--- Begin Message ---
Subject: |
[PATCH 1/2] gnu: carla: Update to 2.1.1. |
Date: |
Wed, 08 Jul 2020 21:34:17 +0100 |
User-agent: |
Evolution 3.34.2 |
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
0002-gnu-carla-Add-gtk2-dependency.patch
Description: Text Data
0001-gnu-carla-Update-to-2.1.1.patch
Description: Text Data
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#42276] [PATCH 1/2] gnu: carla: Update to 2.1.1. |
Date: |
Mon, 20 Jul 2020 23:51:11 +0200 |
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)
signature.asc
Description: PGP signature
--- End Message ---