diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb new file mode 100644 index 0000000000..5583c2f128 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.5.bb | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | require gstreamer1.0-plugins-common.inc | ||
| 2 | require gstreamer1.0-plugins-license.inc | ||
| 3 | |||
| 4 | SUMMARY = "'Ugly GStreamer plugins" | ||
| 5 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | ||
| 6 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
| 9 | " | ||
| 10 | |||
| 11 | LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" | ||
| 12 | LICENSE_FLAGS = "commercial" | ||
| 13 | |||
| 14 | SRC_URI = " \ | ||
| 15 | https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "3dfc43435be97e110816bac6d602b0f206a038546279683d9d25372ff127db52" | ||
| 19 | |||
| 20 | S = "${UNPACKDIR}/gst-plugins-ugly-${PV}" | ||
| 21 | |||
| 22 | DEPENDS += "gstreamer1.0-plugins-base" | ||
| 23 | |||
| 24 | GST_PLUGIN_SET_HAS_EXAMPLES = "0" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= " \ | ||
| 27 | ${GSTREAMER_ORC} \ | ||
| 28 | " | ||
| 29 | |||
| 30 | PACKAGECONFIG[a52dec] = "-Da52dec=enabled,-Da52dec=disabled,liba52" | ||
| 31 | PACKAGECONFIG[cdio] = "-Dcdio=enabled,-Dcdio=disabled,libcdio" | ||
| 32 | PACKAGECONFIG[dvdread] = "-Ddvdread=enabled,-Ddvdread=disabled,libdvdread" | ||
| 33 | PACKAGECONFIG[mpeg2dec] = "-Dmpeg2dec=enabled,-Dmpeg2dec=disabled,mpeg2dec" | ||
| 34 | PACKAGECONFIG[x264] = "-Dx264=enabled,-Dx264=disabled,x264" | ||
| 35 | |||
| 36 | GSTREAMER_GPL = "${@bb.utils.filter('PACKAGECONFIG', 'a52dec cdio dvdread mpeg2dec x264', d)}" | ||
| 37 | |||
| 38 | EXTRA_OEMESON += " \ | ||
| 39 | -Ddoc=disabled \ | ||
| 40 | -Dsidplay=disabled \ | ||
| 41 | " | ||
| 42 | |||
| 43 | FILES:${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | ||
| 44 | FILES:${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||
