summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2020-11-01 01:43:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-12 13:06:28 +0000
commit2306702899ca7df9f0629366c68f21f9f02ada5a (patch)
tree2c62f58dcee11a1191e6f50d944d9b88817a82ce /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb
parentf652c4d1b8a9c7519a41a22e00e3c4c19e95d4c6 (diff)
downloadpoky-2306702899ca7df9f0629366c68f21f9f02ada5a.tar.gz
gstreamer1.0-plugins-ugly: Update 1.16.2 -> Update 1.16.3
(From OE-Core rev: 0fec6a473695d9ae794593f7cea98d05ef959d7a) (From OE-Core rev: ff6954c90a1aeda1a12a3414ae0901476a173cd1) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb
new file mode 100644
index 0000000000..d9ec82d887
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb
@@ -0,0 +1,39 @@
1require gstreamer1.0-plugins-common.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
4 file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068"
5
6LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
7LICENSE_FLAGS = "commercial"
8
9SRC_URI = " \
10 https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
11 "
12SRC_URI[md5sum] = "b025125a6c928024cbd300cc27b5d712"
13SRC_URI[sha256sum] = "403c21688065f41e53008874402b5c07832567cc1309a60df597eab7ff5843f0"
14
15S = "${WORKDIR}/gst-plugins-ugly-${PV}"
16
17DEPENDS += "gstreamer1.0-plugins-base"
18
19GST_PLUGIN_SET_HAS_EXAMPLES = "0"
20
21PACKAGECONFIG ??= " \
22 ${GSTREAMER_ORC} \
23 a52dec mpeg2dec \
24"
25
26PACKAGECONFIG[a52dec] = "-Da52dec=enabled,-Da52dec=disabled,liba52"
27PACKAGECONFIG[amrnb] = "-Damrnb=enabled,-Damrnb=disabled,opencore-amr"
28PACKAGECONFIG[amrwb] = "-Damrwbdec=enabled,-Damrwbdec=disabled,opencore-amr"
29PACKAGECONFIG[cdio] = "-Dcdio=enabled,-Dcdio=disabled,libcdio"
30PACKAGECONFIG[dvdread] = "-Ddvdread=enabled,-Ddvdread=disabled,libdvdread"
31PACKAGECONFIG[mpeg2dec] = "-Dmpeg2dec=enabled,-Dmpeg2dec=disabled,mpeg2dec"
32PACKAGECONFIG[x264] = "-Dx264=enabled,-Dx264=disabled,x264"
33
34EXTRA_OEMESON += " \
35 -Dsidplay=disabled \
36"
37
38FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs"
39FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs"