gst-rtsp: add 0.10.5
authorKoen Kooi <koen@openembedded.org>
Sat, 16 Jan 2010 20:31:12 +0000 (21:31 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 18 Jan 2010 04:25:50 +0000 (05:25 +0100)
conf/checksums.ini
recipes/gstreamer/gst-rtsp_0.10.5.bb [new file with mode: 0644]

index 2eb330e..1db119c 100644 (file)
@@ -11374,6 +11374,10 @@ sha256=f1aeb28d27ea4078467125e7eb5ee2b16b08443c9f5f3aa1010d262c37aacc0b
 md5=8daaca1299aeb42c6aac47b30291005b
 sha256=1ebf3571d16dbab401f2ebf0362e3d67457fb88711ad15a4ab51bd3730267fb7
 
+[http://people.freedesktop.org/~wtay/gst-rtsp-0.10.5.tar.bz2]
+md5=caca55e2ff497c0a327df3bc65a4a662
+sha256=a6f0a0c6c466683ee688aa8475623850fdacb549b2339a502831fdd3d74f984e
+
 [http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.11.tar.bz2]
 md5=67240094e08c845b7bbcfba755c95695
 sha256=d7130fbcbcac945c28402361b60e8d24d97f75d795ba91401617f81e595a7dd5
diff --git a/recipes/gstreamer/gst-rtsp_0.10.5.bb b/recipes/gstreamer/gst-rtsp_0.10.5.bb
new file mode 100644 (file)
index 0000000..d22b3ce
--- /dev/null
@@ -0,0 +1,10 @@
+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
+
+