aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-rtsp_0.10.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-17 21:51:47 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-17 21:51:47 +0200
commit62b5c01bde0a1e5769ab4dba184be51d2907933a (patch)
treece411bc89051186803b17846dc95668ab72ff8d4 /recipes/gstreamer/gst-rtsp_0.10.4.bb
parent6092bf2816b8a97462e1b31e41b89d893af77925 (diff)
downloadopenembedded-62b5c01bde0a1e5769ab4dba184be51d2907933a.tar.gz
gst-rtsp: add 0.10.4
* vala and python binding haven't been enabled, they most likely require some patching
Diffstat (limited to 'recipes/gstreamer/gst-rtsp_0.10.4.bb')
-rw-r--r--recipes/gstreamer/gst-rtsp_0.10.4.bb12
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"
+
+