media-sound/upmpdcli: Version bump to 1.2.16
authorErik Mackdanz <stasibear@gentoo.org>
Sun, 15 Apr 2018 02:51:11 +0000 (21:51 -0500)
committerErik Mackdanz <stasibear@gentoo.org>
Sun, 15 Apr 2018 02:51:11 +0000 (21:51 -0500)
Package-Manager: Portage-2.3.28, Repoman-2.3.7

media-sound/upmpdcli/Manifest
media-sound/upmpdcli/upmpdcli-1.2.16.ebuild [new file with mode: 0644]

index a5246d45e10562a540e48ade5f015419bcf23c48..b8f5cd5f4da719fdaeab46d77635424bd71d6810 100644 (file)
@@ -1 +1,2 @@
 DIST upmpdcli-1.2.15.tar.gz 401551 BLAKE2B 0ec3fd67d67fd039f5b0ac385ad12a78e3c48b0d2530690eb9aaff66bbdbf7ae7229d64cfe753d9e70e75070ee5bc4d0849d11909813f06377981974733134ee SHA512 4a62aced9fa2395752164332c84bf3dedd7b793e7e37638cfe063e887d52b9ce956c866de2aa1cddb7a4dcad97562050f9588aedd59e49e7d427671179f9258a
+DIST upmpdcli-1.2.16.tar.gz 429958 BLAKE2B d484e98ca7774e6d55e42937152efda9bc2127afd6a222575055c48cd7cf5d61f6b578d80a3eca75d7299570cc9d3acc78b1e0c461f4a064528fdb9cb62eee22 SHA512 1fd5b1939f7140f2e54401967308dd155e0f72406188b82e8ccc9178f5feeb0d37cfcd28dd220dd5437d06f49955cc83d70f0bb7c3659452ccb2e73f8846a226
diff --git a/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild b/media-sound/upmpdcli/upmpdcli-1.2.16.ebuild
new file mode 100644 (file)
index 0000000..d62b00c
--- /dev/null
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html"
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="thirdparty"
+
+DEPEND="
+       dev-libs/jsoncpp
+       media-libs/libmpdclient
+       net-libs/libmicrohttpd
+       net-libs/libupnpp
+"
+RDEPEND="
+       ${DEPEND}
+       thirdparty? ( dev-python/requests )
+       media-sound/mpd
+"
+
+pkg_setup() {
+       enewuser "${PN}"
+       enewgroup "${PN}"
+}
+
+src_install() {
+       default
+       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+       newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+}
+
+pkg_postinst() {
+       einfo
+       einfo "Consider installing media-sound/sc2mpd.  If upmpdcli"
+       einfo "detects sc2mpd at run-time, capabilities are added"
+       einfo "including internet radio support.  See upstream docs"
+       einfo "for more information."
+}