From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id EH84EGwSZmGGBwEAgWs5BA (envelope-from ) for ; Wed, 13 Oct 2021 00:55:40 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6HjjC2wSZmF/cQAA1q6Kng (envelope-from ) for ; Tue, 12 Oct 2021 22:55:40 +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 BFE913E733 for ; Wed, 13 Oct 2021 00:55:39 +0200 (CEST) Received: from localhost ([::1]:38250 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maQgM-0002E7-Tj for larch@yhetil.org; Tue, 12 Oct 2021 18:55:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maQfm-0002Dh-JV for guix-patches@gnu.org; Tue, 12 Oct 2021 18:55:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43991) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1maQfm-0000kX-7Z for guix-patches@gnu.org; Tue, 12 Oct 2021 18:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1maQfm-00065s-70 for guix-patches@gnu.org; Tue, 12 Oct 2021 18:55:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51085] [PATCH v2 7/7] gnu: Add mixxx. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Oct 2021 22:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51085 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 51085@debbugs.gnu.org Received: via spool by 51085-submit@debbugs.gnu.org id=B51085.163407927923383 (code B ref 51085); Tue, 12 Oct 2021 22:55:02 +0000 Received: (at 51085) by debbugs.gnu.org; 12 Oct 2021 22:54:39 +0000 Received: from localhost ([127.0.0.1]:55535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maQfO-000651-N6 for submit@debbugs.gnu.org; Tue, 12 Oct 2021 18:54:39 -0400 Received: from mout01.posteo.de ([185.67.36.65]:35009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maQfL-00064l-Sr for 51085@debbugs.gnu.org; Tue, 12 Oct 2021 18:54:36 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C0C36240026 for <51085@debbugs.gnu.org>; Wed, 13 Oct 2021 00:54:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634079269; bh=miZPvZiTIE0n+vEmYK7eGZ/ja/eJtiBHxGyFRjexApo=; h=Subject:From:To:Cc:Date:From; b=JRuFuEGtxB5tvjueuO10d0OwlL6IpFSbTchnvLjbjF2tpv5hccSnFV8sUl7WmYjt6 2tXmXSpUVXz0jegIADEvInqA52MqsZYYPA8B7D8RgT8CwuO/BiBfOQ2fG8B9YnAGgZ +Sj+z40RySxJHF7HLu2QltfhunqLG09k247hajhf7rv1jtXsAyHxpdsIQSMh5pbMPM wuTbrAOnjwY4iZSWAk8dFATDdu2VUJtWMgXASaefKFlM2jttIFbdGqxfyQzyYcqALU i+ETheKBq9YU0z+PXVptAl+6YUg8apHjgqQNGxyUz3pSewEvsPBm24jCcMGJ90dqG2 4PVr3899TEqXw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HTWFH5981z6tm9; Wed, 13 Oct 2021 00:54:27 +0200 (CEST) Message-ID: <16929f6c8141798345a4b1080ada1e935b7c9bb4.camel@posteo.net> From: Vinicius Monego Date: Tue, 12 Oct 2021 22:54:14 +0000 In-Reply-To: References: <20211009152820.294764-1-monego@posteo.net> <20211009152820.294764-7-monego@posteo.net> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1634079339; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Ks2z1KqeqQi/om7BDIaUWHyv3qQ8HC+5egP1pdKdMgU=; b=YnUQtrURNp0RLzJDnFcynhkBkdRTNmMLR70VTNPrVswLS2dYCeOPismh1vesmx93XEf2HP 7PyeVVaEjzECnazzTrMcNJNF/edRzQ8Vm4CMJmZXTJvro+372FL7mJbLQf8tVwDt0mknJR COw3CHkcORifeQKebjW4qa5iiBxAxGJeipT0vm7dEQWHPIvA/wLvqYVY99LzG0zQ5N+O4i MFo3EszD6jKKw8vPBKQZAQnH2YGYZzp9x7pV5juBCXZ/XQhz2WoacbYWhPARMDGROJ2vEx q7/1ORfO3p8exDurRZChdPef75zvjQra/HgvtN4CIK0TkJRDIPmqPCdUZUTjPg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1634079339; a=rsa-sha256; cv=none; b=ghGsIowsIFy+jI94/YEwsIyqYFkWQEGioC9HmiudtWPajtt8mublfCxKxqXn/EphQN+lUL bxPmaytS5EgjOwpskCQNBTGLIe1HcO+hGaChUQW4TnNtiv3XHzd4yypaDk8cgLJ2X5/z0U Bb/TxgReGHGlZ2Q/4Exr5ltZDSGhofzXf4L6DqPNersq8Eh7ye6B4EnQl8uo/bewH9ueHi oih2h/8osfMIsqzcSGBfF9m0Kh/THbICNP8MdG+G6HYSYmqIQnsCXntHr9HbxTkXSHcYWh AsAyh/Ou+Y4Ki5T+XVE6x0bLdFQdcVwA85FMCIWauulc0+a3u/za7+Ydgp/uPg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=JRuFuEGt; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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-Migadu-Spam-Score: -0.41 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=JRuFuEGt; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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-Migadu-Queue-Id: BFE913E733 X-Spam-Score: -0.41 X-Migadu-Scanner: scn1.migadu.com X-TUID: Vu6moJ4PNoqV Em seg, 2021-10-11 às 18:04 -0400, Leo Famulari escreveu: > On Sat, Oct 09, 2021 at 03:28:20PM +0000, Vinicius Monego wrote: > > +    (license (list license:gpl2+ ; Mixxx, fidlib, qm-dsp > > +                   license:gpl2 ; xwax > > +                   license:gpl3+ ; reverb > > +                   license:expat ; kaitai, scspqueue, portaudio > > +                   license:bsd-3 ; qtbytescriptarray > > +                   license:lgpl2.1+ ; replaygain, mp3guessenc > > +                   license:lgpl2.0+)))) ; libshout-idjc (Library, > > not Lesser) > > The license of Mixxx is, overall, gpl2+. We don't need to list these > other licenses here. Maybe it's a problem that 'reverb' is gpl3+, I > don't know. > > If you are curious about previous discussions of this subject in > Guix, > we talked about it last spring in the guix-devel thread that started > in April 2021 as 'Jam: which licence is this?', and then continued > into > May 2021: > > https://lists.gnu.org/archive/html/guix-devel/2021-04/msg00436.html > https://lists.gnu.org/archive/html/guix-devel/2021-05/threads.html Thanks, interesting discussion. I had an incorrect understanding of the license field.