aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-meta-base_0.10.bb
blob: fbf36b94b0805ab7018a3d0a53141a1672a40557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Based on its sibling on Poky which is copyright (C) 2006,2007  OpenedHand LTD

DESCRIPTION = "Gstreamer package groups"
DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly"
PR = "r5"

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 \
    gst-plugin-id3demux"


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"