From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sHgvIAgSFl8XPAAA0tVLHw (envelope-from ) for ; Mon, 20 Jul 2020 21:52:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cpMWHAgSFl8kVgAAB5/wlQ (envelope-from ) for ; Mon, 20 Jul 2020 21:52:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BCA0A9403AA for ; Mon, 20 Jul 2020 21:52:07 +0000 (UTC) Received: from localhost ([::1]:50182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxdhe-0006Ik-PC for larch@yhetil.org; Mon, 20 Jul 2020 17:52:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxdhb-0006I6-4r for guix-patches@gnu.org; Mon, 20 Jul 2020 17:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53256) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jxdha-0006hH-Rw for guix-patches@gnu.org; Mon, 20 Jul 2020 17:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jxdha-0005VX-R2 for guix-patches@gnu.org; Mon, 20 Jul 2020 17:52:02 -0400 Subject: bug#42276: [PATCH 1/2] gnu: carla: Update to 2.1.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 20 Jul 2020 21:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42276 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Alexandros Theodotou , 42276-done@debbugs.gnu.org Mail-Followup-To: 42276@debbugs.gnu.org, marius@gnu.org, alex@zrythm.org Received: via spool by 42276-done@debbugs.gnu.org id=D42276.159528189121108 (code D ref 42276); Mon, 20 Jul 2020 21:52:02 +0000 Received: (at 42276-done) by debbugs.gnu.org; 20 Jul 2020 21:51:31 +0000 Received: from localhost ([127.0.0.1]:36564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxdh4-0005UO-S8 for submit@debbugs.gnu.org; Mon, 20 Jul 2020 17:51:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxdh2-0005U9-Tg for 42276-done@debbugs.gnu.org; Mon, 20 Jul 2020 17:51:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42094) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxdgw-0006ct-15; Mon, 20 Jul 2020 17:51:22 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:58846 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jxdgv-0006hF-6U; Mon, 20 Jul 2020 17:51:21 -0400 From: Marius Bakke In-Reply-To: References: Date: Mon, 20 Jul 2020 23:51:11 +0200 Message-ID: <87lfjdhn3k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: YBgXFA1IqSqE --=-=-= Content-Type: text/plain Alexandros Theodotou 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) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8WEc8ACgkQoqBt8qM6 VPp7QwgAmNc9RhofPWd8zZAcftFf9i1ZceTWoCUEH2cRdovJxL5xB7dnfDv4buUA ffrDIi6+4W+pf2RRRwgA4UYfhyhdxTeAnBRdNUixFNfrfZ3JZWF8UxqtLeeTJP6E YG3vvMj+3VX75mYCJcd4NBtmRku0/4WFmSZNzs690xKrkVY9ohULfn9XDG7vlwXc Szr2TmoVV2zQ5O7y4FN+Y7hZElVETAgGGQXSxJ0ZRfEPr3sHHHCCqZSLMVszF+Q1 w5q4V9XVoglFhJiVsOU76Tl1yrpq7ONCIzGaTuRRD1IzURZkYCU9R/IPknKWJsky t3GZWrHjSCUVJofSRbLbY94ZoLT3dQ== =f/yD -----END PGP SIGNATURE----- --=-=-=--