Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (c865e57aee0d627769b52c8311aa3fe6c08678fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (c865e57aee0d627769b52c8311aa3fe6c08678fb)
  • Date: Mon, 2 Jun 2025 02:41:05 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

audio-players/mpd/DEPENDS | 7 ++++++-
audio-players/mpd/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit c865e57aee0d627769b52c8311aa3fe6c08678fb
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-players/mpd: added optional nlohmann_json dependency

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index c981a5e..4dc2f7a 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -264,4 +264,9 @@ if is_depends_enabled $SPELL python-sphinx; then
depends python-sphinxcontrib-serializinghtml &&
depends python-sphinxcontrib-htmlhelp &&
depends python-sphinxcontrib-jsmath
-fi
+fi &&
+
+optional_depends nlohmann_json \
+ "nlohmann_json=enabled" \
+ "nlohmann_json=disabled" \
+ "for JSON support"
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 0b9b9a3..8cb3438 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2025-06-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DDPENDS: added optional nlohmann_json
+
2025-05-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.24.4



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (c865e57aee0d627769b52c8311aa3fe6c08678fb), Pavel Vinogradov, 06/01/2025

Archive powered by MHonArc 2.6.24.

Top of Page