summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-12-11 10:44:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-12-11 10:44:23 +0000
commitfe79c0f5b01d3642e8807da48640e00d59b7366a (patch)
tree0a5d0e619c2313062f95df9db5cb1a65697e74d5 /media-video/ffmpeg2theora
parentold (diff)
downloadgentoo-2-fe79c0f5b01d3642e8807da48640e00d59b7366a.tar.gz
gentoo-2-fe79c0f5b01d3642e8807da48640e00d59b7366a.tar.bz2
gentoo-2-fe79c0f5b01d3642e8807da48640e00d59b7366a.zip
old
(Portage version: 2.1.6/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'media-video/ffmpeg2theora')
-rw-r--r--media-video/ffmpeg2theora/Manifest2
-rw-r--r--media-video/ffmpeg2theora/ffmpeg2theora-0.21.ebuild44
2 files changed, 0 insertions, 46 deletions
diff --git a/media-video/ffmpeg2theora/Manifest b/media-video/ffmpeg2theora/Manifest
index f066b965f519..41327e8155a5 100644
--- a/media-video/ffmpeg2theora/Manifest
+++ b/media-video/ffmpeg2theora/Manifest
@@ -1,6 +1,4 @@
-DIST ffmpeg2theora-0.21.tar.bz2 246321 RMD160 49375215906a723391a39e0e49b5749b7958b603 SHA1 40df83f3d491256542e85ce02bbf1e82d62d7b33 SHA256 1b99ad9ce35af60db308a6d2f431a9502ed66a391808c1b36511c40e54983773
DIST ffmpeg2theora-0.22.tar.bz2 60246 RMD160 e2274cd0518f357378a615754706c488d24cad05 SHA1 09b2c1867e390a944364c457c8a379abde44ca67 SHA256 3c29743247fa4480eea02d0c4f4053ab788f515808413f7ccb7cbeadccc0a9da
-EBUILD ffmpeg2theora-0.21.ebuild 1407 RMD160 982ea29deb439908659a14c57d41cd91fe08670a SHA1 85ab93ab3dff7d15268b5ebcfd286e22787d6cd6 SHA256 6ccd127843b5b5e92ee53c2c9c98b13fe6658cb7692ca6de2ab5bceb1f86c99c
EBUILD ffmpeg2theora-0.22.ebuild 1465 RMD160 88dc6194b3c0505e359c937bd952f8d7ae87a94e SHA1 e365589af0d0870ad3a0e5e0f196be314c67e166 SHA256 e6ef441263ac9d41c2936926e7b40c2617840eb456ec88f1cb1ca178f93f3273
MISC ChangeLog 4647 RMD160 687928113230b7e2d2088e5f53c01c81ac0524fb SHA1 75122a7889b098d3d69f3eab0107b8e204441099 SHA256 1e40ebacda9718474ca7f0d9d1d914cf78521342af141c9f30739c93608c6da0
MISC metadata.xml 223 RMD160 86b42c49b694db39ddb3fdc60b98a3ad1a0c3392 SHA1 ea8c387229caaf4b0d3c9fbef9143b70dcae0b0d SHA256 dd48e823ec9a151bc3611121402ed26ee24eb3304aa62870b1e875a8fa0ac812
diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.21.ebuild b/media-video/ffmpeg2theora/ffmpeg2theora-0.21.ebuild
deleted file mode 100644
index 9ee6721dc636..000000000000
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.21.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg2theora/ffmpeg2theora-0.21.ebuild,v 1.3 2008/10/14 16:34:14 aballier Exp $
-
-inherit eutils
-
-DESCRIPTION="A simple converter to create Ogg Theora files."
-HOMEPAGE="http://www.v2v.cc/~j/ffmpeg2theora/index.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-# fails because of circular redirection:
-# 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.4.9_p20070616-r20
- >=media-libs/libvorbis-1.1
- >=media-libs/libogg-1.1
- >=media-libs/libtheora-1.0_beta1"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- local fail="Re-emerge media-libs/libtheora with USE encode."
-
- if ! built_with_use media-libs/libtheora encode; then
- eerror "${fail}"
- die "${fail}"
- fi
- if ! built_with_use --missing true media-video/ffmpeg vhook; then
- eerror "${PN} requires ffmpeg to be built with the vhook useflag."
- die "Please reinstall media-video/ffmpeg with the vhook useflag enabled"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog README TODO
-# newdoc kino_export/README README.kino_export
-# exeinto /usr/share/kino/scripts/exports
-# doexe kino_export/ffmpeg2theora.sh
-}