summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb68
1 files changed, 68 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
new file mode 100644
index 0000000000..9fb2f8fbb3
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
@@ -0,0 +1,68 @@
1SUMMARY = "GStreamer package groups"
2LICENSE = "MIT"
3DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6
7
8PR = "r13"
9
10PACKAGES = "\
11 gst-meta-base \
12 gst-meta-x11-base \
13 gst-meta-audio \
14 gst-meta-debug \
15 gst-meta-video"
16
17ALLOW_EMPTY_gst-meta-base = "1"
18ALLOW_EMPTY_gst-meta-x11-base = "1"
19ALLOW_EMPTY_gst-meta-audio = "1"
20ALLOW_EMPTY_gst-meta-debug = "1"
21ALLOW_EMPTY_gst-meta-video = "1"
22
23RDEPENDS_gst-meta-base = "\
24 ${@base_contains('DISTRO_FEATURES', 'x11', 'gst-meta-x11-base', '', d)} \
25 gstreamer \
26 gst-plugins-base-playbin \
27 gst-plugins-base-decodebin \
28 gst-plugins-base-decodebin2 \
29 gst-plugins-base-gio \
30 gst-plugins-base-alsa \
31 gst-plugins-base-volume \
32 gst-plugins-base-audioconvert \
33 gst-plugins-base-audioresample \
34 gst-plugins-base-typefindfunctions \
35 gst-plugins-base-videoscale \
36 gst-plugins-base-ffmpegcolorspace \
37 gst-plugins-good-autodetect \
38 gst-plugins-good-souphttpsrc"
39
40RRECOMMENDS_gst-meta-x11-base = "\
41 gst-plugins-base-ximagesink \
42 gst-plugins-base-xvimagesink"
43
44RDEPENDS_gst-meta-audio = "\
45 gst-meta-base \
46 gst-plugins-base-vorbis \
47 gst-plugins-base-ogg \
48 gst-plugins-good-wavparse \
49 gst-plugins-good-flac \
50 ${COMMERCIAL_AUDIO_PLUGINS}"
51
52
53RDEPENDS_gst-meta-debug = "\
54 gst-meta-base \
55 gst-plugins-good-debug \
56 gst-plugins-base-audiotestsrc \
57 gst-plugins-base-videotestsrc"
58
59
60RDEPENDS_gst-meta-video = "\
61 gst-meta-base \
62 gst-plugins-good-avi \
63 gst-plugins-good-matroska \
64 gst-plugins-base-theora \
65 ${COMMERCIAL_VIDEO_PLUGINS}"
66
67RRECOMMENDS_gst-meta-video = "\
68 gst-meta-audio"