From a7af5c516e547e669d92569dba21a9c1c790cf7f Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 8 Nov 2010 09:35:36 -0800 Subject: python-gst: upgrade from 0.10.18 to 0.10.19 Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/python/python-gst_0.10.19.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-devtools/python/python-gst_0.10.19.bb (limited to 'meta/recipes-devtools/python/python-gst_0.10.19.bb') 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 000000000..cb2147cc9 --- /dev/null +++ b/meta/recipes-devtools/python/python-gst_0.10.19.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Python Gstreamer bindings" +SECTION = "devel/python" +LICENSE = "LGPL" +DEPENDS = "gstreamer gst-plugins-base python-pygobject" +RDEPENDS += "python-pygtk" +PR = "r0" + +SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ + file://python-path.patch" +S = "${WORKDIR}/gst-python-${PV}" + +inherit autotools distutils-base pkgconfig + +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" + +FILES_${PN} += "${datadir}/gst-python" +FILES_${PN}-dev += "${datadir}/gst-python/0.10/defs" +FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/gst-0.10/gst/.debug/" -- cgit v1.2.3