summaryrefslogtreecommitdiffstats
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
parente38a607f952a255a1f3b2e42f722b6ceabeb5396 (diff)
downloadopenembedded-core-contrib-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
-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 @@
-DEPENDS = "gst-meta-base gst-plugins-bad gst-plugins-ugly"
-RDEPENDS = "gst-meta-base gst-plugin-ivorbis gst-plugin-ogg gst-plugin-mad"
-PR = "r5"
-
-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 @@
-DEPENDS = "gstreamer gst-plugins-base"
-RDEPENDS = "gstreamer gst-plugin-playbin \
- gst-plugin-decodebin gst-plugin-gnomevfs gst-plugin-alsa \
- gst-plugin-volume gst-plugin-ximagesink gst-plugin-audioconvert \
- gst-plugin-audioresample gst-plugin-typefindfunctions \
- gst-plugin-videoscale gst-plugin-ffmpegcolorspace gst-plugin-autodetect"
-PR = "r2"
+DESCRIPTION = "Gstreamer package groups"
+DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly"
+PR = "r3"
+
+PACKAGES = "\
+ gst-meta-base \
+ gst-meta-audio \
+ gst-meta-debug \
+ gst-meta-video"
ALLOW_EMPTY = "1"
+
+RDEPENDS_gst-meta-base = "\
+ gstreamer \
+ gst-plugin-playbin \
+ gst-plugin-decodebin \
+ gst-plugin-gnomevfs \
+ gst-plugin-alsa \
+ gst-plugin-volume \
+ gst-plugin-ximagesink \
+ gst-plugin-audioconvert \
+ gst-plugin-audioresample \
+ gst-plugin-typefindfunctions \
+ gst-plugin-videoscale \
+ gst-plugin-ffmpegcolorspace \
+ gst-plugin-autodetect"
+
+
+RDEPENDS_gst-meta-audio = "\
+ gst-meta-base \
+ gst-plugin-ivorbis \
+ gst-plugin-ogg \
+ gst-plugin-mad"
+
+
+RDEPENDS_gst-meta-debug = "\
+ gst-meta-base \
+ gst-plugin-debug \
+ gst-plugin-audiotestsrc \
+ gst-plugin-videotestsrc"
+
+
+RDEPENDS_gst-meta-video = "\
+ gst-meta-base \
+ gst-plugin-avi \
+ gst-plugin-matroska \
+ gst-plugin-mpeg2dec"
+
+RRECOMMENDS_gst-meta-video = "\
+ 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 @@
-DEPENDS = "gst-meta-base gst-plugins-good"
-RDEPENDS = "gst-meta-base gst-plugin-debug gst-plugin-audiotestsrc \
- gst-plugin-videotestsrc"
-
-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 @@
-DEPENDS = "gst-meta-base gst-plugins-good gst-plugins-ugly"
-RDEPENDS = "gst-meta-base gst-plugin-avi gst-plugin-matroska \
- gst-plugin-mpeg2dec"
-RRECOMMENDS = "gst-meta-audio"
-PR = "r4"
-
-ALLOW_EMPTY = "1"