diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2007-02-22 22:18:44 +0000 |
---|---|---|
committer | Matt Reimer <mattjreimer@gmail.com> | 2007-02-22 22:18:44 +0000 |
commit | f426db8bc67bd097def12ae78b04e0a7867e2b6c (patch) | |
tree | b2ef46d6450d7bae85bf204bb02498e520d586f8 /packages/python | |
parent | b2c1c9e34eb2d5d75a205b735e90043e24048e9e (diff) | |
parent | ea311b6b8f260809a79307f51e57e9e936506bbc (diff) |
merge of '7bd9b617a6b57c3119453e5a6b2ae93264ba00a6'
and 'f0e14f6fbf3cd741a3cc6c024f5e9f8fe95247a6'
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-gstreamer_0.10.6.bb | 16 |
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 +} |