# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 KEYWORDS="~amd64 ~arm ~x86" SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${PN}-${PV/_/-}.tar.xz" inherit autotools-utils DESCRIPTION="EFL Video Player" HOMEPAGE="https://enlightenment.org" IUSE="" LICENSE="BSD-2" SLOT="0" EFL_VERSION=1.13.0 RDEPEND=">=dev-libs/efl-${EFL_VERSION} >=media-libs/elementary-${EFL_VERSION}" DEPEND="${RDEPEND}" DOCS=( AUTHORS README TODO )