From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D471158074 for ; Thu, 26 Jun 2025 16:56:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 26C0F340E06 for ; Thu, 26 Jun 2025 16:56:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 180AD110278; Thu, 26 Jun 2025 16:56:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0F25B110278 for ; Thu, 26 Jun 2025 16:56:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3D20340C40 for ; Thu, 26 Jun 2025 16:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D8572A9B for ; Thu, 26 Jun 2025 16:56:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750956742.d5cedb2ffee89ef1c41d6e1fffb7ce78814c9238.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmpdclient/Manifest media-libs/libmpdclient/libmpdclient-2.23.ebuild X-VCS-Directories: media-libs/libmpdclient/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5cedb2ffee89ef1c41d6e1fffb7ce78814c9238 X-VCS-Branch: master Date: Thu, 26 Jun 2025 16:56:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 193ea5d6-6607-48de-9b5c-34a2aae092d8 X-Archives-Hash: f3c103a00c7048d979ef90989c6dab0b commit: d5cedb2ffee89ef1c41d6e1fffb7ce78814c9238 Author: Sam James gentoo org> AuthorDate: Thu Jun 26 16:52:22 2025 +0000 Commit: Sam James gentoo 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 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 +}