# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Frontend to mencoder for Gnome environment" SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/gmencoder/${P}.tgz" HOMEPAGE="http://gmencoder.sourceforge.net/" SLOT="0" LICENSE="GPL" KEYWORDS="x86" IUSE="X gnome" DEPEND=">=media-video/mplayer-0.90_rc5" src_compile() { econf || die emake || die } src_install() { einstall || die }