summaryrefslogtreecommitdiff
path: root/packages/python/python-gstreamer_0.10.6.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-03-22 22:30:33 +0000
committerRod Whitby <rod@whitby.id.au>2007-03-22 22:30:33 +0000
commit10ae5183def1d53d1b56d03ee139b9299c975560 (patch)
tree48691ced5d81c9de52fd0f353b10cb02b50f7397 /packages/python/python-gstreamer_0.10.6.bb
parentc7ac7a3d1b132af81a03976a9c2142df97bded6a (diff)
parenta12ac56357b7776233de666d936349d41121c29d (diff)
merge of '14b470b8393c6f8fc91c520b519c4568090174a8'
and 'b451b371edee2ec7da2bd9be75e747f85e99cfe2'
Diffstat (limited to 'packages/python/python-gstreamer_0.10.6.bb')
-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
+}