From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 11 05:36:22 2023 Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 10:36:22 +0000 Received: from localhost ([127.0.0.1]:38991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnF0-0004zk-50 for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:36:22 -0500 Received: from lists.gnu.org ([209.51.188.17]:53464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnEz-0004zS-2E for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:36:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQnEn-0004RN-PA for guix-patches@gnu.org; Sat, 11 Feb 2023 05:36:09 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQnEl-0005nd-EK for guix-patches@gnu.org; Sat, 11 Feb 2023 05:36:09 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DDF7C414B0; Sat, 11 Feb 2023 11:36:05 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BWetKARaWhA9; Sat, 11 Feb 2023 11:36:04 +0100 (CET) From: Maya Tomasek DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676111764; bh=HjH391jLzSJP18/5RsmA/PZTTwZtQ/B3uiY1g4WpI+o=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=J+awIm2SzGW+bZ5wagWCrzNOIRDJxTbhWsVBBZ+nLKRCuA7vc8OJan3GaPVOj9NtA ltFgj5V25g+yW++yX9dobLIAgUpdoTj6/CCJCWfCiSZHIp1le2B9FQrevsX0zpdC62 z2cmFTuv/6p/urLptMJ6KYi5pMspXK2TnfCuoXGzowM7BbRr/O0M/YEftVHt8AM9qZ foCvJyx4SpSARRRlzeG/0AHSzbXZFXOuyufstGlWP3SRXg5bMorIvqH2fFciRqKgEU a6dDU8hqEbuzlEgXsZAjvUagkBVS9mqR4t4tPyEHfnHAn7w+r9yK2yFswPhdaDdWlk SQF5ys5IFqw3A== To: guix-patches@gnu.org Subject: [PATCH 5/6] gnu: libaudec: Update to 0.3.4. Date: Sat, 11 Feb 2023 11:35:36 +0100 Message-Id: <20230211103537.24139-6-maya.tomasek@disroot.org> In-Reply-To: <20230211103537.24139-1-maya.tomasek@disroot.org> References: <20230211103537.24139-1-maya.tomasek@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=maya.tomasek@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Antero Mejr 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.4 (--) From: Antero Mejr * gnu/packages/audio.scm (libaudec): Update to 0.3.4. --- 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 3ce9c0888d..75d6cfdb9b 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5450,7 +5450,7 @@ (define-public ecasound (define-public libaudec (package (name "libaudec") - (version "0.2.4") + (version "0.3.4") (source (origin (method git-fetch) @@ -5460,7 +5460,7 @@ (define-public libaudec (file-name (git-file-name name version)) (sha256 (base32 - "1570m2dfia17dbkhd2qhx8jjihrpm7g8nnyg6n4wif4vv229s7dz")))) + "02hhhpcfkycicygh6g9hzps255zkbbi33vks6yv6zk5wp9p2nspj")))) (build-system meson-build-system) (arguments `(#:configure-flags -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 11 05:52:21 2023 Received: (at 61428-done) by debbugs.gnu.org; 11 Feb 2023 10:52:22 +0000 Received: from localhost ([127.0.0.1]:39063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnUT-0007tg-In for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:52:21 -0500 Received: from knopi.disroot.org ([178.21.23.139]:40950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQnUR-0007tY-9f for 61428-done@debbugs.gnu.org; Sat, 11 Feb 2023 05:52:19 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C6C7F41480 for <61428-done@debbugs.gnu.org>; Sat, 11 Feb 2023 11:52:18 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IgcY7I3FKJ0z for <61428-done@debbugs.gnu.org>; Sat, 11 Feb 2023 11:52:17 +0100 (CET) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1676112737; bh=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=; h=From:To:Subject:Date; b=JAn2zQEohHq2SBmRn/TL7KkT6uwjI5Wt/bQUSAsX4IE7x35SXjFW1G7LDeiK1/ih1 3nSdfh6Qby1pJtXrJUM/bghHNQiIPGwj9mX6dy3oYF+Ffx+YjfWyQnP5xU2AFaIa5d c2vdvdYl7yTdvvmhQz6vjh+/XYu/j/JJ4ljUJCUk0/xvZYCxB7xhvH1nagyyAdYoLD 2xRH9MNnReJYebo/GoYNWDL5ewiMQfJlkbY0En9OM+mtDxqi+lCop3jREPUaPw/uyi yy4q2eRao3/q1CuNdmxIE+IgiMADomq+R58g1SoRR8DqhV4KNObj6CEnbqSMYzyph5 20smwEefxBXeA== To: 61428-done@debbugs.gnu.org Subject: Date: Sat, 11 Feb 2023 11:52:16 +0100 Message-ID: <87r0uw4gpr.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: 4.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: Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.3 EMPTY_MESSAGE Message appears to have no textual parts 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: 61428-done 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 (+++) 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: Content analysis details: (3.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.3 EMPTY_MESSAGE Message appears to have no textual parts 2.0 BLANK_SUBJECT Subject is present but empty -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager From unknown Thu Sep 11 13:39:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 11 Mar 2023 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator