From unknown Wed Jun 25 05:39:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63996] [PATCH] gnu: musikcube: Update to 3.0.1. Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Jun 2023 08:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63996 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63996@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.16863857136245 (code B ref -1); Sat, 10 Jun 2023 08:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jun 2023 08:28:33 +0000 Received: from localhost ([127.0.0.1]:33213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7txZ-0001cf-3D for submit@debbugs.gnu.org; Sat, 10 Jun 2023 04:28:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:35246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7txW-0001cV-T5 for submit@debbugs.gnu.org; Sat, 10 Jun 2023 04:28:31 -0400 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 1q7txW-0001L0-Iq for guix-patches@gnu.org; Sat, 10 Jun 2023 04:28:30 -0400 Received: from mail-40132.protonmail.ch ([185.70.40.132]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7txS-0002ha-Qk for guix-patches@gnu.org; Sat, 10 Jun 2023 04:28:30 -0400 Date: Sat, 10 Jun 2023 08:28:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1686385703; x=1686644903; bh=oqNHl5zrJ6bKKuc2TqbCx0Wj2ScPBR1DR+TYQOdWVjI=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=XiAR6P0YE0XqIZYcNTudu/F28dqamGiizRF3QJAMkgvMwxtsNe/BXCLr4SN4ytdIy 5603QdoFGUAAgfCdI4g5+G+vpIR/p9cqKJsz5Op3JaWsQMS1rkpe3NsfiCRfvFUp/3 g+cGbGaB2NG6FcHm3gxp0tUmfBLxH4egNavXaxwVY946rkACzCg1+HPdCy9tQhpWTl IK83yNA2/S2EPSRmYyAgNgD0eUqTXAqh9RVSy4VN5ykidOq04G2BYsKwgyO6GI4Xyb AWt/0qqdw4xUxQTQSeRYEa0uUdB7k6OnPzhmocuz95Oq9dte5JAoqlT1q0zQpAQlNr na6GUb9QKm8dw== From: Sughosha Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.132; envelope-from=Sughosha@proton.me; helo=mail-40132.protonmail.ch 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_PASS=-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/music.scm (musikcube): Update to 3.0.1. [#:configure-flags]: Remove "-DENABLE_BUNDLED_TAGLIB=3Dfalse". [native-inputs]: Add "asio". [inputs]: Replace "ncurses" with "ncurses/tinfo" and add "libgme", "libogg", "libvorbis" and "pipewire". --- gnu/packages/music.scm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7e4a7d1..6495948 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -159,6 +159,7 @@ (define-module (gnu packages music) #:use-module (gnu packages mpd) #:use-module (gnu packages ncurses) #:use-module (gnu packages netpbm) + #:use-module (gnu packages networking) #:use-module (gnu packages pcre) #:use-module (gnu packages pdf) #:use-module (gnu packages perl) @@ -7095,41 +7096,44 @@ (define-public opustags (define-public musikcube (package (name "musikcube") - (version "0.96.10") + (version "3.0.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/clangen/musikcube/") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "06myr83x8jvzlzchg3jsw1163n2lcsbmb176zgnx7xxa26jpdbh1")))) + "09q15xlssgg67zg5m0q574k3al2pdjdnm1580mlf0wzr6a021fnd")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; No test suite #:configure-flags '("-DCMAKE_BUILD_TYPE=3DRelease" - "-DENABLE_BUNDLED_TAGLIB=3Dfalse" ;; Use the "wide" ncurses headers but don't look for them in an ;; ncursesw directory. For more info: ;; https://github.com/clangen/musikcube/wiki/building#compiler-ca= nnot-find-ncurseswcursesh "-DNO_NCURSESW=3Dtrue" ;; We will strip the binaries ourselves in the 'strip' phase. "-DDISABLE_STRIP=3Dtrue"))) (native-inputs - (list pkg-config)) + (list asio pkg-config)) (inputs (list alsa-lib boost curl ffmpeg-4 lame libev + libgme libmicrohttpd + libogg libopenmpt - ncurses + libvorbis + ncurses/tinfo openssl + pipewire pulseaudio taglib zlib)) -- libgit2 1.5.1 From unknown Wed Jun 25 05:39:55 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: Sughosha Subject: bug#63996: closed (Re: [bug#63996] [PATCH] gnu: musikcube: Update to 3.0.1.) Message-ID: References: <87edmgv4wf.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 63996 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 63996@debbugs.gnu.org Date: Mon, 12 Jun 2023 19:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1686599342-30194-1" This is a multi-part message in MIME format... ------------=_1686599342-30194-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63996: [PATCH] gnu: musikcube: Update to 3.0.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 63996@debbugs.gnu.org. --=20 63996: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63996 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1686599342-30194-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63996-done) by debbugs.gnu.org; 12 Jun 2023 19:48:03 +0000 Received: from localhost ([127.0.0.1]:40654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q8nWF-0007mY-9A for submit@debbugs.gnu.org; Mon, 12 Jun 2023 15:48:03 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q8nWD-0007lf-4m for 63996-done@debbugs.gnu.org; Mon, 12 Jun 2023 15:48:01 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id B416627BBE2; Mon, 12 Jun 2023 20:48:00 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 86d7d383; Mon, 12 Jun 2023 19:48:00 +0000 (UTC) References: User-agent: mu4e 1.10.2; emacs 28.2 From: Christopher Baines To: Sughosha Subject: Re: [bug#63996] [PATCH] gnu: musikcube: Update to 3.0.1. Date: Mon, 12 Jun 2023 20:47:40 +0100 In-reply-to: Message-ID: <87edmgv4wf.fsf@cbaines.net> 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: 63996-done Cc: 63996-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: -1.0 (-) --=-=-= Content-Type: text/plain Sughosha via Guix-patches via writes: > * gnu/packages/music.scm (musikcube): Update to 3.0.1. > [#:configure-flags]: Remove "-DENABLE_BUNDLED_TAGLIB=false". > [native-inputs]: Add "asio". > [inputs]: Replace "ncurses" with "ncurses/tinfo" and add "libgme", > "libogg", "libvorbis" and "pipewire". > --- > gnu/packages/music.scm | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) Thanks for the patch, I've pushed to master as a44cd79545cd520c5bd0bcc0c399bb83709fe891. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSHdnBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdUjhAAiiKbqL21IXGaGHF9a3lbG8SuAJVugdVK /qMklpAz7q2iR/IUbb89qoOT5ATE9MkIrz2cOSVOLWUGghpD052k6RvxIFWGQLly M0Asfg3PWg3/i5rxY55KcTmkhnUvsHUTO6/9b3CIYG3DvT/2NVdQm+/LQPtbwHmw ZSp7ObtMVnZ3SDX+jLWBuR6dspWkjxTJQBhHu1on2gWcvVlc4xVc4PmcrZRqpUB1 6bmVlDNFjFDNYd+ubgjfxi/Z/vbuEkDE+mPlMeGsifpBIxRl6VOr6PLlw0+BJEq5 /pa3F7NQ9y5I8wtxYB8Jr9e0w9LjdCUf9e/WNDwpPU+HjldY2gsMNIVE2kBUsySf J7J0nhoumln6fpj6bGlZJiekJnlR0NXJB0/YdxaaPpmLpCBH7eovSzfzRzx+GkR5 7oBleZSD2OlfNjCWUc7U56aii9QEt65QLOtscoXc70kBISVM7T4fey754Jah52jB sv8iQPKq5kg2EyXys+B0JTJG2FCPeClbuE2RhrNKDqvVCmYs2y1owz44Sg+dexwN EqDrUdfhYP5hLB+iQ5Ms0UzpNPwuq1MgiKOzyfJbKj+91H/lJXfuRAvGcEKNf83i RE0CoSMJUMuGjHgtYFKrylla+zQu6JIRbVpMng/sCTiiR7vEbAbWDJAQJb7+qdNF 6RiYRbWSQPs= =UJZI -----END PGP SIGNATURE----- --=-=-=-- ------------=_1686599342-30194-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Jun 2023 08:28:33 +0000 Received: from localhost ([127.0.0.1]:33213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7txZ-0001cf-3D for submit@debbugs.gnu.org; Sat, 10 Jun 2023 04:28:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:35246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7txW-0001cV-T5 for submit@debbugs.gnu.org; Sat, 10 Jun 2023 04:28:31 -0400 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 1q7txW-0001L0-Iq for guix-patches@gnu.org; Sat, 10 Jun 2023 04:28:30 -0400 Received: from mail-40132.protonmail.ch ([185.70.40.132]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7txS-0002ha-Qk for guix-patches@gnu.org; Sat, 10 Jun 2023 04:28:30 -0400 Date: Sat, 10 Jun 2023 08:28:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1686385703; x=1686644903; bh=oqNHl5zrJ6bKKuc2TqbCx0Wj2ScPBR1DR+TYQOdWVjI=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=XiAR6P0YE0XqIZYcNTudu/F28dqamGiizRF3QJAMkgvMwxtsNe/BXCLr4SN4ytdIy 5603QdoFGUAAgfCdI4g5+G+vpIR/p9cqKJsz5Op3JaWsQMS1rkpe3NsfiCRfvFUp/3 g+cGbGaB2NG6FcHm3gxp0tUmfBLxH4egNavXaxwVY946rkACzCg1+HPdCy9tQhpWTl IK83yNA2/S2EPSRmYyAgNgD0eUqTXAqh9RVSy4VN5ykidOq04G2BYsKwgyO6GI4Xyb AWt/0qqdw4xUxQTQSeRYEa0uUdB7k6OnPzhmocuz95Oq9dte5JAoqlT1q0zQpAQlNr na6GUb9QKm8dw== To: "guix-patches@gnu.org" From: Sughosha Subject: [PATCH] gnu: musikcube: Update to 3.0.1. Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.132; envelope-from=Sughosha@proton.me; helo=mail-40132.protonmail.ch 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_PASS=-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 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/music.scm (musikcube): Update to 3.0.1. [#:configure-flags]: Remove "-DENABLE_BUNDLED_TAGLIB=3Dfalse". [native-inputs]: Add "asio". [inputs]: Replace "ncurses" with "ncurses/tinfo" and add "libgme", "libogg", "libvorbis" and "pipewire". --- gnu/packages/music.scm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7e4a7d1..6495948 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -159,6 +159,7 @@ (define-module (gnu packages music) #:use-module (gnu packages mpd) #:use-module (gnu packages ncurses) #:use-module (gnu packages netpbm) + #:use-module (gnu packages networking) #:use-module (gnu packages pcre) #:use-module (gnu packages pdf) #:use-module (gnu packages perl) @@ -7095,41 +7096,44 @@ (define-public opustags (define-public musikcube (package (name "musikcube") - (version "0.96.10") + (version "3.0.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/clangen/musikcube/") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "06myr83x8jvzlzchg3jsw1163n2lcsbmb176zgnx7xxa26jpdbh1")))) + "09q15xlssgg67zg5m0q574k3al2pdjdnm1580mlf0wzr6a021fnd")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; No test suite #:configure-flags '("-DCMAKE_BUILD_TYPE=3DRelease" - "-DENABLE_BUNDLED_TAGLIB=3Dfalse" ;; Use the "wide" ncurses headers but don't look for them in an ;; ncursesw directory. For more info: ;; https://github.com/clangen/musikcube/wiki/building#compiler-ca= nnot-find-ncurseswcursesh "-DNO_NCURSESW=3Dtrue" ;; We will strip the binaries ourselves in the 'strip' phase. "-DDISABLE_STRIP=3Dtrue"))) (native-inputs - (list pkg-config)) + (list asio pkg-config)) (inputs (list alsa-lib boost curl ffmpeg-4 lame libev + libgme libmicrohttpd + libogg libopenmpt - ncurses + libvorbis + ncurses/tinfo openssl + pipewire pulseaudio taglib zlib)) -- libgit2 1.5.1 ------------=_1686599342-30194-1--