|
| 1 | +SUMMARY = "Gstreamer1.0 package groups" |
| 2 | +LICENSE = "MIT" |
| 3 | + |
| 4 | +# Due to use of COMBINED_FEATURES |
| 5 | +PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 6 | + |
| 7 | +inherit packagegroup |
| 8 | + |
| 9 | +COMMERCIAL_PLUGINS = "${COMMERCIAL_AUDIO_PLUGINS} ${COMMERCIAL_VIDEO_PLUGINS}" |
| 10 | +DEPENDS_UGLY = "${@'gstreamer1.0-plugins-ugly' if 'ugly' in COMMERCIAL_PLUGINS.split('-') else ''}" |
| 11 | +DEPENDS_BAD = "${@'gstreamer1.0-plugins-bad' if 'bad' in COMMERCIAL_PLUGINS.split('-') else ''}" |
| 12 | +DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good ${DEPENDS_UGLY} ${DEPENDS_BAD}" |
| 13 | + |
| 14 | +PACKAGES = "\ |
| 15 | + gstreamer1.0-meta-base \ |
| 16 | + gstreamer1.0-meta-x11-base \ |
| 17 | + gstreamer1.0-meta-audio \ |
| 18 | + gstreamer1.0-meta-debug \ |
| 19 | + gstreamer1.0-meta-video" |
| 20 | + |
| 21 | +ALLOW_EMPTY:gstreamer1.0-meta-base = "1" |
| 22 | +ALLOW_EMPTY:gstreamer1.0-meta-x11-base = "1" |
| 23 | +ALLOW_EMPTY:gstreamer1.0-meta-audio = "1" |
| 24 | +ALLOW_EMPTY:gstreamer1.0-meta-debug = "1" |
| 25 | +ALLOW_EMPTY:gstreamer1.0-meta-video = "1" |
| 26 | + |
| 27 | +RDEPENDS:gstreamer1.0-meta-base = "\ |
| 28 | + ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gstreamer1.0-meta-x11-base', '', d)} \ |
| 29 | + gstreamer1.0 \ |
| 30 | + gstreamer1.0-plugins-base-playback \ |
| 31 | + gstreamer1.0-plugins-base-gio \ |
| 32 | + ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'gstreamer1.0-plugins-base-alsa', '',d)} \ |
| 33 | + gstreamer1.0-plugins-base-volume \ |
| 34 | + gstreamer1.0-plugins-base-audioconvert \ |
| 35 | + gstreamer1.0-plugins-base-audioresample \ |
| 36 | + gstreamer1.0-plugins-base-typefindfunctions \ |
| 37 | + gstreamer1.0-plugins-base-videoconvertscale \ |
| 38 | + gstreamer1.0-plugins-good-autodetect \ |
| 39 | + gstreamer1.0-plugins-good-soup" |
| 40 | + |
| 41 | +RRECOMMENDS:gstreamer1.0-meta-x11-base = "\ |
| 42 | + gstreamer1.0-plugins-base-ximagesink \ |
| 43 | + gstreamer1.0-plugins-base-xvimagesink" |
| 44 | + |
| 45 | +RDEPENDS:gstreamer1.0-meta-audio = "\ |
| 46 | + gstreamer1.0-meta-base \ |
| 47 | + gstreamer1.0-plugins-base-vorbis \ |
| 48 | + gstreamer1.0-plugins-base-ogg \ |
| 49 | + gstreamer1.0-plugins-good-wavparse \ |
| 50 | + gstreamer1.0-plugins-good-flac \ |
| 51 | + ${COMMERCIAL_AUDIO_PLUGINS}" |
| 52 | + |
| 53 | +RDEPENDS:gstreamer1.0-meta-debug = "\ |
| 54 | + gstreamer1.0-meta-base \ |
| 55 | + gstreamer1.0-plugins-good-debug \ |
| 56 | + gstreamer1.0-plugins-base-audiotestsrc \ |
| 57 | + gstreamer1.0-plugins-base-videotestsrc" |
| 58 | + |
| 59 | +RDEPENDS:gstreamer1.0-meta-video = "\ |
| 60 | + gstreamer1.0-meta-base \ |
| 61 | + gstreamer1.0-plugins-good-avi \ |
| 62 | + gstreamer1.0-plugins-good-matroska \ |
| 63 | + gstreamer1.0-plugins-base-theora \ |
| 64 | + ${COMMERCIAL_VIDEO_PLUGINS}" |
| 65 | + |
| 66 | +RRECOMMENDS:gstreamer1.0-meta-video = "\ |
| 67 | + gstreamer1.0-meta-audio" |
0 commit comments