aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flumotion
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-12-20 17:20:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-12-20 17:20:44 +0000
commit5b6afaaee0d760f91d1bb77fd20bc2e2275c097b (patch)
tree739c522db0fb0efecd685b7c637a764c352b50b8 /packages/flumotion
parentd8ae3350e9da832950fc5f8566f6635e10262d60 (diff)
downloadopenembedded-5b6afaaee0d760f91d1bb77fd20bc2e2275c097b.tar.gz
flumotion 0.4.1 fix dependencies. closes #3309
Diffstat (limited to 'packages/flumotion')
-rw-r--r--packages/flumotion/flumotion_0.4.1.bb16
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb
index aad4eb3382..f709086846 100644
--- a/packages/flumotion/flumotion_0.4.1.bb
+++ b/packages/flumotion/flumotion_0.4.1.bb
@@ -1,13 +1,19 @@
DESCRIPTION = "Fluendo Streaming Server"
LICENSE = "GPL"
-DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk2"
-RDEPENDS = " python-resource python-pprint python-threading python-imaging python-xml python-curses python-compression python-fcntl python-pygobject python-pickle python-netclient python-datetime python-crypt python-twisted-core python-twisted-web python-lang python-zopeinterface python-textutils python-core python-gst python-misc"
-RDEPENDS_${PN}-gui = "${PN} python-pygtk2 python-pycairo "
-PR = "r7"
+DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk"
+RDEPENDS = "python-resource python-pprint python-threading \
+ python-imaging python-xml python-curses \
+ python-compression python-fcntl python-pygobject \
+ python-pickle python-netclient python-datetime \
+ python-crypt python-twisted-core python-twisted-web \
+ python-lang python-zopeinterface python-textutils \
+ python-gst python-misc"
+RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo"
+PR = "r9"
SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \
file://python-path.patch;patch=1 \
- file://no-check-for-python-stuff.patch;patch=1"
+ file://no-check-for-python-stuff.patch;patch=1"
inherit autotools distutils-base pkgconfig