From debbugs-submit-bounces@debbugs.gnu.org Tue May 18 19:02:15 2021 Received: (at submit) by debbugs.gnu.org; 18 May 2021 23:02:15 +0000 Received: from localhost ([127.0.0.1]:57565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lj8j9-0008Ns-5G for submit@debbugs.gnu.org; Tue, 18 May 2021 19:02:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:42642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lj8j7-0008Nk-7x for submit@debbugs.gnu.org; Tue, 18 May 2021 19:02:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46262) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lj8j5-0005Ws-AW for guix-patches@gnu.org; Tue, 18 May 2021 19:02:12 -0400 Received: from w4.tutanota.de ([81.3.6.165]:47978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lj8iz-0002mh-8h for guix-patches@gnu.org; Tue, 18 May 2021 19:02:11 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 9E7C91060271 for ; Tue, 18 May 2021 23:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1621378920; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=4ndlI5vU80SGetEvUWX3Gh/kuSW1RiPOWJ2urW+lh4E=; b=ORUejOH9t4nT6qq7+6b1LDXR/iP9H3Sf0gkX+Ly92MlAck365XFE3KE9yG7HubQU JSy4oQ2xJwFwQdgIV7VyDmAp5kpBoaYs8WMBny9KOPqXEhu6YvGipsEht97REWz3+qa K34H27krWnbHF1DC8fSDdA8K+qkFobtxpHgW6mTlKr4Ub9ljR5u3hnZA51Vhd2lPkAm Do+9TJuOt6M2GKD4CpKSIiVmjH9TR5A2LCUtD0skyYz23ldk9aSJQKMjy5O5oUJXBkH qns5pQO0keTur1vqeJpf1YJyewC2Tr9fPrkoRQ1diUxORwebuv6ZuIrnlv+iMRUno3j Pu0zof+V+Q== Date: Wed, 19 May 2021 01:02:00 +0200 (CEST) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add python-playsound. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-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 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 812f4897ab8f32f2a9c716246a48b03892d25798 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 19 May 2021 01:58:16 +0300 Subject: [PATCH] gnu: Add python-playsound. * gnu/packages/python-xyz.scm (python-playsound): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f79fc54e24..66d281144a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12409,6 +12409,27 @@ Pytest but stripped of Pytest specific details.") code.") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat))) +(define-public python-playsound +=C2=A0 (let ((revision "0") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "907f1fe73375a2156f7e09= 00c4b42c0a60fa1d00")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "python-playsound") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision comm= it)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (url "https://github.com/TaylorSMa= rks/playsound") +=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit commit))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1fh3m115h0= c57lj2pfhhqhmsh5awzblb7csi1xc5a6f6slhl059k")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system python-build-system) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/TaylorSMarks= /playsound") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Function module for playing soun= ds") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Pure Python, cross platform, = single function module with no dependencies for playing sounds.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) + (define-public python-deprecation =C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0 (name "python-deprecation") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Wed May 19 09:02:46 2021 Received: (at 48512) by debbugs.gnu.org; 19 May 2021 13:02:46 +0000 Received: from localhost ([127.0.0.1]:58360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljLqY-0000HO-Cr for submit@debbugs.gnu.org; Wed, 19 May 2021 09:02:46 -0400 Received: from w4.tutanota.de ([81.3.6.165]:60830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljLqX-0000HA-6d for 48512@debbugs.gnu.org; Wed, 19 May 2021 09:02:45 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 2357C1060136 for <48512@debbugs.gnu.org>; Wed, 19 May 2021 13:02:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1621429359; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=95Phr9idDEgUfSK1Gd7n4AtpkuprdHEMRtI0TUyPQmY=; b=3F8MGeHjOamsAbHPL7rRqqCo69nNegBVJgTe5d66OH6m4/wtdK/sl7fawFjRPZ03 XQp56L0+gQLGnw9o7Aex96RxETHM4swfBB401SQMfnZLpfgJIpusS8J4nVN4v62HGQx NZ4j4wY73X4DTeuLUEtmzeZq6x2XYpIrM2ZAK94rsw3innU3ze2wU8HgiHzwbdHPNZ1 6O7bucuojSWjaMT6MRT/C+fbbJZU2LAt78aNMJfBj/Vp9fCUTW/TSF5yNWSMISDLVL1 HZNPaA0taugGyBqaGgbj5uocJjLCM3WHpQrsUcx/s3JdEfry9LgcVtHx7NVWu0jyCZ8 pGt1oitzxQ== Date: Wed, 19 May 2021 15:02:39 +0200 (CEST) From: Adam Kandur To: 48512@debbugs.gnu.org Message-ID: Subject: add input 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: 48512 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: -1.0 (-) >From 8d5e8093b3996ccb95b0f2624c384909299501a2 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 19 May 2021 16:00:58 +0300 Subject: [PATCH] gnu: Add python-playsound. * gnu/packages/python-xyz.scm (python-playsound): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ddaa51b..67d0791 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12408,6 +12408,29 @@ Pytest but stripped of Pytest specific details.") code.") =C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat))) +(define-public python-playsound +=C2=A0 (let ((revision "0") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "907f1fe73375a2156f7e09= 00c4b42c0a60fa1d00")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "python-playsound") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision comm= it)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (url "https://github.com/TaylorSMa= rks/playsound") +=09=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit commit))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1fh3m115h0= c57lj2pfhhqhmsh5awzblb7csi1xc5a6f6slhl059k")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system python-build-system) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (propagated-inputs +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("python-pygobject" ,python-pygobje= ct))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/TaylorSMarks= /playsound") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Function module for playing soun= ds") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Pure Python, cross platform, = single function module with no dependencies for playing sounds.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) + (define-public python-deprecation =C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0 (name "python-deprecation") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 03:49:24 2024 Received: (at 48512) by debbugs.gnu.org; 15 Feb 2024 08:49:24 +0000 Received: from localhost ([127.0.0.1]:53971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXQq-0000yh-AO for submit@debbugs.gnu.org; Thu, 15 Feb 2024 03:49:24 -0500 Received: from mail03.noris.net ([62.128.1.223]:48487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXQn-0000yG-78 for 48512@debbugs.gnu.org; Thu, 15 Feb 2024 03:49:22 -0500 Received: from p5b3949ee.dip0.t-ipconnect.de ([91.57.73.238] helo=hermia.goebel-consult.de) by mail03.noris.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) (envelope-from ) id 1raXQT-0008O3-93 for 48512@debbugs.gnu.org; Thu, 15 Feb 2024 09:49:01 +0100 Received: from [127.0.0.1] (hermia.goebel-consult.de [192.168.110.7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by hermia.goebel-consult.de (Postfix) with ESMTPS id 849A75F538 for <48512@debbugs.gnu.org>; Thu, 15 Feb 2024 09:48:58 +0100 (CET) Message-ID: <65c6de20-387f-bb8a-3bde-0f0e36d0a9ce@crazy-compilers.com> Date: Thu, 15 Feb 2024 09:48:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 To: 48512@debbugs.gnu.org Subject: [PATCH] gnu: Add python-playsound. Content-Language: de-DE, en-US From: Hartmut Goebel Organization: crazy-compilers.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Noris-IP: 91.57.73.238 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 48512 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.6 (---) Hi, this software seems to have some release. Why are you not using this version but call it "0.0.0"? What random commit is it? Please add a comment. Anyhow, I'm in favor of *not* including this package at all, since it seems to be unmaintained since three years. And we should not include dead software. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 05 14:48:18 2025 Received: (at 48512-done) by debbugs.gnu.org; 5 Feb 2025 19:48:18 +0000 Received: from localhost ([127.0.0.1]:52721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tflNh-0008Bs-LB for submit@debbugs.gnu.org; Wed, 05 Feb 2025 14:48:18 -0500 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:56682) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tflNe-0008BX-Pr for 48512-done@debbugs.gnu.org; Wed, 05 Feb 2025 14:48:15 -0500 Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-4361f65ca01so1443155e9.1 for <48512-done@debbugs.gnu.org>; Wed, 05 Feb 2025 11:48:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1738784888; x=1739389688; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=/EgF9Z1VmdWNwaKRHJrUOvCIdJIhYnp53VSn4PQ0YXU=; b=NS4hmnIzn9Y4KsTmIF4tDHEH5f2ZCP8tLx6Cztnyzj7Yiq79TophXDJUDtQ/HC2GOn elGi6GN+sNWgAPcURCpsHlmGLbZPqC2z5whQaUlDjqwS7R2g71iFzKAbo9GhJ28kfjWA LQoemY5Dysqq1Lk+ydLvMXc1pDmw5c/qQsx/dKyXzCU6IgeqSO7M9FyHtpzDXNFqdK9O hUobOFnwdQH4pBh6n3EfHJ2jcRzlTL7qPgsannPvec23CFE3gPCMn0NK57DxJ9SC8h+E 9t0s56TApRYrGIhIzVaS4/TpMgGRz9OisFDmx0fvAZ30W5MSXKQ3ARFXILZT3lqO2pWL JYiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738784888; x=1739389688; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=/EgF9Z1VmdWNwaKRHJrUOvCIdJIhYnp53VSn4PQ0YXU=; b=CEnBZ/oZpGq/9xS/Q3E4esqkFloQN0tnzfZTBaI4P/AbzWNC4+o58aBY/Ap8w9tfjn NtyJHAJEbTdoKwQHmnCkc436zuOgu4VOdua6gThy1/bAS2YpdWMae6I3F5IdI43NDIN2 4laB8OomkXuFZl5nhdKTHJS8U+Oldbos5ehLTqeegRYCfEwH0RnGia8vGyTI/1abfZce XUB5W5IojPi8diCmmQGhwBvsFMlznnTuKPSoMNRh8Okf4qFRHTlFSOb7WskvjPPASrAA gIZ6ShMucif/44PHROCXA9PNgPWjhcnlb4ov2pTI1Ft1fsqd6/yhm4TTaqnjmT0QvqKc F63g== X-Gm-Message-State: AOJu0Yx3DXEtDgRuggDiaC+ZpU5SLrfpG5if9EmlKwRoY15ap4rDa18d yWIufnQ0gA9WLuxnAcOZKld3DzPiOP7DyHTRYks3hdBK9Q69KNg8m1dAYi6a X-Gm-Gg: ASbGncsUqH6XioSfCBmjgSnirg8MSLslG4rr+ADymmQ4VCu53wTkXxN/7+o6R9EUnS+ oZgFUcqp63QNRVd8uc/L4AFVZOMJJxGapZPxNVtBRRm9+RUsjadSQslNfTYsJQHSDaGzDMlq4Tr y1P0abY2wVNI0BF/r7fd8ytfYhmXSscgu2ioLrxDI34Vu86KmUXZJJGxXKiOJh8v/zbOpG4+9C5 H2xDam89WZaomK7veZcRD/0GRahPrl5NUSDc1jNov890qOhZjwBS2QlVMKIoj5wNTMWG+HnDeZc hgwByuCdca8QvynJiiKsxToNvnsq8x6drKVK3S1hh1ez47SJf+wMnTPRQBkO8wJRngc= X-Google-Smtp-Source: AGHT+IESkI05pAF0PG6vd85HpjKFeaBUpTDoz7GXd7dvUjulExDucZJDPIUp/7oivHLm+E/NNYOuIw== X-Received: by 2002:a05:600c:19d1:b0:435:330d:de86 with SMTP id 5b1f17b1804b1-4390d34ba35mr37254655e9.0.1738784888465; Wed, 05 Feb 2025 11:48:08 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4390d933789sm31220615e9.4.2025.02.05.11.48.07 for <48512-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Feb 2025 11:48:07 -0800 (PST) From: Sharlatan Hellseher To: 48512-done@debbugs.gnu.org Subject: [PATCH] gnu: Add python-playsound. Date: Wed, 05 Feb 2025 19:48:06 +0000 Message-ID: <87ikpogoll.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48512-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: -1.0 (-) --=-=-= Content-Type: text/plain Hi, The project might have some license issues due to providing MP3 and WAV files with unclear licenses. https://github.com/TaylorSMarks/playsound/tree/v1.3.0?tab=License-1-ov-file --8<---------------cut here---------------start------------->8--- Files used for Unit Tests were downloaded from Wikimedia Commons - they and their licenses can be found at the following urls. I am not a lawyer, but it's my belief that as these files are merely used for unit testing and in no way necessary for using playsound that playsound can be distributed under the more permissive (supperior, actual free) MIT license and that the cancerous copyleft bullshit from the Creative Commons licenses that most of the files have: - https://commons.wikimedia.org/wiki/File:Damonte.mp3 - https://commons.wikimedia.org/wiki/File:Sound4.wav - https://commons.wikimedia.org/wiki/File:%D0%91%D1%83%D0%BA%D0%B2%D0%B0_%D0%AF.wav - https://commons.wikimedia.org/wiki/File:Discovery_-_Go_at_throttle_up_(2).mp3 --8<---------------cut here---------------end--------------->8--- No updates for 4y (now is 2025). Closing as not applied. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmejwHYACgkQdtcnv/Ys 0rVvuQ//UWSWlCCOFUFTSsD9VvCqBzEbAF9a1uCEMpxAByRtsgeq871DnlEgINC9 plGYKQVD6BR80l6igvhDZOCMlCtc6a7t24dZfPWp0jdwetJzN2xbH9ExJWyDyi6y 7OtSD6HuqvvlKaF+lb7R9uH5QwLBMzZwvngvlmSSNIVmNxNtjPFew+c3yOaPH+Op yHK0eXelHTUGlelhA2or/xhT42H5R4Bx9ypgyHvKMK/X5nxeodK2sHiEqKO66C33 lM7L1i8YRfLUovRY54aTeJ/hwgO6pmnIKWkdAHPg6HYa90NR8kg/lZ9/8196CaCm NrJBGPO7yRQr/OrwhukT8QcT0P5MBtakRHSe+jfsZxj6In4xa5NcN2WJtCqtQenM lPKWNDyG/ybhevGDdr9S2E+wKDnEmi8gCHo1gq/Ty9sY+NKa8G6ycMqO40j7PNrm NXwzwfUmBxCNWPbKwHykdjhjsIMMK8qfs/VJ4PEpKEqUTwaUba3BVCCys4+iLy41 JPQgoTrD5Yp5LVkigGX0v4JN4HtVCrvJ9Q9VjNfNdcuzHedAcRdZo7WrtCnRuqzN zPGDTLJihpPq1xc7HghvaBwt39UW2gIeRA6dv2eOB/unqY1mfBK4tw1qFyDHuoek idZOuQdVl4Iy7CK1VkYFcdjZCxXZ1bcL0hFb5FrCSUd3zugRmTk= =KbtG -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 03:28:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 06 Mar 2025 12:24:06 +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