# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit cmake-utils eutils EAPI=2 MY_P=${P/plugins-/} DESCRIPTION="a minimalistic plugin API for video sources and filters" LICENSE="GPL-2" HOMEPAGE="http://www.piksel.org/frei0r" SRC_URI=" http://www.piksel.no/frei0r/releases/${P}.tar.gz" RESTRICT="nomirror" SLOT="0" KEYWORDS="x86 amd64" S="${WORKDIR}/${MY_P}" IUSE="gavl opencv" DEPEND="opencv? ( media-libs/opencv ) gavl? ( media-libs/gavl ) "