# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Macromedia Flash decoding library" HOMEPAGE="http://swfdec.freedesktop.org" SRC_URI="http://swfdec.freedesktop.org/download/${PN}/0.4/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="alsa seamonkey firefox" RDEPEND="media-libs/swfdec alsa? ( >=media-libs/alsa-lib-1.0.12 ) >=x11-libs/cairo-1.2 >=dev-libs/glib-2 x11-libs/pango seamonkey? ( www-client/seamonkey ) firefox? ( www-client/mozilla-firefox )" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { emake install DESTDIR=${D} || die "emake install failed" dodoc AUTHORS COPYING ChangeLog INSTALL README }