diff options
| -rw-r--r-- | meta-extras/packages/flumotion/flumotion_0.4.1.bb | 17 | 
1 files changed, 12 insertions, 5 deletions
diff --git a/meta-extras/packages/flumotion/flumotion_0.4.1.bb b/meta-extras/packages/flumotion/flumotion_0.4.1.bb index 31f4052845..cb7ab10a81 100644 --- a/meta-extras/packages/flumotion/flumotion_0.4.1.bb +++ b/meta-extras/packages/flumotion/flumotion_0.4.1.bb  | |||
| @@ -1,13 +1,19 @@ | |||
| 1 | DESCRIPTION = "Fluendo Streaming Server" | 1 | DESCRIPTION = "Fluendo Streaming Server" | 
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" | 
| 3 | DEPENDS = "gstreamer python-gst twisted python-pygtk2" | 3 | DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk" | 
| 4 | RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst" | 4 | RDEPENDS = "python-resource python-pprint python-threading \ | 
| 5 | RDEPENDS_${PN}-gui = "${PN} python-pygtk" | 5 | python-imaging python-xml python-curses \ | 
| 6 | PR = "r4" | 6 | python-compression python-fcntl python-pygobject \ | 
| 7 | python-pickle python-netclient python-datetime \ | ||
| 8 | python-crypt python-twisted-core python-twisted-web \ | ||
| 9 | python-lang python-zopeinterface python-textutils \ | ||
| 10 | python-gst python-misc" | ||
| 11 | RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo" | ||
| 12 | PR = "r9" | ||
| 7 | 13 | ||
| 8 | SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ | 
| 9 | file://python-path.patch;patch=1 \ | 15 | file://python-path.patch;patch=1 \ | 
| 10 | file://no-check-for-python-stuff.patch;patch=1" | 16 | file://no-check-for-python-stuff.patch;patch=1" | 
| 11 | 17 | ||
| 12 | inherit autotools distutils-base pkgconfig | 18 | inherit autotools distutils-base pkgconfig | 
| 13 | 19 | ||
| @@ -17,6 +23,7 @@ EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | |||
| 17 | 23 | ||
| 18 | PACKAGES =+ "flumotion-gui" | 24 | PACKAGES =+ "flumotion-gui" | 
| 19 | 25 | ||
| 26 | FILES_${PN}-dbg += "${libdir}/flumotion/python/flumotion/extern/*/.debug/*" | ||
| 20 | FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion" | 27 | FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion" | 
| 21 | FILES_${PN}-dev += "${libdir}/pkgconfig" | 28 | FILES_${PN}-dev += "${libdir}/pkgconfig" | 
| 22 | FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \ | 29 | FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \ | 
