mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
344bb081f5
The license in version 0.1.8 was already BSD-2-Clause and GPLv2
(for the "opusinfo" command).
The license checksum change is due to trivial changes on the license
text ("https" instead of "http" and whitespace changes).
This new version now DEPENDs on "libopusenc" and "opusfile" too,
but this required to move the recipe to meta-multimedia instead.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
110 lines
3.0 KiB
BlitzBasic
110 lines
3.0 KiB
BlitzBasic
SUMMARY = "Meta-multimedia packagegroups"
|
|
|
|
inherit packagegroup
|
|
|
|
PROVIDES = "${PACKAGES}"
|
|
PACKAGES = ' \
|
|
packagegroup-meta-multimedia \
|
|
packagegroup-meta-multimedia-connectivity \
|
|
packagegroup-meta-multimedia-dvb \
|
|
packagegroup-meta-multimedia-mkv \
|
|
packagegroup-meta-multimedia-support \
|
|
'
|
|
|
|
RDEPENDS:packagegroup-meta-multimedia = "\
|
|
packagegroup-meta-multimedia \
|
|
packagegroup-meta-multimedia-connectivity \
|
|
packagegroup-meta-multimedia-dvb \
|
|
packagegroup-meta-multimedia-mkv \
|
|
packagegroup-meta-multimedia-support \
|
|
"
|
|
|
|
RDEPENDS:packagegroup-meta-multimedia = "\
|
|
alsa-equal \
|
|
aom \
|
|
caps \
|
|
cdparanoia \
|
|
dcadec \
|
|
dleyna-connector-dbus \
|
|
dleyna-core \
|
|
dleyna-renderer \
|
|
dleyna-server \
|
|
dvb-apps \
|
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "faac fdk-aac mpd", "", d)} \
|
|
gerbera \
|
|
libao \
|
|
libavc1394 \
|
|
libdc1394 \
|
|
libdvbpsi \
|
|
libdvdnav \
|
|
libiec61883 \
|
|
fluidsynth \
|
|
libmusicbrainz \
|
|
libmpdclient \
|
|
mpc \
|
|
ncmpc \
|
|
libmpd \
|
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "opencore-amr vo-aacenc vo-amrwbenc", "", d)} \
|
|
gst-shark \
|
|
gstd \
|
|
rtmpdump \
|
|
bigbuckbunny-1080p \
|
|
bigbuckbunny-480p \
|
|
bigbuckbunny-720p \
|
|
tearsofsteel-1080p \
|
|
schroedinger \
|
|
pipewire \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "projucer", "", d)} \
|
|
libcamera \
|
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libde265 openh264", "", d)} \
|
|
vorbis-tools \
|
|
libdvbcsa \
|
|
libopenmpt \
|
|
libuvc \
|
|
mimic \
|
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "minidlna", "", d)} \
|
|
mycroft \
|
|
openal-soft \
|
|
opusfile \
|
|
opus-tools \
|
|
libdvdcss \
|
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "vlc", "", d), "", d)} \
|
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "sox streamripper", "", d)} \
|
|
tinyalsa \
|
|
tremor \
|
|
webrtc-audio-processing \
|
|
${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "x265", "", d)} \
|
|
"
|
|
RDEPENDS:packagegroup-meta-multimedia:remove:libc-musl = "projucer"
|
|
RDEPENDS:packagegroup-meta-multimedia:remove:powerpc64le = "openh264"
|
|
|
|
RDEPENDS:packagegroup-meta-multimedia-connectivity = "\
|
|
gssdp \
|
|
gupnp-av \
|
|
gupnp-dlna \
|
|
gupnp-igd \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "gupnp-tools", "", d)} \
|
|
gupnp \
|
|
libupnp \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "rygel", "", d)} \
|
|
"
|
|
RDEPENDS:packagegroup-meta-multimedia-dvb = "\
|
|
oscam \
|
|
tvheadend \
|
|
"
|
|
|
|
RDEPENDS:packagegroup-meta-multimedia-mkv = "\
|
|
libebml \
|
|
libmatroska \
|
|
"
|
|
|
|
RDEPENDS:packagegroup-meta-multimedia-support = "\
|
|
crossguid \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "libmediaart-2.0", "", d)} \
|
|
gst-instruments \
|
|
libsrtp \
|
|
srt \
|
|
"
|
|
# devel headers/libraries only packages
|
|
# libsquish
|