mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-sound/upmpdcli: add 1.8.10
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST upmpdcli-1.8.10.tar.gz 620252 BLAKE2B d79a84cfd8c779f05a05034d1fa3bfde50f713ec9eb800d4a4206087ba1dbc64ccec7b53e67c139af548425e6d3e85bb2a72ddb6fa933ebd47ab794d76ea81af SHA512 4f8b430a293d62ca82f8bb88bfe57c13694b1972d16402a492700b0ddf8a3689987d2e0a2b4acc7f982c18c6419e22657057e4037d338ddc1392002fa025b672
|
||||
DIST upmpdcli-1.8.9.tar.gz 658086 BLAKE2B 61aa8752f7c2611fd27be5c8114630f9be00f84d27ad2ccbb32320cf7ba00c0dc5a983222de50f9bc361c6a695634c0c0d6896d355bc90bb26637f35bc4432be SHA512 f7fc474d91076acfe1d1482db6ea3e9a4a15612cfdef854e11721673f5822f1d2adf1b353b39bdbfbb6cbf869f4b6e8b6995c78e11555cd03c44140f4104b087
|
||||
|
||||
37
media-sound/upmpdcli/upmpdcli-1.8.10.ebuild
Normal file
37
media-sound/upmpdcli/upmpdcli-1.8.10.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2024 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