From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/
Date: Thu, 26 Jun 2025 16:56:44 +0000 (UTC)	[thread overview]
Message-ID: <1750956742.d5cedb2ffee89ef1c41d6e1fffb7ce78814c9238.sam@gentoo> (raw)
commit:     d5cedb2ffee89ef1c41d6e1fffb7ce78814c9238
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 16:52:22 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 16:52:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cedb2f
media-libs/libmpdclient: add 2.23
Bug: https://bugs.gentoo.org/959103
Signed-off-by: Sam James <sam <AT> gentoo.org>
 media-libs/libmpdclient/Manifest                 |  1 +
 media-libs/libmpdclient/libmpdclient-2.23.ebuild | 41 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
diff --git a/media-libs/libmpdclient/Manifest b/media-libs/libmpdclient/Manifest
index 7a89737b4611..ce07b2c84a2f 100644
--- a/media-libs/libmpdclient/Manifest
+++ b/media-libs/libmpdclient/Manifest
@@ -1 +1,2 @@
 DIST libmpdclient-2.22.tar.xz 68276 BLAKE2B 2ff692baaeb8160ce757e754ae08db57aca803628989e4dc3616f88eb02ebf1823d269d5a17afaa32bf32c7a384da0342db1ef083199f85ea7e0687cae0e8455 SHA512 6dcf2f822cbe3a3bea145fff7edb9185951f83e39ee9794a6e420af1f9680e04bbf67b62458560c13b626201024c0bb59e330dfa91bec0fcd527da8de5127022
+DIST libmpdclient-2.23.tar.xz 71180 BLAKE2B bd58d6616cd8fa0d58d58a8f464ac9d27c5151f7ca6db2574effddfe8e389dc110a7049a018e54c4c1ae06300f7906f96d33ee643afcb4f1b32e2e89ad78c515 SHA512 58367cb3e843af60f42baf12ccd6ca06f03390d88236de81130eb27c899611894fcc298afa113b248215003354b406af021e57757f4779966689617865ecc790
diff --git a/media-libs/libmpdclient/libmpdclient-2.23.ebuild b/media-libs/libmpdclient/libmpdclient-2.23.ebuild
new file mode 100644
index 000000000000..53604fa7a292
--- /dev/null
+++ b/media-libs/libmpdclient/libmpdclient-2.23.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Library for interfacing Music Player Daemon (media-sound/mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/libmpdclient"
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-text/doxygen )"
+DEPEND="test? ( dev-libs/check )"
+
+src_prepare() {
+	default
+
+	# meson doesn't support setting docdir
+	sed -e "/^docdir =/s/meson.project_name()/'${PF}'/" \
+		-e "/^install_data(/s/'COPYING', //" \
+		-i meson.build || die
+}
+
+src_configure() {
+	local emesonargs=(
+		-Ddocumentation=$(usex doc true false)
+		-Dtest=$(usex test true false)
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	use examples && dodoc src/example.c
+}
next             reply	other threads:[~2025-06-26 16:56 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-26 16:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 11:07 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/ Miroslav Šulc
2024-02-28  2:32 Ionen Wolkens
2024-02-12 16:27 Sam James
2024-02-12 10:22 Sam James
2024-02-12 10:12 Sam James
2024-02-12 10:12 Sam James
2023-12-23  9:41 Miroslav Šulc
2023-12-21  9:29 Miroslav Šulc
2022-08-03 10:35 Arthur Zamarin
2022-02-15  5:13 Matt Turner
2021-12-25 18:09 Miroslav Šulc
2021-12-25 18:01 Arthur Zamarin
2021-12-25 10:25 Sam James
2021-12-25 10:25 Sam James
2021-12-25  9:51 Jakov Smolić
2021-12-25  9:51 Jakov Smolić
2021-11-24  8:14 Miroslav Šulc
2021-09-02 10:04 Yixun Lan
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 12:11 Agostino Sarubbo
2020-10-12  6:59 Agostino Sarubbo
2020-10-12  6:58 Agostino Sarubbo
2020-10-11 15:39 Sam James
2020-08-22 16:06 Andreas Sturmlechner
2019-05-13 21:00 Pacho Ramos
2019-05-13  0:38 Thomas Deutschmann
2019-05-06 18:04 Tobias Klausmann
2019-04-08 18:55 Mikle Kolyada
2019-04-08  1:18 Aaron Bauman
2018-10-13  8:19 Mikle Kolyada
2018-09-20  7:53 Mikle Kolyada
2018-09-20  7:53 Mikle Kolyada
2018-09-16 12:08 Sergei Trofimovich
2018-09-16 12:08 Sergei Trofimovich
2018-09-16 12:08 Sergei Trofimovich
2018-09-14 10:18 Tobias Klausmann
2018-09-03 12:31 Mikle Kolyada
2018-09-01 23:26 Sergei Trofimovich
2018-09-01 23:22 Sergei Trofimovich
2018-09-01 17:55 Thomas Deutschmann
2018-08-30  9:05 Mikle Kolyada
2018-08-30  8:32 Mikle Kolyada
2018-08-30  8:30 Mikle Kolyada
2017-08-24 22:28 Tim Harder
2017-04-26  5:40 Tim Harder
2015-10-17 10:55 Markus Meier
2015-09-27  5:25 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 10:36 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1750956742.d5cedb2ffee89ef1c41d6e1fffb7ce78814c9238.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox