summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-15 17:43:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-15 17:43:35 +0000
commitc11def5ab8a9fe27c53fcd7361d07200c52de543 (patch)
tree971a2335e1a3e78a453783419e1124564a37f5b3 /media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild
parentMarked ~hppa too. (diff)
downloadgentoo-2-c11def5ab8a9fe27c53fcd7361d07200c52de543.tar.gz
gentoo-2-c11def5ab8a9fe27c53fcd7361d07200c52de543.tar.bz2
gentoo-2-c11def5ab8a9fe27c53fcd7361d07200c52de543.zip
remove old
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild')
-rw-r--r--media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild
deleted file mode 100644
index 78aa1dd6b2ad..000000000000
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg2theora/ffmpeg2theora-0.18.ebuild,v 1.3 2007/04/08 12:37:19 corsair Exp $
-
-inherit eutils
-
-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="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=media-video/ffmpeg-0.4.9_p20070129
- >=media-libs/libvorbis-1.1
- >=media-libs/libogg-1.1
- >=media-libs/libtheora-1.0_alpha6"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- if ! built_with_use media-libs/libtheora encode; then
- eerror "ffmpeg2theora needs libtheora compiled with encode in USE."
- die "libtheora built without encoding support."
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- docinto kino
- dodoc kino_export/{README,ffmpeg2theora.sh}
-}