# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/frei0r-plugins/frei0r-plugins-1.1.22-r1.ebuild,v 1.6 2010/11/26 16:29:51 jer Exp $ EAPI="2" inherit base eutils autotools multilib DESCRIPTION="A minimalistic plugin API for video effects" HOMEPAGE="http://www.piksel.org/frei0r/" SRC_URI="http://www.piksel.no/frei0r/releases/frei0r-plugins-1.2.1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="doc facedetect scale0tilt" DEPEND="facedetect? ( media-libs/opencv ) scale0tilt? ( media-libs/gavl )" RDEPEND="${DEPEND}" src_configure() { econf --libdir=/usr/$(get_libdir) } src_install() { base_src_install dodoc AUTHORS README use doc && dohtml -r doc/html }