# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ PHP_EXT_NAME="ffmpeg" PHP_EXT_ZENDEXT="no" inherit php-ext DESCRIPTION="ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files" HOMEPAGE="http://ffmpeg-php.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2" LICENSE="GPL" KEYWORDS="~x86" IUSE="" DEPEND=">=ffmpeg-0.4.9_pre1 >=php-4.3.0 >=gd-2.0" RDEPEND="${RDEPEND}"