diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:24:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:24:17 +0000 |
commit | 6520c12e02aecf927e5774d2af7d0c7a7f7cda95 (patch) | |
tree | f3c73a2bed588ae7906a31fcc98d834301693373 /meta/packages/gstreamer | |
parent | e38a607f952a255a1f3b2e42f722b6ceabeb5396 (diff) | |
download | poky-6520c12e02aecf927e5774d2af7d0c7a7f7cda95.tar.gz |
gst-meta: Merge into a single file (maybe to become task-gst)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@922 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer')
-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" | ||