diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 12:12:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 12:12:17 +0000 |
commit | ed327197a7e68e72f8d9be9a3e970962c8eea35b (patch) | |
tree | 36ee2da3dd70df7e9c1ca9b3dedbd853daf79326 /meta-extras/packages/flumotion/flumotion_0.4.1.bb | |
parent | 59470e1d06a4c2e44382c233ae98cf6f05b7912c (diff) | |
download | poky-ed327197a7e68e72f8d9be9a3e970962c8eea35b.tar.gz |
flumotion: added 0.4.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1912 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/flumotion/flumotion_0.4.1.bb')
-rw-r--r-- | meta-extras/packages/flumotion/flumotion_0.4.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-extras/packages/flumotion/flumotion_0.4.1.bb b/meta-extras/packages/flumotion/flumotion_0.4.1.bb new file mode 100644 index 0000000000..42474e011b --- /dev/null +++ b/meta-extras/packages/flumotion/flumotion_0.4.1.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | DESCRIPTION = "Fluendo Streaming Server" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gstreamer python-gst twisted python-pygtk2" | ||
4 | RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst" | ||
5 | RDEPENDS_${PN}-gui = "${PN} python-pygtk2" | ||
6 | PR = "r3" | ||
7 | |||
8 | SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ | ||
9 | file://python-path.patch;patch=1 \ | ||
10 | file://no-check-for-python-stuff.patch;patch=1" | ||
11 | |||
12 | inherit autotools distutils-base pkgconfig | ||
13 | |||
14 | export EPYDOC = "no" | ||
15 | |||
16 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | ||
17 | |||
18 | PACKAGES =+ "flumotion-gui" | ||
19 | |||
20 | FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion" | ||
21 | FILES_${PN}-dev += "${libdir}/pkgconfig" | ||
22 | FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \ | ||
23 | ${libdir}/flumotion/python/flumotion/admin/gtk \ | ||
24 | ${libdir}/flumotion/python/flumotion/component/*/admin_gtk* \ | ||
25 | ${libdir}/flumotion/python/flumotion/component/*/*/admin_gtk* \ | ||
26 | ${libdir}/flumotion/python/flumotion/extern \ | ||
27 | ${libdir}/flumotion/python/flumotion/manager \ | ||
28 | ${libdir}/flumotion/python/flumotion/ui \ | ||
29 | ${libdir}/flumotion/python/flumotion/wizard \ | ||
30 | ${datadir}/pixmaps ${datadir}/flumotion ${datadir}/applications" | ||