# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg2theora/ffmpeg2theora-0.24.ebuild,v 1.2 2009/09/07 09:06:29 hanno Exp $ EAPI="2" inherit eutils DESCRIPTION="A simple converter to create Ogg Theora files." HOMEPAGE="http://www.v2v.cc/~j/ffmpeg2theora/index.html" SRC_URI="http://www.v2v.cc/~j/ffmpeg2theora/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=" || ( =media-video/ffmpeg-0.5_p19787 ) >=media-libs/libvorbis-1.1 >=media-libs/libogg-1.1 >=media-libs/libtheora-1.0_beta1[encode] media-libs/libkate" DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/scons-1.0.0" src_compile() { scons APPEND_CFLAGS="${CFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}" || die "scons failed" } src_install() { scons destdir="${D}" prefix=/usr mandir=PREFIX/share/man install || die "install failed" dodoc AUTHORS ChangeLog README TODO || die }