# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="BBC iPlayer downloading application" HOMEPAGE="http://www.infradead.org/get_iplayer/html/get_iplayer.html" SRC_URI="https://github.com/get-iplayer/get_iplayer/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="mp4" # the LWP module is within dev-perl/libwww-perl # dev-perl/HTTP-Cookies is not listed as a dep in the release notes but is unconditionally used RDEPEND="media-video/ffmpeg mp4? ( || ( media-video/atomicparsley media-video/atomicparsley-wez ) ) virtual/perl-JSON-PP dev-perl/libwww-perl dev-perl/LWP-Protocol-https dev-perl/Mojolicious dev-perl/XML-LibXML dev-perl/XML-Simple dev-perl/HTTP-Cookies " # removed dev-perl/HTML-Parser DEPEND="" src_install() { dobin ${PN} doman ${PN}.1 #insinto /usr/share/${PN}/plugins #doins plugins/* dodoc README.md dodoc CHANGELOG.md }