diff options
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/" | ||
