diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-17 21:51:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-17 21:51:47 +0200 |
commit | 62b5c01bde0a1e5769ab4dba184be51d2907933a (patch) | |
tree | ce411bc89051186803b17846dc95668ab72ff8d4 /recipes | |
parent | 6092bf2816b8a97462e1b31e41b89d893af77925 (diff) |
gst-rtsp: add 0.10.4
* vala and python binding haven't been enabled, they most likely require some patching
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gstreamer/gst-rtsp_0.10.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-rtsp_0.10.4.bb b/recipes/gstreamer/gst-rtsp_0.10.4.bb new file mode 100644 index 0000000000..11c57aa71f --- /dev/null +++ b/recipes/gstreamer/gst-rtsp_0.10.4.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Gstreamer RTSP server" +LICENSE = "LGPLv2" + +DEPENDS = "gst-plugins-base gstreamer" + +SRC_URI = "http://people.freedesktop.org/~wtay/gst-rtsp-${PV}.tar.bz2" + +inherit autotools_stage + +AUTOTOOLS_STAGE_PKGCONFIG = "1" + + |