# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # TODO: # Add --enable-spotify when it works EAPI="8" inherit autotools DESCRIPTION="A DAAP (iTunes) media server" HOMEPAGE="https://github.com/ejurgensen/forked-daapd" SRC_URI="https://github.com/ejurgensen/forked-daapd/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm" IUSE="alsa itunes lastfm mpd webinterface" # Note: mpd support appears to be standalone, e.g. --enable-mpd doesn't # result in additional linkage. RDEPEND=" acct-user/daapd acct-group/daapd dev-db/sqlite:3 dev-libs/antlr-c:0 dev-libs/confuse dev-libs/libevent dev-libs/libgcrypt:0 dev-libs/libunistring