media-sound/mpd-ynca - 0.3.0 (gentoo)

Search

Package Information

Description:
MPD client to control Yamaha AV receivers with YNCA (network control) support
Homepage:
https://github.com/chewi/mpd-ynca
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="MPD client to control Yamaha AV receivers with YNCA (network control) support"
HOMEPAGE="https://github.com/chewi/mpd-ynca"
SRC_URI="https://github.com/chewi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"

RDEPEND="
	acct-user/mpd
	>=dev-libs/boost-1.87:=
	media-libs/libmpdclient
"

DEPEND="
	${RDEPEND}
"

BDEPEND="
	virtual/pkgconfig
"

src_install() {
	meson_src_install
	newinitd "${FILESDIR}"/${PN}.initd ${PN}
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
}

Dependencies

DEPEND

	
	acct-user/mpd
	>=dev-libs/boost-1.87:=
	media-libs/libmpdclient

RDEPEND

	acct-user/mpd
	>=dev-libs/boost-1.87:=
	media-libs/libmpdclient

BDEPEND

	virtual/pkgconfig

Manifest for 0.3.0

Type File Size Source URLs
DIST mpd-ynca-0.3.0.tar.gz 12559 bytes https://github.com/chewi/mpd-ynca/archive/refs/tags/v0.3.0.tar.gz