diff options
-rw-r--r-- | meta/packages/gstreamer/gst-meta-audio_0.10.bb | 5 | ||||
-rw-r--r-- | meta/packages/gstreamer/gst-meta-base_0.10.bb | 55 | ||||
-rw-r--r-- | meta/packages/gstreamer/gst-meta-debug_0.10.bb | 5 | ||||
-rw-r--r-- | meta/packages/gstreamer/gst-meta-video_0.10.bb | 7 |
4 files changed, 48 insertions, 24 deletions
diff --git a/meta/packages/gstreamer/gst-meta-audio_0.10.bb b/meta/packages/gstreamer/gst-meta-audio_0.10.bb deleted file mode 100644 index fdf3933f6f..0000000000 --- a/meta/packages/gstreamer/gst-meta-audio_0.10.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | DEPENDS = "gst-meta-base gst-plugins-bad gst-plugins-ugly" | ||
2 | RDEPENDS = "gst-meta-base gst-plugin-ivorbis gst-plugin-ogg gst-plugin-mad" | ||
3 | PR = "r5" | ||
4 | |||
5 | ALLOW_EMPTY = "1" | ||
diff --git a/meta/packages/gstreamer/gst-meta-base_0.10.bb b/meta/packages/gstreamer/gst-meta-base_0.10.bb index 12d98ee5d2..f8427bec8c 100644 --- a/meta/packages/gstreamer/gst-meta-base_0.10.bb +++ b/meta/packages/gstreamer/gst-meta-base_0.10.bb | |||
@@ -1,9 +1,50 @@ | |||
1 | DEPENDS = "gstreamer gst-plugins-base" | 1 | DESCRIPTION = "Gstreamer package groups" |
2 | RDEPENDS = "gstreamer gst-plugin-playbin \ | 2 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly" |
3 | gst-plugin-decodebin gst-plugin-gnomevfs gst-plugin-alsa \ | 3 | PR = "r3" |
4 | gst-plugin-volume gst-plugin-ximagesink gst-plugin-audioconvert \ | 4 | |
5 | gst-plugin-audioresample gst-plugin-typefindfunctions \ | 5 | PACKAGES = "\ |
6 | gst-plugin-videoscale gst-plugin-ffmpegcolorspace gst-plugin-autodetect" | 6 | gst-meta-base \ |
7 | PR = "r2" | 7 | gst-meta-audio \ |
8 | gst-meta-debug \ | ||
9 | gst-meta-video" | ||
8 | 10 | ||
9 | ALLOW_EMPTY = "1" | 11 | ALLOW_EMPTY = "1" |
12 | |||
13 | RDEPENDS_gst-meta-base = "\ | ||
14 | gstreamer \ | ||
15 | gst-plugin-playbin \ | ||
16 | gst-plugin-decodebin \ | ||
17 | gst-plugin-gnomevfs \ | ||
18 | gst-plugin-alsa \ | ||
19 | gst-plugin-volume \ | ||
20 | gst-plugin-ximagesink \ | ||
21 | gst-plugin-audioconvert \ | ||
22 | gst-plugin-audioresample \ | ||
23 | gst-plugin-typefindfunctions \ | ||
24 | gst-plugin-videoscale \ | ||
25 | gst-plugin-ffmpegcolorspace \ | ||
26 | gst-plugin-autodetect" | ||
27 | |||
28 | |||
29 | RDEPENDS_gst-meta-audio = "\ | ||
30 | gst-meta-base \ | ||
31 | gst-plugin-ivorbis \ | ||
32 | gst-plugin-ogg \ | ||
33 | gst-plugin-mad" | ||
34 | |||
35 | |||
36 | RDEPENDS_gst-meta-debug = "\ | ||
37 | gst-meta-base \ | ||
38 | gst-plugin-debug \ | ||
39 | gst-plugin-audiotestsrc \ | ||
40 | gst-plugin-videotestsrc" | ||
41 | |||
42 | |||
43 | RDEPENDS_gst-meta-video = "\ | ||
44 | gst-meta-base \ | ||
45 | gst-plugin-avi \ | ||
46 | gst-plugin-matroska \ | ||
47 | gst-plugin-mpeg2dec" | ||
48 | |||
49 | RRECOMMENDS_gst-meta-video = "\ | ||
50 | gst-meta-audio" | ||
diff --git a/meta/packages/gstreamer/gst-meta-debug_0.10.bb b/meta/packages/gstreamer/gst-meta-debug_0.10.bb deleted file mode 100644 index f31a6f9c0b..0000000000 --- a/meta/packages/gstreamer/gst-meta-debug_0.10.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | DEPENDS = "gst-meta-base gst-plugins-good" | ||
2 | RDEPENDS = "gst-meta-base gst-plugin-debug gst-plugin-audiotestsrc \ | ||
3 | gst-plugin-videotestsrc" | ||
4 | |||
5 | ALLOW_EMPTY = "1" | ||
diff --git a/meta/packages/gstreamer/gst-meta-video_0.10.bb b/meta/packages/gstreamer/gst-meta-video_0.10.bb deleted file mode 100644 index 40150e09fc..0000000000 --- a/meta/packages/gstreamer/gst-meta-video_0.10.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | DEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly" | ||
2 | RDEPENDS = "gst-meta-base gst-plugin-avi gst-plugin-matroska \ | ||
3 | gst-plugin-mpeg2dec" | ||
4 | RRECOMMENDS = "gst-meta-audio" | ||
5 | PR = "r4" | ||
6 | |||
7 | ALLOW_EMPTY = "1" | ||