# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="no" inherit autotools epatch gnome2 DESCRIPTION="A simple media player written using GStreamer and Clutter" HOMEPAGE="https://wiki.gnome.org/Apps/Snappy" KEYWORDS="amd64 x86" LICENSE="GPL-2 LGPL-2" SLOT="0" IUSE="" RDEPEND=" >=dev-libs/glib-2.32:2 >=media-libs/clutter-1.20.0:1.0 media-libs/clutter-gst:3.0 >=media-libs/clutter-gtk-1.6.0:1.0 >=x11-libs/gtk+-3.5.0:3 x11-libs/libXtst >=media-libs/gstreamer-1.4.0:1.0 >=media-libs/gst-plugins-base-1.4.0:1.0 media-plugins/gst-plugins-meta:1.0 !!