gstreamer1.0-plugins-ugly_1.18.1.bb 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. require gstreamer1.0-plugins-common.inc
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
  3. file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068"
  4. LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
  5. LICENSE_FLAGS = "commercial"
  6. SRC_URI = " \
  7. https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
  8. "
  9. SRC_URI[sha256sum] = "18cd6cb829eb9611ca63cbcbf46aca0f0de1dd28b2df18caa2834326a75ff725"
  10. S = "${WORKDIR}/gst-plugins-ugly-${PV}"
  11. DEPENDS += "gstreamer1.0-plugins-base"
  12. GST_PLUGIN_SET_HAS_EXAMPLES = "0"
  13. PACKAGECONFIG ??= " \
  14. ${GSTREAMER_ORC} \
  15. a52dec mpeg2dec \
  16. "
  17. PACKAGECONFIG[a52dec] = "-Da52dec=enabled,-Da52dec=disabled,liba52"
  18. PACKAGECONFIG[amrnb] = "-Damrnb=enabled,-Damrnb=disabled,opencore-amr"
  19. PACKAGECONFIG[amrwb] = "-Damrwbdec=enabled,-Damrwbdec=disabled,opencore-amr"
  20. PACKAGECONFIG[cdio] = "-Dcdio=enabled,-Dcdio=disabled,libcdio"
  21. PACKAGECONFIG[dvdread] = "-Ddvdread=enabled,-Ddvdread=disabled,libdvdread"
  22. PACKAGECONFIG[mpeg2dec] = "-Dmpeg2dec=enabled,-Dmpeg2dec=disabled,mpeg2dec"
  23. PACKAGECONFIG[x264] = "-Dx264=enabled,-Dx264=disabled,x264"
  24. EXTRA_OEMESON += " \
  25. -Ddoc=disabled \
  26. -Dsidplay=disabled \
  27. "
  28. FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs"
  29. FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs"