diff options
Diffstat (limited to 'media-video/ffmpeg2theora/ffmpeg2theora-0.13.ebuild')
-rw-r--r-- | media-video/ffmpeg2theora/ffmpeg2theora-0.13.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.13.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.13.ebuild new file mode 100644 index 000000000000..994a4a49014b --- /dev/null +++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg2theora/ffmpeg2theora-0.13.ebuild,v 1.1 2005/04/16 11:58:26 luckyduck Exp $ + +DESCRIPTION="A simple converter to create Ogg Theora files." +HOMEPAGE="http://www.v2v.cc/~j/ffmpeg2theora/" +SRC_URI="http://www.v2v.cc/~j/ffmpeg2theora/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND=">=media-video/ffmpeg-0.4.9_pre1 + >=media-libs/libvorbis-1.1 + >=media-libs/libogg-1.1 + >=media-libs/libtheora-1.0_alpha4" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO +} |