Skip to Content.
Sympa Menu

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

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 (02c9d3e2ced7cf365f479ae78d23101a008a178d)
  • Date: Mon, 16 Aug 2021 00:20:22 +0000

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

audio-players/mpd/DEPENDS | 5 -----
audio-players/mpd/DETAILS | 2 +-
audio-players/mpd/HISTORY | 4 ++++
audio-players/ncmpcpp/DEPENDS | 2 +-
audio-players/ncmpcpp/HISTORY | 3 +++
5 files changed, 9 insertions(+), 7 deletions(-)

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

audio-players/ncmpcpp: added date_time and regex in boost subdependencies
list

commit f93c448e1d0abbac241f5b3e933d4d6d721d07d8
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

audio-players/mpd: version 0.22.10

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 8c952b8..31cea0b 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -239,11 +239,6 @@ optional_depends systemd \
"systemd=disabled" \
"to use the systemd daemon library" &&

-optional_depends tcp_wrappers \
- "libwrap=enabled" \
- "libwrap=disabled" \
- "to use libwrap" &&
-
optional_depends udisks2 \
"udisks=enabled" \
"udisks=disabled" \
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 5ae8354..114dc11 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=mpd
- VERSION=0.22.9
+ VERSION=0.22.10
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 287e9ea..f525adc 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2021-08-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.22.10
+ * DEPENDS: removed tcp_wrappers
+
2021-07-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.22.9
* BUILD: corrected documentation flag
diff --git a/audio-players/ncmpcpp/DEPENDS b/audio-players/ncmpcpp/DEPENDS
index 05bf47c..861db76 100755
--- a/audio-players/ncmpcpp/DEPENDS
+++ b/audio-players/ncmpcpp/DEPENDS
@@ -3,7 +3,7 @@ depends ncurses &&
depends readline &&
depends libmpdclient &&
depends -sub CXX gcc &&
-depends -sub "SYSTEM FILESYSTEM LOCALE PROGRAM_OPTIONS THREAD" boost &&
+depends -sub "DATE_TIME REGEX SYSTEM FILESYSTEM LOCALE PROGRAM_OPTIONS
THREAD" boost &&

optional_depends curl \
"--with-curl" \
diff --git a/audio-players/ncmpcpp/HISTORY b/audio-players/ncmpcpp/HISTORY
index a66406a..ba2f360 100644
--- a/audio-players/ncmpcpp/HISTORY
+++ b/audio-players/ncmpcpp/HISTORY
@@ -1,3 +1,6 @@
+2021-08-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: needs date_time and regex in boost
+
2021-06-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.9.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02c9d3e2ced7cf365f479ae78d23101a008a178d), Pavel Vinogradov, 08/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page