# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils toolchain-funcs DESCRIPTION="Extra plugins for kino" HOMEPAGE="http://www.kinodv.org/article/view/35/1/11/" SRC_URI="http://users.pandora.be/acp/kinoplus/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc" IUSE="quicktime dvdr ffmpeg" DEPEND="x11-libs/gtk+ >=gnome-base/libgnomeui-2 >=media-video/kino-0.7.6" RESTRICT="primaryuri" src_compile() { econf \ --disable-dependency-tracking \ --disable-debug || die "configure failed" emake || die "make failed" } src_install() { make DESTDIR=${D} install || die "make install failed" }