# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit meson if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/exaile/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/exaile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~arm" fi DESCRIPTION="Audio timeline visualization" HOMEPAGE="https://github.com/exaile/moodbar" LICENSE="GPL3" SLOT="0" DEPEND="media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-base:1.0 virtual/pkgconfig" RDEPEND="${DEPEND} media-plugins/gst-plugins-meta:1.0" pkg_postinst() { einfo "Make sure to enable audio file support on media-plugins/gst-plugins-meta" }