From 80d0f2d59c4162ddd0e68205cc859692e427459c Mon Sep 17 00:00:00 2001 From: Maksym Parkachov Date: Thu, 4 Nov 2010 10:32:51 +0000 Subject: gst-rtsp: added recipe for v0.10.7 * reworked old versions with common .inc file * added version of 0.10.7 Signed-off-by: Maksym Parkachov Signed-off-by: Khem Raj --- recipes/gstreamer/gst-rtsp.inc | 8 ++++++++ recipes/gstreamer/gst-rtsp_0.10.4.bb | 12 +----------- recipes/gstreamer/gst-rtsp_0.10.5.bb | 11 +---------- recipes/gstreamer/gst-rtsp_0.10.7.bb | 4 ++++ 4 files changed, 14 insertions(+), 21 deletions(-) create mode 100644 recipes/gstreamer/gst-rtsp.inc create mode 100644 recipes/gstreamer/gst-rtsp_0.10.7.bb (limited to 'recipes/gstreamer') diff --git a/recipes/gstreamer/gst-rtsp.inc b/recipes/gstreamer/gst-rtsp.inc new file mode 100644 index 0000000000..0d830976af --- /dev/null +++ b/recipes/gstreamer/gst-rtsp.inc @@ -0,0 +1,8 @@ +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 diff --git a/recipes/gstreamer/gst-rtsp_0.10.4.bb b/recipes/gstreamer/gst-rtsp_0.10.4.bb index 2909c67c0d..265f0f7daa 100644 --- a/recipes/gstreamer/gst-rtsp_0.10.4.bb +++ b/recipes/gstreamer/gst-rtsp_0.10.4.bb @@ -1,14 +1,4 @@ -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 - - - +require gst-rtsp.inc SRC_URI[md5sum] = "8daaca1299aeb42c6aac47b30291005b" SRC_URI[sha256sum] = "1ebf3571d16dbab401f2ebf0362e3d67457fb88711ad15a4ab51bd3730267fb7" diff --git a/recipes/gstreamer/gst-rtsp_0.10.5.bb b/recipes/gstreamer/gst-rtsp_0.10.5.bb index e36f974d4a..dbaddc3bd9 100644 --- a/recipes/gstreamer/gst-rtsp_0.10.5.bb +++ b/recipes/gstreamer/gst-rtsp_0.10.5.bb @@ -1,13 +1,4 @@ -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 - - +require gst-rtsp.inc SRC_URI[md5sum] = "caca55e2ff497c0a327df3bc65a4a662" SRC_URI[sha256sum] = "a6f0a0c6c466683ee688aa8475623850fdacb549b2339a502831fdd3d74f984e" diff --git a/recipes/gstreamer/gst-rtsp_0.10.7.bb b/recipes/gstreamer/gst-rtsp_0.10.7.bb new file mode 100644 index 0000000000..2b0b9e0729 --- /dev/null +++ b/recipes/gstreamer/gst-rtsp_0.10.7.bb @@ -0,0 +1,4 @@ +require gst-rtsp.inc + +SRC_URI[md5sum] = "3c2e0bf09bb66e302b6c64cb9e8f1eb6" +SRC_URI[sha256sum] = "53f352442db7b802248ea239b702e5db7e8fb5fe852f90e4e73c90204aa759c5" -- cgit 1.2.3-korg m/zsh'>dankm/zsh OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: 62ba966d01be462ecd8aeff82b6e11d1c69ac766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74