summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 12:24:17 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 12:24:17 +0000
commit6520c12e02aecf927e5774d2af7d0c7a7f7cda95 (patch)
treef3c73a2bed588ae7906a31fcc98d834301693373 /meta/packages/gstreamer
parente38a607f952a255a1f3b2e42f722b6ceabeb5396 (diff)
downloadpoky-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.bb5
-rw-r--r--meta/packages/gstreamer/gst-meta-base_0.10.bb55
-rw-r--r--meta/packages/gstreamer/gst-meta-debug_0.10.bb5
-rw-r--r--meta/packages/gstreamer/gst-meta-video_0.10.bb7
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 @@
1DEPENDS = "gst-meta-base gst-plugins-bad gst-plugins-ugly"
2RDEPENDS = "gst-meta-base gst-plugin-ivorbis gst-plugin-ogg gst-plugin-mad"
3PR = "r5"
4
5ALLOW_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 @@
1DEPENDS = "gstreamer gst-plugins-base" 1DESCRIPTION = "Gstreamer package groups"
2RDEPENDS = "gstreamer gst-plugin-playbin \ 2DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly"
3 gst-plugin-decodebin gst-plugin-gnomevfs gst-plugin-alsa \ 3PR = "r3"
4 gst-plugin-volume gst-plugin-ximagesink gst-plugin-audioconvert \ 4
5 gst-plugin-audioresample gst-plugin-typefindfunctions \ 5PACKAGES = "\
6 gst-plugin-videoscale gst-plugin-ffmpegcolorspace gst-plugin-autodetect" 6 gst-meta-base \
7PR = "r2" 7 gst-meta-audio \
8 gst-meta-debug \
9 gst-meta-video"
8 10
9ALLOW_EMPTY = "1" 11ALLOW_EMPTY = "1"
12
13RDEPENDS_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
29RDEPENDS_gst-meta-audio = "\
30 gst-meta-base \
31 gst-plugin-ivorbis \
32 gst-plugin-ogg \
33 gst-plugin-mad"
34
35
36RDEPENDS_gst-meta-debug = "\
37 gst-meta-base \
38 gst-plugin-debug \
39 gst-plugin-audiotestsrc \
40 gst-plugin-videotestsrc"
41
42
43RDEPENDS_gst-meta-video = "\
44 gst-meta-base \
45 gst-plugin-avi \
46 gst-plugin-matroska \
47 gst-plugin-mpeg2dec"
48
49RRECOMMENDS_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 @@
1DEPENDS = "gst-meta-base gst-plugins-good"
2RDEPENDS = "gst-meta-base gst-plugin-debug gst-plugin-audiotestsrc \
3 gst-plugin-videotestsrc"
4
5ALLOW_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 @@
1DEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly"
2RDEPENDS = "gst-meta-base gst-plugin-avi gst-plugin-matroska \
3 gst-plugin-mpeg2dec"
4RRECOMMENDS = "gst-meta-audio"
5PR = "r4"
6
7ALLOW_EMPTY = "1"