GNU bug report logs -
#63978
[PATCH] gnu: mympd: Update to 10.3.3.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Fri, 9 Jun 2023 15:05:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 63978 in the body.
You can then email your comments to 63978 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#63978
; Package
guix-patches
.
(Fri, 09 Jun 2023 15:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bruno Victal <mirai <at> makinata.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 09 Jun 2023 15:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 01 Jul 2023 21:24:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Bruno Victal <mirai <at> makinata.eu>
:
bug acknowledged by developer.
(Sat, 01 Jul 2023 21:24:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 63978-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Bruno Victal <mirai <at> 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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Jul 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.