# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A library for creating non-linear video editors" HOMEPAGE="http://gnolin.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/gstreamer-0.10.0" src_install() { make install DESTDIR="${D}" || die "make install failed" dodoc AUTHORS ChangeLog NEWS README RELEASE }