1require gstreamer1.0-plugins-common.inc 2require gstreamer1.0-plugins-license.inc 3 4DESCRIPTION = "'Ugly GStreamer plugins" 5HOMEPAGE = "https://gstreamer.freedesktop.org/" 6BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues" 7 8LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 9 file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" 10 11LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" 12LICENSE_FLAGS = "commercial" 13 14SRC_URI = " \ 15 https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ 16 " 17SRC_URI[sha256sum] = "af67d8ba7cab230f64d0594352112c2c443e2aa36a87c35f9f98a43d11430b87" 18 19S = "${WORKDIR}/gst-plugins-ugly-${PV}" 20 21DEPENDS += "gstreamer1.0-plugins-base" 22 23GST_PLUGIN_SET_HAS_EXAMPLES = "0" 24 25PACKAGECONFIG ??= " \ 26 ${GSTREAMER_ORC} \ 27 a52dec mpeg2dec \ 28" 29 30PACKAGECONFIG[amrnb] = "-Damrnb=enabled,-Damrnb=disabled,opencore-amr" 31PACKAGECONFIG[amrwb] = "-Damrwbdec=enabled,-Damrwbdec=disabled,opencore-amr" 32PACKAGECONFIG[a52dec] = "-Da52dec=enabled,-Da52dec=disabled,liba52" 33PACKAGECONFIG[cdio] = "-Dcdio=enabled,-Dcdio=disabled,libcdio" 34PACKAGECONFIG[dvdread] = "-Ddvdread=enabled,-Ddvdread=disabled,libdvdread" 35PACKAGECONFIG[mpeg2dec] = "-Dmpeg2dec=enabled,-Dmpeg2dec=disabled,mpeg2dec" 36PACKAGECONFIG[x264] = "-Dx264=enabled,-Dx264=disabled,x264" 37 38GSTREAMER_GPL = "${@bb.utils.filter('PACKAGECONFIG', 'a52dec cdio dvdread mpeg2dec x264', d)}" 39 40EXTRA_OEMESON += " \ 41 -Ddoc=disabled \ 42 -Dsidplay=disabled \ 43" 44 45FILES:${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" 46FILES:${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" 47