From unknown Sun Jun 22 07:50:58 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54805] [PATCH 1/5] gnu: libadwaita: Update to 1.1.0. Resent-From: Alexandros Theodotou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 09 Apr 2022 00:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54805 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54805@debbugs.gnu.org Cc: Alexandros Theodotou X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164946564628083 (code B ref -1); Sat, 09 Apr 2022 00:55:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:06 +0000 Received: from localhost ([127.0.0.1]:36418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMY-0007If-2i for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:54590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMW-0007IH-2R for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMV-00052t-Rb for guix-patches@gnu.org; Fri, 08 Apr 2022 20:53:59 -0400 Received: from mout01.posteo.de ([185.67.36.141]:52751) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMT-0002ZV-FP for guix-patches@gnu.org; Fri, 08 Apr 2022 20:53:59 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 71075240026 for ; Sat, 9 Apr 2022 02:53:53 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxSw62fjz6tmB; Sat, 9 Apr 2022 02:53:52 +0200 (CEST) From: Alexandros Theodotou Date: Sat, 9 Apr 2022 00:53:42 +0000 Message-Id: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.141; envelope-from=alex@zrythm.org; helo=mout01.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. --- gnu/packages/gnome.scm | 73 +++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 19adb67423..ee59a90d91 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -70,6 +70,7 @@ ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Denis 'GNUtoo' Carikli ;;; Copyright © 2022 Leo Nikkilä +;;; Copyright © 2022 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -12684,45 +12685,43 @@ (define-public ocrfeeder (license license:gpl3+))) (define-public libadwaita - (let ((commit "8d66b987a19979d9d7b85dacc6bad5ce0c8743fe") - (revision "1")) - (package - (name "libadwaita") - (version (git-version "0.0.1" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.gnome.org/GNOME/libadwaita.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0i3wav6jsyi4w4i2r1rad769m5y5s9djj4zqb7dfyh0bad24ba3q")))) - (build-system meson-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'check 'pre-check - (lambda* (#:key inputs #:allow-other-keys) - ;; Tests require a running X server. - (system "Xvfb :1 &") - (setenv "DISPLAY" ":1")))))) - (native-inputs - `(("sassc" ,sassc) - ("glib:bin" ,glib "bin") - ("gtk-doc" ,gtk-doc/stable) - ("pkg-config" ,pkg-config) - ("vala" ,vala) - ("xvfb" ,xorg-server-for-tests))) - (inputs - (list gtk gobject-introspection libportal)) - (home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/") - (synopsis "Building blocks for GNOME applications") - (description - "@code{libadwaita} offers widgets and objects to build GNOME + (package + (name "libadwaita") + (version "1.1.0") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/libadwaita/" + (version-major+minor version) "/" + "libadwaita-" version ".tar.xz")) + (sha256 + (base32 + "03h14mrm453bn03f48rmpf85pvg5cnzzab27cs1c43417s09ixdg")))) + (build-system meson-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'pre-check + (lambda* (#:key inputs #:allow-other-keys) + ;; Tests require a running X server. + (system "Xvfb :1 &") + (setenv "DISPLAY" ":1")))))) + (native-inputs + `(("sassc" ,sassc) + ("glib:bin" ,glib "bin") + ("gtk-doc" ,gtk-doc/stable) + ("pkg-config" ,pkg-config) + ("vala" ,vala) + ("xvfb" ,xorg-server-for-tests) + ("gettext" ,gettext-minimal))) + (inputs + (list gtk gobject-introspection libportal)) + (home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/") + (synopsis "Building blocks for GNOME applications") + (description + "@code{libadwaita} offers widgets and objects to build GNOME applications scaling from desktop workstations to mobile phones. It is the successor of @code{libhandy} for GTK4.") - (license license:lgpl2.1+)))) + (license license:lgpl2.1+))) (define-public gnome-power-manager (package -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 09 02:33:47 2022 Received: (at control) by debbugs.gnu.org; 9 Apr 2022 06:33:47 +0000 Received: from localhost ([127.0.0.1]:36604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nd4fL-0007W6-KJ for submit@debbugs.gnu.org; Sat, 09 Apr 2022 02:33:47 -0400 Received: from mail-ej1-f65.google.com ([209.85.218.65]:42737) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nd4fK-0007Vs-D9 for control@debbugs.gnu.org; Sat, 09 Apr 2022 02:33:46 -0400 Received: by mail-ej1-f65.google.com with SMTP id i27so21123319ejd.9 for ; Fri, 08 Apr 2022 23:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:user-agent:mime-version :content-transfer-encoding; bh=pVDrBwk5dhECAN5vGIUHMxBW2FpwvTxo7sCfLJP12us=; b=FXchzU8uU5wBBm0Ye4ow20r8ZHj3CEZiPokVlRqUsA6Nz0o21+4Uc+nz6j8uOnfC9P SFvf/kPIi0aZnOkJjFqvY2f18/+wYZhfy7kaMlfxhV3Uxqbyudz0bKdvgM/rtxJxPskB 9dAkpprQkMOT/uSi2E1n5F7lPlcvBblrR8S7PIAkwc1OSrdX8tprPK3iarbIaEReDw9r eBvB5+0WtHdFBQ7DqJvz0V9ToxHy0DQSK72YYvNMXW/T4TQVraqOVpOi2pO3zxBAr04R T/hfEhFJtcdEFvdfpIwAS+SiEpWeK8WVJGXhFthGl4kndeYVU+3jv6HtG3VE1cnyW/Ka bdtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:user-agent :mime-version:content-transfer-encoding; bh=pVDrBwk5dhECAN5vGIUHMxBW2FpwvTxo7sCfLJP12us=; b=wV2vkhO/TrfO/Hj8rmZZ2LcTH6VLQf33HXoN3aiAni3aWavr3ZnILlSYD6lVdQOYPv JAmgKFeKiK2cjDxfYCn2mAtLTBS+0i1Arhci03slLuO5tIXYRVJYkBGYPZf4gmvPPbhI f+do2l5GwubumjmVxF5/rZeQW7XnrBuHswtTFxqFqkmzjc9bktECy9hoOSdJ1gkuSz/L qXOr7/NjmFW0uiAzrwCRgAA65QWJE0wr/vS4lJ+mmuKemUQbvSbQAwE+Kht0vIPjWXiZ KoZSWXWzNkP/+jv+T3iS7eLEHUSSX1+LK2v60L2TishJXB1cLblXMolCokP/AzfEBOiO zhVQ== X-Gm-Message-State: AOAM5314OKCw1ixMBhuY15d/74nc3sPBxkuImIvZ4DNAX5Qvx4vKz9to EE2LUND0D9d1gMm3pAa6CFo8Dxdlh/M= X-Google-Smtp-Source: ABdhPJxgL3Y3m85ZMGC2kahcu/RvDznuygLVk4x8Iwf3PUMNJIN7oZOQTWcBGZHs5/RZ4DV2GDSWfQ== X-Received: by 2002:a17:907:6e04:b0:6e0:95c0:47b8 with SMTP id sd4-20020a1709076e0400b006e095c047b8mr21607445ejc.483.1649486020448; Fri, 08 Apr 2022 23:33:40 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id y22-20020a170906559600b006e858ba2549sm1174501ejp.49.2022.04.08.23.33.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 23:33:39 -0700 (PDT) Message-ID: <48479468a8115ac746ddfbee5a0d277c32f8f965.camel@gmail.com> Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Sat, 09 Apr 2022 08:33:37 +0200 Content-Type: text/plain User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 3.3 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 54805 54806 54807 54808 54809 thanks Content analysis details: (3.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.218.65 listed in bl.score.senderscore.com] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.65 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.3 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 54805 54806 54807 54808 54809 thanks Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.218.65 listed in bl.score.senderscore.com] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.218.65 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager merge 54805 54806 54807 54808 54809 thanks From unknown Sun Jun 22 07:50:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandros Theodotou Subject: bug#54805: closed (Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.) Message-ID: References: <871qvqx5mv.fsf@gnu.org> <20220409005346.69279-1-alex@zrythm.org> X-Gnu-PR-Message: they-closed 54805 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54805@debbugs.gnu.org Date: Tue, 14 Jun 2022 22:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1655244362-15012-1" This is a multi-part message in MIME format... ------------=_1655244362-15012-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54805: [PATCH 1/5] gnu: libadwaita: Update to 1.1.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54805@debbugs.gnu.org. --=20 54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54805 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655244362-15012-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54805-done) by debbugs.gnu.org; 14 Jun 2022 22:05:57 +0000 Received: from localhost ([127.0.0.1]:35988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1Efc-0003tl-HP for submit@debbugs.gnu.org; Tue, 14 Jun 2022 18:05:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1EfZ-0003tS-4U; Tue, 14 Jun 2022 18:05:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfT-000070-56; Tue, 14 Jun 2022 18:05:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dDGKnT5bWLy4LXysiEJtjGW22cL7nS9m6/IV9dkD4A8=; b=kf2skEv5wMldpiVMaSgJ 0ED6D3xmMAnZF82XZ+tHOX3sNNfWhB+FnaA4V2HZ0Vd5YgB2I5iIh49BPDQ2x4h422hqsD1ytg+8d /gDWERxQwvJP1OWQbJ1WhL++RHwX1GEZGk1dAVVH8zNKsIADzeOC8rdqgd2XNUt51IEQUh2brD9TU o3W8h3zgsTxxG1psIjvA+LEzaHmcTOMRf5Ubt7r2bDoDbdbpqaUjUcVKhYBmy+oOP2m7H0FUOhOd8 xaQJrcmD4UunJZoTl/XaGS6lQB3I/EuNDzPI70M2V3w5wUNDW/5PJ0n68/iy14ZA0PZBKxHPvhjDu D5BS/X+Fa+Gkkw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55922 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfS-0007NQ-PQ; Tue, 14 Jun 2022 18:05:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Alexandros Theodotou Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. References: <20220409005346.69279-1-alex@zrythm.org> Date: Wed, 15 Jun 2022 00:05:44 +0200 In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> (Alexandros Theodotou's message of "Sat, 9 Apr 2022 00:53:42 +0000") Message-ID: <871qvqx5mv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54805-done Cc: 54809-done@debbugs.gnu.org, 54805-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Alexandros, Alexandros Theodotou skribis: > * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. [...] > * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. I finally pushed these two patches (apologies for the delay). However, I had to keep version 4.0 and use it for zrythm and milkytracker, which would otherwise fail to build. Thanks, Ludo=E2=80=99. ------------=_1655244362-15012-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:06 +0000 Received: from localhost ([127.0.0.1]:36418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMY-0007If-2i for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:54590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMW-0007IH-2R for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMV-00052t-Rb for guix-patches@gnu.org; Fri, 08 Apr 2022 20:53:59 -0400 Received: from mout01.posteo.de ([185.67.36.141]:52751) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMT-0002ZV-FP for guix-patches@gnu.org; Fri, 08 Apr 2022 20:53:59 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 71075240026 for ; Sat, 9 Apr 2022 02:53:53 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxSw62fjz6tmB; Sat, 9 Apr 2022 02:53:52 +0200 (CEST) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 1/5] gnu: libadwaita: Update to 1.1.0. Date: Sat, 9 Apr 2022 00:53:42 +0000 Message-Id: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.141; envelope-from=alex@zrythm.org; helo=mout01.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. --- gnu/packages/gnome.scm | 73 +++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 19adb67423..ee59a90d91 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -70,6 +70,7 @@ ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Denis 'GNUtoo' Carikli ;;; Copyright © 2022 Leo Nikkilä +;;; Copyright © 2022 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -12684,45 +12685,43 @@ (define-public ocrfeeder (license license:gpl3+))) (define-public libadwaita - (let ((commit "8d66b987a19979d9d7b85dacc6bad5ce0c8743fe") - (revision "1")) - (package - (name "libadwaita") - (version (git-version "0.0.1" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.gnome.org/GNOME/libadwaita.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0i3wav6jsyi4w4i2r1rad769m5y5s9djj4zqb7dfyh0bad24ba3q")))) - (build-system meson-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'check 'pre-check - (lambda* (#:key inputs #:allow-other-keys) - ;; Tests require a running X server. - (system "Xvfb :1 &") - (setenv "DISPLAY" ":1")))))) - (native-inputs - `(("sassc" ,sassc) - ("glib:bin" ,glib "bin") - ("gtk-doc" ,gtk-doc/stable) - ("pkg-config" ,pkg-config) - ("vala" ,vala) - ("xvfb" ,xorg-server-for-tests))) - (inputs - (list gtk gobject-introspection libportal)) - (home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/") - (synopsis "Building blocks for GNOME applications") - (description - "@code{libadwaita} offers widgets and objects to build GNOME + (package + (name "libadwaita") + (version "1.1.0") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/libadwaita/" + (version-major+minor version) "/" + "libadwaita-" version ".tar.xz")) + (sha256 + (base32 + "03h14mrm453bn03f48rmpf85pvg5cnzzab27cs1c43417s09ixdg")))) + (build-system meson-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'pre-check + (lambda* (#:key inputs #:allow-other-keys) + ;; Tests require a running X server. + (system "Xvfb :1 &") + (setenv "DISPLAY" ":1")))))) + (native-inputs + `(("sassc" ,sassc) + ("glib:bin" ,glib "bin") + ("gtk-doc" ,gtk-doc/stable) + ("pkg-config" ,pkg-config) + ("vala" ,vala) + ("xvfb" ,xorg-server-for-tests) + ("gettext" ,gettext-minimal))) + (inputs + (list gtk gobject-introspection libportal)) + (home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/") + (synopsis "Building blocks for GNOME applications") + (description + "@code{libadwaita} offers widgets and objects to build GNOME applications scaling from desktop workstations to mobile phones. It is the successor of @code{libhandy} for GTK4.") - (license license:lgpl2.1+)))) + (license license:lgpl2.1+))) (define-public gnome-power-manager (package -- 2.35.1 ------------=_1655244362-15012-1-- From unknown Sun Jun 22 07:50:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandros Theodotou Subject: bug#54806: closed (Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.) Message-ID: References: <871qvqx5mv.fsf@gnu.org> <20220409005346.69279-2-alex@zrythm.org> X-Gnu-PR-Message: they-closed 54806 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54806@debbugs.gnu.org Date: Tue, 14 Jun 2022 22:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1655244362-15012-3" This is a multi-part message in MIME format... ------------=_1655244362-15012-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54805: [PATCH 2/5] gnu: Add gtksourceview-5. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54806@debbugs.gnu.org. --=20 54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54805 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655244362-15012-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54805-done) by debbugs.gnu.org; 14 Jun 2022 22:05:57 +0000 Received: from localhost ([127.0.0.1]:35988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1Efc-0003tl-HP for submit@debbugs.gnu.org; Tue, 14 Jun 2022 18:05:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1EfZ-0003tS-4U; Tue, 14 Jun 2022 18:05:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfT-000070-56; Tue, 14 Jun 2022 18:05:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dDGKnT5bWLy4LXysiEJtjGW22cL7nS9m6/IV9dkD4A8=; b=kf2skEv5wMldpiVMaSgJ 0ED6D3xmMAnZF82XZ+tHOX3sNNfWhB+FnaA4V2HZ0Vd5YgB2I5iIh49BPDQ2x4h422hqsD1ytg+8d /gDWERxQwvJP1OWQbJ1WhL++RHwX1GEZGk1dAVVH8zNKsIADzeOC8rdqgd2XNUt51IEQUh2brD9TU o3W8h3zgsTxxG1psIjvA+LEzaHmcTOMRf5Ubt7r2bDoDbdbpqaUjUcVKhYBmy+oOP2m7H0FUOhOd8 xaQJrcmD4UunJZoTl/XaGS6lQB3I/EuNDzPI70M2V3w5wUNDW/5PJ0n68/iy14ZA0PZBKxHPvhjDu D5BS/X+Fa+Gkkw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55922 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfS-0007NQ-PQ; Tue, 14 Jun 2022 18:05:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Alexandros Theodotou Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. References: <20220409005346.69279-1-alex@zrythm.org> Date: Wed, 15 Jun 2022 00:05:44 +0200 In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> (Alexandros Theodotou's message of "Sat, 9 Apr 2022 00:53:42 +0000") Message-ID: <871qvqx5mv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54805-done Cc: 54809-done@debbugs.gnu.org, 54805-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Alexandros, Alexandros Theodotou skribis: > * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. [...] > * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. I finally pushed these two patches (apologies for the delay). However, I had to keep version 4.0 and use it for zrythm and milkytracker, which would otherwise fail to build. Thanks, Ludo=E2=80=99. ------------=_1655244362-15012-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:07 +0000 Received: from localhost ([127.0.0.1]:36421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMc-0007Iu-OE for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:54592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMY-0007Ih-Am for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMY-000537-3U for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:02 -0400 Received: from mout01.posteo.de ([185.67.36.141]:54665) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMU-0002Zq-Ar for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:00 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 66AD4240026 for ; Sat, 9 Apr 2022 02:53:56 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxSz6rK8z6tmB; Sat, 9 Apr 2022 02:53:55 +0200 (CEST) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 2/5] gnu: Add gtksourceview-5. Date: Sat, 9 Apr 2022 00:53:43 +0000 Message-Id: <20220409005346.69279-2-alex@zrythm.org> In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> References: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.141; envelope-from=alex@zrythm.org; helo=mout01.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gtk.scm (gtksourceview-5): New variable. --- gnu/packages/gtk.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 96297535ce..e8131bb955 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2021 Maxime Devos ;;; Copyright © 2021 Wamm K. D. ;;; Copyright © 2022 Zhu Zihao +;;; Copyright © 2022 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -90,6 +91,7 @@ (define-module (gnu packages gtk) #:use-module (gnu packages linux) #:use-module (gnu packages m4) #:use-module (gnu packages man) + #:use-module (gnu packages pcre) #:use-module (gnu packages pdf) #:use-module (gnu packages perl) #:use-module (gnu packages perl-check) @@ -618,6 +620,44 @@ (define-public gtksourceview highlighting and other features typical of a source code editor.") (license license:lgpl2.1+))) +(define-public gtksourceview-5 + (package (inherit gtksourceview) + (name "gtksourceview") + (version "5.4.0") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0dz6hifma60plbfqm4vlh1mps2z7f15rkkmflf5fra3hwqbw4fq0")))) + (build-system meson-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'skip-gtk-update-icon-cache + (lambda _ + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false")))) + (add-before + 'check 'pre-check + (lambda* (#:key inputs #:allow-other-keys) + (let ((xorg-server (assoc-ref inputs "xorg-server"))) + ;; Tests require a running X server. + (system (format #f "~a/bin/Xvfb :1 &" xorg-server)) + (setenv "DISPLAY" ":1") + ;; For the missing /etc/machine-id. + (setenv "DBUS_FATAL_WARNINGS" "0") + #t)))) + #:configure-flags + ;; Needs newer gobject-introspection + '("-Dintrospection=disabled"))) + (propagated-inputs + ;; gtksourceview-3.0.pc refers to all these. + (list glib gtk libxml2 pcre2)))) + (define-public gtksourceview-3 (package (inherit gtksourceview) (name "gtksourceview") -- 2.35.1 ------------=_1655244362-15012-3-- From unknown Sun Jun 22 07:50:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandros Theodotou Subject: bug#54807: closed (Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.) Message-ID: References: <871qvqx5mv.fsf@gnu.org> <20220409005346.69279-3-alex@zrythm.org> X-Gnu-PR-Message: they-closed 54807 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54807@debbugs.gnu.org Date: Tue, 14 Jun 2022 22:06:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1655244363-15012-5" This is a multi-part message in MIME format... ------------=_1655244363-15012-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54805: [PATCH 3/5] gnu: libaudec: Update to 0.3.4. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54807@debbugs.gnu.org. --=20 54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54805 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655244363-15012-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54805-done) by debbugs.gnu.org; 14 Jun 2022 22:05:57 +0000 Received: from localhost ([127.0.0.1]:35988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1Efc-0003tl-HP for submit@debbugs.gnu.org; Tue, 14 Jun 2022 18:05:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1EfZ-0003tS-4U; Tue, 14 Jun 2022 18:05:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfT-000070-56; Tue, 14 Jun 2022 18:05:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dDGKnT5bWLy4LXysiEJtjGW22cL7nS9m6/IV9dkD4A8=; b=kf2skEv5wMldpiVMaSgJ 0ED6D3xmMAnZF82XZ+tHOX3sNNfWhB+FnaA4V2HZ0Vd5YgB2I5iIh49BPDQ2x4h422hqsD1ytg+8d /gDWERxQwvJP1OWQbJ1WhL++RHwX1GEZGk1dAVVH8zNKsIADzeOC8rdqgd2XNUt51IEQUh2brD9TU o3W8h3zgsTxxG1psIjvA+LEzaHmcTOMRf5Ubt7r2bDoDbdbpqaUjUcVKhYBmy+oOP2m7H0FUOhOd8 xaQJrcmD4UunJZoTl/XaGS6lQB3I/EuNDzPI70M2V3w5wUNDW/5PJ0n68/iy14ZA0PZBKxHPvhjDu D5BS/X+Fa+Gkkw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55922 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfS-0007NQ-PQ; Tue, 14 Jun 2022 18:05:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Alexandros Theodotou Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. References: <20220409005346.69279-1-alex@zrythm.org> Date: Wed, 15 Jun 2022 00:05:44 +0200 In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> (Alexandros Theodotou's message of "Sat, 9 Apr 2022 00:53:42 +0000") Message-ID: <871qvqx5mv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54805-done Cc: 54809-done@debbugs.gnu.org, 54805-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Alexandros, Alexandros Theodotou skribis: > * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. [...] > * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. I finally pushed these two patches (apologies for the delay). However, I had to keep version 4.0 and use it for zrythm and milkytracker, which would otherwise fail to build. Thanks, Ludo=E2=80=99. ------------=_1655244363-15012-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:15 +0000 Received: from localhost ([127.0.0.1]:36424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMf-0007JE-2k for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:54594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMd-0007J6-5d for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56462) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMc-00053K-Um for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:06 -0400 Received: from mout01.posteo.de ([185.67.36.141]:59781) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMa-0002aO-0m for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:06 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C670B240026 for ; Sat, 9 Apr 2022 02:54:02 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxT62Vrjz6tmB; Sat, 9 Apr 2022 02:54:02 +0200 (CEST) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 3/5] gnu: libaudec: Update to 0.3.4. Date: Sat, 9 Apr 2022 00:53:44 +0000 Message-Id: <20220409005346.69279-3-alex@zrythm.org> In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> References: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.141; envelope-from=alex@zrythm.org; helo=mout01.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/audio.scm (libaudec): Update to 0.3.4. --- gnu/packages/audio.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 13e0f02837..17eaba855d 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -23,7 +23,7 @@ ;;; Copyright © 2019 Rutger Helling ;;; Copyright © 2019, 2021 Arun Isaac ;;; Copyright © 2019 Mathieu Othacehe -;;; Copyright © 2019, 2020 Alexandros Theodotou +;;; Copyright © 2019, 2020, 2022 Alexandros Theodotou ;;; Copyright © 2019 Christine Lemmer-Webber ;;; Copyright © 2019 Jan Wielkiewicz ;;; Copyright © 2019 Hartmt Goebel @@ -5046,17 +5046,17 @@ (define-public ecasound (define-public libaudec (package (name "libaudec") - (version "0.2.4") + (version "0.3.4") (source (origin (method git-fetch) (uri (git-reference - (url "https://git.zrythm.org/zrythm/libaudec") + (url "https://git.sr.ht/~alextee/libaudec") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1570m2dfia17dbkhd2qhx8jjihrpm7g8nnyg6n4wif4vv229s7dz")))) + "02hhhpcfkycicygh6g9hzps255zkbbi33vks6yv6zk5wp9p2nspj")))) (build-system meson-build-system) (arguments `(#:configure-flags -- 2.35.1 ------------=_1655244363-15012-5-- From unknown Sun Jun 22 07:50:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandros Theodotou Subject: bug#54808: closed (Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.) Message-ID: References: <871qvqx5mv.fsf@gnu.org> <20220409005346.69279-4-alex@zrythm.org> X-Gnu-PR-Message: they-closed 54808 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54808@debbugs.gnu.org Date: Tue, 14 Jun 2022 22:06:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1655244363-15012-7" This is a multi-part message in MIME format... ------------=_1655244363-15012-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54805: [PATCH 4/5] gnu: libcyaml: Update to 1.3.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54808@debbugs.gnu.org. --=20 54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54805 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655244363-15012-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54805-done) by debbugs.gnu.org; 14 Jun 2022 22:05:57 +0000 Received: from localhost ([127.0.0.1]:35988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1Efc-0003tl-HP for submit@debbugs.gnu.org; Tue, 14 Jun 2022 18:05:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1EfZ-0003tS-4U; Tue, 14 Jun 2022 18:05:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfT-000070-56; Tue, 14 Jun 2022 18:05:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dDGKnT5bWLy4LXysiEJtjGW22cL7nS9m6/IV9dkD4A8=; b=kf2skEv5wMldpiVMaSgJ 0ED6D3xmMAnZF82XZ+tHOX3sNNfWhB+FnaA4V2HZ0Vd5YgB2I5iIh49BPDQ2x4h422hqsD1ytg+8d /gDWERxQwvJP1OWQbJ1WhL++RHwX1GEZGk1dAVVH8zNKsIADzeOC8rdqgd2XNUt51IEQUh2brD9TU o3W8h3zgsTxxG1psIjvA+LEzaHmcTOMRf5Ubt7r2bDoDbdbpqaUjUcVKhYBmy+oOP2m7H0FUOhOd8 xaQJrcmD4UunJZoTl/XaGS6lQB3I/EuNDzPI70M2V3w5wUNDW/5PJ0n68/iy14ZA0PZBKxHPvhjDu D5BS/X+Fa+Gkkw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55922 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfS-0007NQ-PQ; Tue, 14 Jun 2022 18:05:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Alexandros Theodotou Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. References: <20220409005346.69279-1-alex@zrythm.org> Date: Wed, 15 Jun 2022 00:05:44 +0200 In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> (Alexandros Theodotou's message of "Sat, 9 Apr 2022 00:53:42 +0000") Message-ID: <871qvqx5mv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54805-done Cc: 54809-done@debbugs.gnu.org, 54805-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Alexandros, Alexandros Theodotou skribis: > * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. [...] > * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. I finally pushed these two patches (apologies for the delay). However, I had to keep version 4.0 and use it for zrythm and milkytracker, which would otherwise fail to build. Thanks, Ludo=E2=80=99. ------------=_1655244363-15012-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:16 +0000 Received: from localhost ([127.0.0.1]:36431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMl-0007Jp-Sa for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:54598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMg-0007JP-Iy for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMg-00053V-CA for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:10 -0400 Received: from mout02.posteo.de ([185.67.36.142]:38099) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMe-0002ak-Eq for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:10 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 9DC39240107 for ; Sat, 9 Apr 2022 02:54:06 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxT96rxDz6tmB; Sat, 9 Apr 2022 02:54:05 +0200 (CEST) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 4/5] gnu: libcyaml: Update to 1.3.1. Date: Sat, 9 Apr 2022 00:53:45 +0000 Message-Id: <20220409005346.69279-4-alex@zrythm.org> In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> References: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.142; envelope-from=alex@zrythm.org; helo=mout02.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/serialization.scm (libcyaml): Update to 1.3.1. --- gnu/packages/serialization.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 5cf39ac7f4..a9ba212c9d 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Joshua Sierles, Nextjournal ;;; Copyright © 2020 Martin Becze -;;; Copyright © 2020 Alexandros Theodotou +;;; Copyright © 2020, 2022 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -354,7 +354,7 @@ (define-public libyaml+static (define-public libcyaml (package (name "libcyaml") - (version "1.1.0") + (version "1.3.1") (source (origin (method git-fetch) @@ -364,7 +364,7 @@ (define-public libcyaml (file-name (git-file-name name version)) (patches (search-patches "libcyaml-libyaml-compat.patch")) (sha256 - (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93")))) + (base32 "0gvf3h8r8300wdwfjgxw3nzlj7w14q63m67p8wdm5fvpha017n4y")))) (build-system gnu-build-system) (arguments `(#:make-flags -- 2.35.1 ------------=_1655244363-15012-7-- From unknown Sun Jun 22 07:50:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandros Theodotou Subject: bug#54809: closed (Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.) Message-ID: References: <871qvqx5mv.fsf@gnu.org> <20220409005346.69279-5-alex@zrythm.org> X-Gnu-PR-Message: they-closed 54809 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54809@debbugs.gnu.org Date: Tue, 14 Jun 2022 22:06:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1655244363-15012-9" This is a multi-part message in MIME format... ------------=_1655244363-15012-9 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54805: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54809@debbugs.gnu.org. --=20 54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54805 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655244363-15012-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54805-done) by debbugs.gnu.org; 14 Jun 2022 22:05:57 +0000 Received: from localhost ([127.0.0.1]:35988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1Efc-0003tl-HP for submit@debbugs.gnu.org; Tue, 14 Jun 2022 18:05:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1EfZ-0003tS-4U; Tue, 14 Jun 2022 18:05:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfT-000070-56; Tue, 14 Jun 2022 18:05:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dDGKnT5bWLy4LXysiEJtjGW22cL7nS9m6/IV9dkD4A8=; b=kf2skEv5wMldpiVMaSgJ 0ED6D3xmMAnZF82XZ+tHOX3sNNfWhB+FnaA4V2HZ0Vd5YgB2I5iIh49BPDQ2x4h422hqsD1ytg+8d /gDWERxQwvJP1OWQbJ1WhL++RHwX1GEZGk1dAVVH8zNKsIADzeOC8rdqgd2XNUt51IEQUh2brD9TU o3W8h3zgsTxxG1psIjvA+LEzaHmcTOMRf5Ubt7r2bDoDbdbpqaUjUcVKhYBmy+oOP2m7H0FUOhOd8 xaQJrcmD4UunJZoTl/XaGS6lQB3I/EuNDzPI70M2V3w5wUNDW/5PJ0n68/iy14ZA0PZBKxHPvhjDu D5BS/X+Fa+Gkkw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55922 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1EfS-0007NQ-PQ; Tue, 14 Jun 2022 18:05:46 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Alexandros Theodotou Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. References: <20220409005346.69279-1-alex@zrythm.org> Date: Wed, 15 Jun 2022 00:05:44 +0200 In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> (Alexandros Theodotou's message of "Sat, 9 Apr 2022 00:53:42 +0000") Message-ID: <871qvqx5mv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54805-done Cc: 54809-done@debbugs.gnu.org, 54805-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Alexandros, Alexandros Theodotou skribis: > * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0. [...] > * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. I finally pushed these two patches (apologies for the delay). However, I had to keep version 4.0 and use it for zrythm and milkytracker, which would otherwise fail to build. Thanks, Ludo=E2=80=99. ------------=_1655244363-15012-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Apr 2022 00:54:16 +0000 Received: from localhost ([127.0.0.1]:36433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMm-0007Jv-6I for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:54600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nczMh-0007JR-Ct for submit@debbugs.gnu.org; Fri, 08 Apr 2022 20:54:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMh-00053d-5r for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:11 -0400 Received: from mout01.posteo.de ([185.67.36.141]:42225) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nczMf-0002aq-Kd for guix-patches@gnu.org; Fri, 08 Apr 2022 20:54:10 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6A961240026 for ; Sat, 9 Apr 2022 02:54:08 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KZxTC70c1z6tmB; Sat, 9 Apr 2022 02:54:07 +0200 (CEST) From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. Date: Sat, 9 Apr 2022 00:53:46 +0000 Message-Id: <20220409005346.69279-5-alex@zrythm.org> In-Reply-To: <20220409005346.69279-1-alex@zrythm.org> References: <20220409005346.69279-1-alex@zrythm.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.141; envelope-from=alex@zrythm.org; helo=mout01.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Alexandros Theodotou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/audio.scm (rtmidi): Update to 5.0.0. --- 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 17eaba855d..77b855d86c 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3223,7 +3223,7 @@ (define-public rubberband (define-public rtmidi (package (name "rtmidi") - (version "4.0.0") + (version "5.0.0") (source (origin (method url-fetch) (uri (string-append "https://www.music.mcgill.ca/~gary/rtmidi" @@ -3231,7 +3231,7 @@ (define-public rtmidi (file-name (string-append "rtmidi-" version ".tar.gz")) (sha256 (base32 - "1k962ljpnwyjw9jjiky2372khhri1wqvrj5qsalfpys31xqzw31p")))) + "1ff2yfq3k4l209fr71v3w98fpjjv1chs09vkbmxj03lcikahxns8")))) (build-system gnu-build-system) (inputs (list jack-1 alsa-lib)) -- 2.35.1 ------------=_1655244363-15012-9--