summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorMatt Reimer <mattjreimer@gmail.com>2006-12-15 02:02:05 +0000
committerMatt Reimer <mattjreimer@gmail.com>2006-12-15 02:02:05 +0000
commitb294f7bd556fb724296aa68599bddc5e52ca2557 (patch)
tree0a50aeda495be5fb3af35e76f500f1010c2000f0 /packages/python
parent89088bb3034ff94432948bc7f3270f9e1e5f65fb (diff)
Add a bb for python gstreamer bindings.
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-gstreamer_0.10.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/python/python-gstreamer_0.10.6.bb b/packages/python/python-gstreamer_0.10.6.bb
new file mode 100644
index 0000000000..28dba93cb5
--- /dev/null
+++ b/packages/python/python-gstreamer_0.10.6.bb
@@ -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
+}