GNU bug report logs -
#63996
[PATCH] gnu: musikcube: Update to 3.0.1.
Previous Next
Reported by: Sughosha <Sughosha <at> proton.me>
Date: Sat, 10 Jun 2023 08:29:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63996 in the body.
You can then email your comments to 63996 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63996
; Package
guix-patches
.
(Sat, 10 Jun 2023 08:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <Sughosha <at> proton.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 10 Jun 2023 08:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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=Release"
- "-DENABLE_BUNDLED_TAGLIB=false"
;; 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-cannot-find-ncurseswcursesh
"-DNO_NCURSESW=true"
;; We will strip the binaries ourselves in the 'strip' phase.
"-DDISABLE_STRIP=true")))
(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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 12 Jun 2023 19:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sughosha <Sughosha <at> proton.me>
:
bug acknowledged by developer.
(Mon, 12 Jun 2023 19:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63996-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Jul 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.