diff options
| author | Matt Reimer <mattjreimer@gmail.com> | 2007-01-20 23:02:09 +0000 |
|---|---|---|
| committer | Matt Reimer <mattjreimer@gmail.com> | 2007-01-20 23:02:09 +0000 |
| commit | 058fc8266f6b82ed4558f8ebabebeb7f5f0da425 (patch) | |
| tree | 7a3850648ff3a1185a739a348c134ea4d66af8a9 /packages | |
| parent | 7fd319e6d718c24120699fcb3d83a0c15457f8e3 (diff) | |
| parent | 5557dc80628a0a2d304fbf538e20ec3f08bb09db (diff) | |
merge of '2094880cffb42e8376e3ea9f336fb268df7af9eb'
and '8200a5887c79d2960226fc58003767b7538f8c41'
Diffstat (limited to 'packages')
| -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 +} |
