Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild
Date: Wed, 30 Mar 2011 20:27:47
Message-Id: 20110330202737.09AC220054@flycatcher.gentoo.org
1 ssuominen 11/03/30 20:27:37
2
3 Modified: flumotion-0.8.1.ebuild
4 Log:
5 Sort dependencies out
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/flumotion/flumotion-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?r1=1.3&r2=1.4
15
16 Index: flumotion-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- flumotion-0.8.1.ebuild 30 Mar 2011 20:11:58 -0000 1.3
23 +++ flumotion-0.8.1.ebuild 30 Mar 2011 20:27:36 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.3 2011/03/30 20:11:58 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.4 2011/03/30 20:27:36 ssuominen Exp $
29
30 EAPI=3
31
32 @@ -17,7 +17,27 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE="doc test"
35
36 -RDEPEND="" # Where is this documented?
37 +# TODO:
38 +
39 +# These would be from 0.6.2's ebuild
40 +# media-plugins/gst-plugins-libpng:0.10
41 +# dev-python/twisted-web
42 +# dev-python/twisted-names
43 +# dev-python/imaging
44 +
45 +# These are from README
46 +RDEPEND="media-libs/gstreamer:0.10
47 + media-libs/gst-plugins-base:0.10
48 + media-libs/gst-plugins-good:0.10
49 + dev-python/gst-python:0.10
50 + dev-python/pycairo
51 + =dev-python/pygtk-2*
52 + dev-python/kiwi
53 + dev-python/twisted
54 + media-plugins/gst-plugins-ogg
55 + media-plugins/gst-plugins-theora
56 + media-plugins/gst-plugins-vorbis"
57 +# These are from README and error and trial FEATURES="test" Import's
58 DEPEND="${RDEPEND}
59 sys-devel/gettext
60 doc? ( dev-python/epydoc )