mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-sound/upmpdcli: drop 1.9.0
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST upmpdcli-1.9.0.tar.gz 706042 BLAKE2B 181add57f99ed137545b2dc68daa5841b8a207b48883fea15bdcb40bc1e5439aefe7d1cbdfa11abbf1a775c1d2255a21b0d7844f6f171fe53c4f23b33d0c762e SHA512 810750f9ff727685be5f49279c6b92d9369a9a52a66e581c544b11d14a3ebe66b2ad0a7762cbdaea7c2a9e5a4cb1029a03cc6cf9a93945157e75950c265bfebb
|
||||
DIST upmpdcli-1.9.1.tar.gz 819958 BLAKE2B bf057e4cecd9784a97f6ce29ff801f26fd87c92c6749ff63991b3885982a3db084d46d72b7ea1687844fe9be8b81369fbd465f1ce1eef60ac4559eebf0f0f4c5 SHA512 6da6de3520795d2dd2bbbacce9edf820132268fbf2fd6e99a5dd9b9f525084a4d0c593bd40200595e81ff01bb65784f1bc9d0552d0d97145f3197f41f847dae7
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user