# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools MY_P=${PN}-src-${PV} DESCRIPTION="GTK+ UVC Viewer" HOMEPAGE="http://guvcview.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gsl pulseaudio" RDEPEND=">=dev-libs/glib-2.10 media-libs/libpng:0= media-libs/libsdl2 media-libs/libv4l >=media-libs/portaudio-19_pre virtual/ffmpeg virtual/libusb:1 virtual/udev >=x11-libs/gtk+-3.6:3 pulseaudio? ( >=media-sound/pulseaudio-0.9.15 ) gsl? ( >=sci-libs/gsl-1.15 ) !