[oe-commits] org.oe.dev Add a bb for python gstreamer bindings.

mreimer commit openembedded-commits at lists.openembedded.org
Fri Mar 23 00:08:52 UTC 2007


Add a bb for python gstreamer bindings.

Author: mreimer at openembedded.org
Branch: org.openembedded.dev
Revision: b754a5f0be53db4b76ca4b5e9313be732e56d8dc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b754a5f0be53db4b76ca4b5e9313be732e56d8dc
Files:
1
packages/python/python-gstreamer_0.10.6.bb
Diffs:

#
# mt diff -rc50c1fd918a553b59bdd3a9a626161f6b7660928 -rb754a5f0be53db4b76ca4b5e9313be732e56d8dc
#
# 
# 
# add_file "packages/python/python-gstreamer_0.10.6.bb"
#  content [36c5b44be7a583f4f3332eb6237327e48444eb54]
# 
============================================================
--- packages/python/python-gstreamer_0.10.6.bb	36c5b44be7a583f4f3332eb6237327e48444eb54
+++ packages/python/python-gstreamer_0.10.6.bb	36c5b44be7a583f4f3332eb6237327e48444eb54
@@ -0,0 +1,16 @@
+LICENSE = "GPL"
+DESCRIPTION = "Python gstreamer Bindings"
+SECTION = "devel/python"
+HOMEPAGE = "http://gstreamer.freedesktop.org"
+PRIORITY = "optional"
+#DEPENDS = "gstreamer"
+#RDEPENDS = "gstreamer"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
+S = "${WORKDIR}/gst-python-${PV}"
+
+inherit autotools pkgconfig
+
+do_configure() {
+	oe_runconf
+}






More information about the Openembedded-commits mailing list