commit:     1bf66be80578a0cc24fcac8e0cb597488560488d
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 02:01:07 2025 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Thu May  8 02:01:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf66be8

media-sound/upmpdcli: add 1.9.4

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 media-sound/upmpdcli/Manifest              |  1 +
 media-sound/upmpdcli/upmpdcli-1.9.4.ebuild | 37 ++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 296e07d4df7b..46119d3c3d9f 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.9.3.tar.gz 826341 BLAKE2B 
13a5c15d60fb559ee110eb58f858cc7af9c1bb779a87b8dbc05b8872fe0a986a27dbe42a8ff697c6e61c85058c9194765af4e5aa54e866338762000f4acef7ba
 SHA512 
1b1cc111df9a3456f83fd5472e90b8da17228859e26a67b707ecbcf33996f2234f19caddb533c01eecc2949cc2fdce922c066ebe6b0a4bd778faae03fd3e4cda
+DIST upmpdcli-1.9.4.tar.gz 853696 BLAKE2B 
aaec11e317bbe38276d83bd2b28a0a884f472c21933cd301040a005b8fc7de7fd74edb9901b12bb9cfdf6bff71a648b2e59737b5ffad61f77fc83a2261b2bd8d
 SHA512 
8254835e198a00119ec9cde054142d83cb5c63a91cd9bdfdd35d8ccd656955475f90be617791354d35d0891b5c078448d0337cba0c29164bcde72d0844497101

diff --git a/media-sound/upmpdcli/upmpdcli-1.9.4.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.9.4.ebuild
new file mode 100644
index 000000000000..c5dc01e66c95
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.9.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html";
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+       net-misc/curl
+       dev-libs/jsoncpp
+       media-libs/libmpdclient
+       net-libs/libmicrohttpd:=
+       >net-libs/libupnpp-0.26.4
+"
+RDEPEND="
+       ${DEPEND}
+       acct-group/upmpdcli
+       acct-user/upmpdcli
+       app-misc/recoll
+       thirdparty? ( dev-python/requests )
+"
+
+src_install() {
+       meson_src_install
+       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+       newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+       systemd_dounit systemd/upmpdcli.service
+}

Reply via email to