From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id A4xFHPfxq14pUgAA0tVLHw (envelope-from ) for ; Fri, 01 May 2020 09:55:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id YDIGEgHyq14EAwAAbx9fmQ (envelope-from ) for ; Fri, 01 May 2020 09:55:13 +0000 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:470:142::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 64921942748 for ; Fri, 1 May 2020 09:55:11 +0000 (UTC) Received: from localhost ([::1]:39422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jUSNz-0006G7-Au for larch@yhetil.org; Fri, 01 May 2020 05:55:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51966) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jUSNr-0006Ds-EP for guix-patches@gnu.org; Fri, 01 May 2020 05:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jUSNq-0005CN-TL for guix-patches@gnu.org; Fri, 01 May 2020 05:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36717) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jUSNq-00059h-FZ for guix-patches@gnu.org; Fri, 01 May 2020 05:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jUSNq-0007sT-CU for guix-patches@gnu.org; Fri, 01 May 2020 05:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#40960] gnu: Add audacious. (v4) Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 01 May 2020 09:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40960 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Danny Milosavljevic Cc: 40960@debbugs.gnu.org Received: via spool by 40960-submit@debbugs.gnu.org id=B40960.158832688630256 (code B ref 40960); Fri, 01 May 2020 09:55:02 +0000 Received: (at 40960) by debbugs.gnu.org; 1 May 2020 09:54:46 +0000 Received: from localhost ([127.0.0.1]:48263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUSNZ-0007rw-Rf for submit@debbugs.gnu.org; Fri, 01 May 2020 05:54:45 -0400 Received: from knopi.disroot.org ([178.21.23.139]:60340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUSNW-0007rl-6f for 40960@debbugs.gnu.org; Fri, 01 May 2020 05:54:43 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 85FE52824D; Fri, 1 May 2020 11:54:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new 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 rItrOTYPp3Fp; Fri, 1 May 2020 11:54:39 +0200 (CEST) Date: Fri, 1 May 2020 05:54:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1588326879; bh=zjSUlTIe7/6oHQHKrEMvFIxi+rXRBosa614vko+4BZI=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Q/NPrCS2mYn63d3KdYhDH7UBZW1fYrn/i68/l9NXA22xdhbJWnd7Kx4cCYyMuMhKi 3ZiMCcodrE1Bo8xSTYEVmKWcoQdlN1nbmW16sfusyt2XMBmtM+D/loBTRR2gltliB/ h38ltBNF4Oj5ATbldVnGS1mDNjtgNSTYI4Do65J2il7XTka1z/aO58d2eAw+7uUMYp q511rxBUxXqqHMRyAfDVRYRnwT8FEKgyb1pSDOoOwfskAtluhT5sbeM51jhSpQCfzW LvHxftd2k6qcbp02//7BAArNvsGtFGUafSSOEMiJ8O2mHoK8+QKBG4S8R8qvL9n8HF H8+6akwGWDQXg== From: Raghav Gururajan Message-ID: <20200501055418.72b5a109.raghavgururajan@disroot.org> In-Reply-To: <20200501112133.6c6a527c@scratchpost.org> References: <20200429071201.3771ce1a.raghavgururajan@disroot.org> <20200430001035.246d0457.raghavgururajan@disroot.org> <20200501112133.6c6a527c@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Received-From: 209.51.188.43 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 X-Spam-Score: 1.59 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=disroot.org header.s=mail header.b=Q/NPrCS2; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disroot.org (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 2001:470:142::17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Scan-Result: default: False [1.59 / 13.00]; GENERIC_REPUTATION(0.00)[-0.49502740190827]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:470:142::/48:c]; MV_CASE(0.50)[]; DWL_DNSWL_FAIL(0.00)[2001:470:142::17:server fail]; IP_REPUTATION_HAM(0.00)[asn: 22989(0.16), country: US(-0.00), ip: 2001:470:142::17(-0.50)]; R_DKIM_REJECT(1.00)[disroot.org:s=mail]; MX_GOOD(-0.50)[cached: eggs.gnu.org]; RCPT_COUNT_TWO(0.00)[2]; DKIM_TRACE(0.00)[disroot.org:-]; MAILLIST(-0.20)[mailman]; FORGED_RECIPIENTS_MAILLIST(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:22989, ipnet:2001:470:142::/48, country:US]; TAGGED_FROM(0.00)[larch=yhetil.org]; FROM_NEQ_ENVFROM(0.00)[raghavgururajan@disroot.org,guix-patches-bounces@gnu.org]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HAS_LIST_UNSUB(-0.01)[]; DNSWL_BLOCKED(0.00)[2001:470:142::17:from]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_SEVEN(0.00)[10]; FORGED_SENDER_MAILLIST(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[disroot.org : SPF not aligned (relaxed),none] X-TUID: eDCqsM+RpwUT Hi Danny! I have closed this bug thread, because it requires more work than I expected. I will be working on this in future, when I have time. :-) More work is related to patching the source-code of both audacious and audacious-plugins packages. Regards, RG.