diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-11-08 09:35:36 -0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:26 -0800 |
| commit | a7af5c516e547e669d92569dba21a9c1c790cf7f (patch) | |
| tree | ffd502d2ce52087c4603e504dd0c511241a31777 /meta/recipes-devtools/python/python-gst_0.10.19.bb | |
| parent | e5f5090cc011d25a872973870a738181bbe12724 (diff) | |
| download | poky-a7af5c516e547e669d92569dba21a9c1c790cf7f.tar.gz | |
python-gst: upgrade from 0.10.18 to 0.10.19
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-gst_0.10.19.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.19.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-gst_0.10.19.bb b/meta/recipes-devtools/python/python-gst_0.10.19.bb new file mode 100644 index 0000000000..cb2147cc9a --- /dev/null +++ b/meta/recipes-devtools/python/python-gst_0.10.19.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Python Gstreamer bindings" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | ||
| 5 | RDEPENDS += "python-pygtk" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | ||
| 9 | file://python-path.patch" | ||
| 10 | S = "${WORKDIR}/gst-python-${PV}" | ||
| 11 | |||
| 12 | inherit autotools distutils-base pkgconfig | ||
| 13 | |||
| 14 | EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}/gst-python" | ||
| 17 | FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" | ||
| 18 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" | ||
