all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63996] [PATCH] gnu: musikcube: Update to 3.0.1.
@ 2023-06-10  8:28 Sughosha via Guix-patches via
  2023-06-12 19:47 ` bug#63996: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2023-06-10  8:28 UTC (permalink / raw)
  To: 63996

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63996: [PATCH] gnu: musikcube: Update to 3.0.1.
  2023-06-10  8:28 [bug#63996] [PATCH] gnu: musikcube: Update to 3.0.1 Sughosha via Guix-patches via
@ 2023-06-12 19:47 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:47 UTC (permalink / raw)
  To: Sughosha; +Cc: 63996-done

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]


Sughosha via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10  8:28 [bug#63996] [PATCH] gnu: musikcube: Update to 3.0.1 Sughosha via Guix-patches via
2023-06-12 19:47 ` bug#63996: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.