summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-30 20:27:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-30 20:27:36 +0000
commit9c74ab4269fb77ddb93b0213d59f51f7f2d5dd25 (patch)
tree6c2ebe7a0c6c361e37c9ed306c590b443101217a /media-video/flumotion
parentrefactor a bit (diff)
downloadgentoo-2-9c74ab4269fb77ddb93b0213d59f51f7f2d5dd25.tar.gz
gentoo-2-9c74ab4269fb77ddb93b0213d59f51f7f2d5dd25.tar.bz2
gentoo-2-9c74ab4269fb77ddb93b0213d59f51f7f2d5dd25.zip
Sort dependencies out
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-video/flumotion')
-rw-r--r--media-video/flumotion/flumotion-0.8.1.ebuild24
1 files changed, 22 insertions, 2 deletions
diff --git a/media-video/flumotion/flumotion-0.8.1.ebuild b/media-video/flumotion/flumotion-0.8.1.ebuild
index 7fb1090dc5e7..5c696d930c27 100644
--- a/media-video/flumotion/flumotion-0.8.1.ebuild
+++ b/media-video/flumotion/flumotion-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.3 2011/03/30 20:11:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.4 2011/03/30 20:27:36 ssuominen Exp $
EAPI=3
@@ -17,7 +17,27 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-RDEPEND="" # Where is this documented?
+# TODO:
+
+# These would be from 0.6.2's ebuild
+# media-plugins/gst-plugins-libpng:0.10
+# dev-python/twisted-web
+# dev-python/twisted-names
+# dev-python/imaging
+
+# These are from README
+RDEPEND="media-libs/gstreamer:0.10
+ media-libs/gst-plugins-base:0.10
+ media-libs/gst-plugins-good:0.10
+ dev-python/gst-python:0.10
+ dev-python/pycairo
+ =dev-python/pygtk-2*
+ dev-python/kiwi
+ dev-python/twisted
+ media-plugins/gst-plugins-ogg
+ media-plugins/gst-plugins-theora
+ media-plugins/gst-plugins-vorbis"
+# These are from README and error and trial FEATURES="test" Import's
DEPEND="${RDEPEND}
sys-devel/gettext
doc? ( dev-python/epydoc )