# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI="2" MODULE_AUTHOR="RANDOMMAN" inherit perl-module DESCRIPTION="Perl interface to the ffmpeg libraries." LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-video/ffmpeg" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}/${PV}_FFmpeg.xs.diff" }