media-sound/upmpdcli: drop 1.9.8

Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
Erik Mackdanz
2026-01-07 20:30:32 -06:00
parent 6dceae569c
commit a5a08753e3
2 changed files with 0 additions and 38 deletions

View File

@@ -1,3 +1,2 @@
DIST upmpdcli-1.9.10.tar.gz 897508 BLAKE2B 8d90cb7266eae329310feaf47d6a115c5d8dc7fcda78d2094ac5e78ea4fc35c2d32753b6ca7a9b5edceec1ada62963b2431c6ed9da49b23a810c6999778a45b2 SHA512 610c0a7fd900bbfea7b126873e01032a233cfc0dfbec66bc6efc33b7be01500228b32e4c18ec1ca4cadeb90a0b56a50732e38f1dde02baeba64b1bd93abf39a4
DIST upmpdcli-1.9.6.tar.gz 860185 BLAKE2B cf8b2590db183b14a0e3503bc40bf6304b603f4e1a55de9a9760bb9f5f33896eeaab661bb13a9cb0f95ac12f92aff771a5c22fd463a15e4ebfb6f7e68c57cc90 SHA512 48b8de75684847cf83d1ec240f3a4050c7923520e840040b69a35bb66c71cc25a95cb21e62442c4631caafcb3997078527f922f55d2fda9c98f8d5181698329d
DIST upmpdcli-1.9.8.tar.gz 895673 BLAKE2B 8492c4be642a21863c6eacfef68686cfd58e2d73ab430579baab73593ee566f3489aa8a9dfd47ebf79cf8dad35a2a85ae092774a28b0720bb9bfc558a0dbe1e5 SHA512 d016f58c5a3df6ea6217257be5585bf52461d1a0f939c00cb101690627515b37829b3029818a5908a7511fea388de796f486b0b34940b48dc3fdcab27140d01c

View File

@@ -1,37 +0,0 @@
# 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
}