Skip to Content.
Sympa Menu

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

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 (9c84d84d83b62ef424f062150752e07b4c54a57f)
  • Date: Thu, 19 Jan 2023 03:15:15 +0000

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

audio-players/mpd/DETAILS | 2 -
audio-players/mpd/HISTORY | 4 ++
audio-players/mpd/patches/mpd-0.23.11-boost-1.81.patch | 30
-----------------
3 files changed, 5 insertions(+), 31 deletions(-)

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

audio-players/mpd: version 0.23.12

diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 674ae84..395a35f 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=mpd
- VERSION=0.23.11
+ VERSION=0.23.12
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 1a973f7..d931268 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2023-01-18 Pavel Vinpgradov <public AT sourcemage.org>
+ * DETAILS: version 0.23.12
+ * patches/mpd-0.23.11-boost-1.81.patch: dropped, no longer needed
+
2023-01-02 Pavel Vinpgradov <public AT sourcemage.org>
* patches/mpd-0.23.11-boost-1.81.patch: added to build with boost 1.81

diff --git a/audio-players/mpd/patches/mpd-0.23.11-boost-1.81.patch
b/audio-players/mpd/patches/mpd-0.23.11-boost-1.81.patch
deleted file mode 100644
index cb40b14..0000000
--- a/audio-players/mpd/patches/mpd-0.23.11-boost-1.81.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://bugs.gentoo.org/886521
-https://github.com/MusicPlayerDaemon/MPD/issues/1693
-https://github.com/MusicPlayerDaemon/MPD/commit/e4b055eb6d08c5c8f8d85828ce4005d410e462cb
-
-From e4b055eb6d08c5c8f8d85828ce4005d410e462cb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
- <congdanhqx AT gmail.com>
-Date: Thu, 1 Dec 2022 08:29:23 +0700
-Subject: [PATCH] v0.23.x: RemoteTagCache: add missing include
-
-Fix build with Boost 1.81.0. `<array>` was included by one of those boost
headers,
-however, it's no longer included as of Boost 1.81.0.
-
-`master` doesn't use `std::array` in this file.
-
-While we're at it, add all necessary inclusion files.
---- a/src/RemoteTagCache.hxx
-+++ b/src/RemoteTagCache.hxx
-@@ -28,7 +28,11 @@
- #include <boost/intrusive/list.hpp>
- #include <boost/intrusive/unordered_set.hpp>
-
-+#include <array>
-+#include <functional>
-+#include <memory>
- #include <string>
-+#include <utility>
-
- class RemoteTagCacheHandler;
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9c84d84d83b62ef424f062150752e07b4c54a57f), Pavel Vinogradov, 01/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page