Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (efcdc0da2a97e4a495456b12bf1d1fc7555866d5)
  • Date: Fri, 5 Nov 2021 01:06:59 +0000

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

audio-players/mpd/DEPENDS | 6 ++++++
audio-players/mpd/DETAILS | 2 +-
audio-players/mpd/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit efcdc0da2a97e4a495456b12bf1d1fc7555866d5
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

audio-players/mpd: version 0.23.3

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 31cea0b..c61882c 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -1,5 +1,6 @@
depends -sub CXX gcc &&
depends boost &&
+depends fmt &&
depends meson &&
# TODO: missing libraries in grimoire:
# - libgme (gme=enabled) for Blargg's game music emulator plugin
@@ -95,6 +96,11 @@ optional_depends JACKRIVER \
"jack=disabled" \
"for JACK output support" &&

+optional_depends pipewire \
+ "pipewire=enabled" \
+ "pipewire=disabled" \
+ "for Pipewire output support" &&
+
optional_depends pulseaudio \
"pulse=enabled" \
"pulse=disabled" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 114dc11..3689d4b 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=mpd
- VERSION=0.22.10
+ VERSION=0.23.3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=http://www.musicpd.org/download/${SPELL}/${VERSION:0:4}/${SOURCE}
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index f525adc..7fe8984 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2021-11-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.23.3
+ * DEPENDS: depends on fmt plus optionally depends on pipewire
+
2021-08-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.22.10
* DEPENDS: removed tcp_wrappers



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (efcdc0da2a97e4a495456b12bf1d1fc7555866d5), Pavel Vinogradov, 11/04/2021

Archive powered by MHonArc 2.6.24.

Top of Page