require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" SRCBRANCH = "MM_04.06.03_2110_L5.10.y" SRC_URI = " \ ${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \ " SRCREV = "7113baa4dd681cf028b04ef4ebe70b06db4b0f08" DEFAULT_PREFERENCE = "-1" S = "${WORKDIR}/git" LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" DEPENDS += "gstreamer1.0-plugins-base virtual/kernel libcap zlib bzip2 \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \ " # Make sure kernel sources are available do_configure[depends] += "virtual/kernel:do_shared_workdir" PACKAGECONFIG += "qt5" PACKAGECONFIG[qt5] = '-Dqt5=enabled \ ,-Dqt5=disabled,qtbase qtdeclarative qtbase-native qtx11extras' # remove the duplicate libs except qtsink do_install:append() { rm -rf ${D}/usr if [ -e ${WORKDIR}/build/ext/qt/libgstqmlgl.so ]; then mkdir -p ${D}${libdir}/gstreamer-1.0/ install -m 0755 ${WORKDIR}/build/ext/qt/libgstqmlgl.so ${D}${libdir}/gstreamer-1.0/ fi } FILES:${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp)"