# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SMIL is the file format kino uses to save projects. Here are a collection of command line tools for SMIL manipulation." HOMEPAGE="http://users.pandora.be/acp/kino/smilutils.html" SRC_URI="http://users.pandora.be/acp/kino/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-video/kino-0.6 quicktime? ( media-libs/libquicktime )" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-legacy.patch } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die dodoc README }