all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63978] [PATCH] gnu: mympd: Update to 10.3.3.
@ 2023-06-09 15:04 Bruno Victal
  2023-07-01 21:23 ` bug#63978: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-06-09 15:04 UTC (permalink / raw)
  To: 63978; +Cc: Bruno Victal

* gnu/packages/mpd.scm (mympd): Update to 10.3.3.
<arguments>: Honor 'strip phase.
<native-inputs>: Add missing pkg-config.
<description>: Reword it.
---
 gnu/packages/mpd.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 9884bc0487..111150ce6b 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -615,7 +615,7 @@ (define-public mpdevil
 (define-public mympd
   (package
     (name "mympd")
-    (version "10.3.2")
+    (version "10.3.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -624,14 +624,17 @@ (define-public mympd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04mpj0qikdg7nqp8rvwr83bx3544qy2ha0sjj4cnpjknka6p8xan"))))
+                "1n8z3rscrw7k097q5z1d59mrryy7b8m0zdfhi767a1qpa121m8if"))))
     (build-system cmake-build-system)
     (arguments
-     (list #:tests? #f)) ; no test target
-    (native-inputs (list jq perl))
+     (list
+      #:configure-flags
+      #~(list "-DMYMPD_STRIP_BINARY=OFF")  ; handled by 'strip phase
+      #:tests? #f)) ; no test target
+    (native-inputs (list jq perl pkg-config))
     (inputs (list flac libid3tag lua openssl pcre2))
     (home-page "https://jcorporation.github.io/")
     (synopsis "Web-based MPD client")
-    (description "MyMPD is a mobile-friendly web client for the MPD music
-player daemon.")
+    (description "MyMPD is a mobile-friendly web client for the Music Player
+Daemon (MPD).")
     (license license:gpl3+)))

base-commit: c348b1be3891e6eb47bbdd9fc1587aba2b6ab0b7
-- 
2.39.2





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

* bug#63978: [PATCH] gnu: mympd: Update to 10.3.3.
  2023-06-09 15:04 [bug#63978] [PATCH] gnu: mympd: Update to 10.3.3 Bruno Victal
@ 2023-07-01 21:23 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-07-01 21:23 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 63978-done

Hi,

Bruno Victal <mirai@makinata.eu> skribis:

> * gnu/packages/mpd.scm (mympd): Update to 10.3.3.
> <arguments>: Honor 'strip phase.
> <native-inputs>: Add missing pkg-config.
> <description>: Reword it.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2023-07-01 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 15:04 [bug#63978] [PATCH] gnu: mympd: Update to 10.3.3 Bruno Victal
2023-07-01 21:23 ` bug#63978: " Ludovic Courtès

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.