diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-17 10:24:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-17 10:24:32 +0000 |
commit | cfd086c000f94b852dc953d2ed2637e155a2e899 (patch) | |
tree | 17ae8f2bb95bc3040152ddf1463eac7f13b6c910 /packages/flumotion/flumotion_0.4.1.bb | |
parent | db7671f322f01a42f3da13b0f1cf755e61605b15 (diff) |
flumotion: add 0.4.1 from poky
Diffstat (limited to 'packages/flumotion/flumotion_0.4.1.bb')
-rw-r--r-- | packages/flumotion/flumotion_0.4.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb new file mode 100644 index 0000000000..42474e011b --- /dev/null +++ b/packages/flumotion/flumotion_0.4.1.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Fluendo Streaming Server" +LICENSE = "GPL" +DEPENDS = "gstreamer python-gst twisted python-pygtk2" +RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst" +RDEPENDS_${PN}-gui = "${PN} python-pygtk2" +PR = "r3" + +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" + +inherit autotools distutils-base pkgconfig + +export EPYDOC = "no" + +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" + +PACKAGES =+ "flumotion-gui" + +FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion" +FILES_${PN}-dev += "${libdir}/pkgconfig" +FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \ + ${libdir}/flumotion/python/flumotion/admin/gtk \ + ${libdir}/flumotion/python/flumotion/component/*/admin_gtk* \ + ${libdir}/flumotion/python/flumotion/component/*/*/admin_gtk* \ + ${libdir}/flumotion/python/flumotion/extern \ + ${libdir}/flumotion/python/flumotion/manager \ + ${libdir}/flumotion/python/flumotion/ui \ + ${libdir}/flumotion/python/flumotion/wizard \ + ${datadir}/pixmaps ${datadir}/flumotion ${datadir}/applications" |