# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Revel is a library designed to be the shortest, simplest path between your application and high-quality well-compressed video output." HOMEPAGE="http://revel.sourceforge.net/" SRC_URI="http://ufpr.dl.sourceforge.net/sourceforge/revel/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=media-libs/xvid-1.1.3" DEPEND="${RDEPEND}" src_compile() { econf --with-posix-regex || die "econf failed" emake || die "emake failed" } src_install( ) { emake DESTDIR="${D}" install || die dodoc README Changelog AUTHORS TODO NEWS THANKS }