commit: da63af57d0afd9ea984d12382c749bd0e5e1e51d Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> AuthorDate: Sat Mar 7 21:27:03 2026 +0000 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 21:27:03 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da63af57
media-sound/upmpdcli: add 1.9.14 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org> media-sound/upmpdcli/Manifest | 1 + media-sound/upmpdcli/upmpdcli-1.9.14.ebuild | 37 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest index 9bc69f11327e..e6c6d128887f 100644 --- a/media-sound/upmpdcli/Manifest +++ b/media-sound/upmpdcli/Manifest @@ -1 +1,2 @@ DIST upmpdcli-1.9.12.tar.gz 898498 BLAKE2B a8801ce8a3ea56419d1ff96917a5cd4414fc04278078e35c55bde0377da25b499f4839448e89fb6a1d45912447847e71be6622edd79ac2cd698192bcd6a4ea13 SHA512 e2e34b3f5829ab2131d1cf6fe1f539e777325c8f695192cd2f57c07b93c9cb7aeff9915a2e1c60ba02d9cb7a69d046df86204a71aade6f70f8537e14e27c23ce +DIST upmpdcli-1.9.14.tar.gz 941495 BLAKE2B 826fc505f1291f07e8501f80258fe7c1ffe19b6b80e68198e58e4261b0c22817ed535504f065ea74b8952cd3e6c140c9ce1bc7d4441e3d7dbf79675c7cb4ff52 SHA512 1390396e6dfcfb58055c98c6fe12cc280fc93956e5ba714437b9f142fac16ccd348e51d82332a84ccac425de20e177617f7d01c2b34902a6b496d6300aadba5d diff --git a/media-sound/upmpdcli/upmpdcli-1.9.14.ebuild b/media-sound/upmpdcli/upmpdcli-1.9.14.ebuild new file mode 100644 index 000000000000..7667f16fd806 --- /dev/null +++ b/media-sound/upmpdcli/upmpdcli-1.9.14.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2026 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 +" +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 +}
