summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2018-09-26 19:42:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-08 20:14:42 +0000
commit2402547c97d3e8ff591c4ff8502e289e381debef (patch)
tree24ad3346eab12bf52311eb20abb0b9689c3f1b31 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb
parentd488e8c03b22a470808bf854184059893e3b487a (diff)
downloadpoky-2402547c97d3e8ff591c4ff8502e289e381debef.tar.gz
gstreamer1.0-plugin-ugly: upgrade to version 1.14.3
(From OE-Core rev: aedec50bc8fb2ddcd1ea7cadbdd07f9d103840aa) (From OE-Core rev: e8d3087ddd782d40ac0ea93024b4e07c58e937b5) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb
new file mode 100644
index 0000000000..93ad400a93
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.3.bb
@@ -0,0 +1,40 @@
1require gstreamer1.0-plugins.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 http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
11 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
12 "
13SRC_URI[md5sum] = "4b23a9a9675ff62c83b117b519f10951"
14SRC_URI[sha256sum] = "43847fc4d1eae26dd48a6a93d0460146f5f0802582a7e8a9cc66f09dcb0b2306"
15
16S = "${WORKDIR}/gst-plugins-ugly-${PV}"
17
18DEPENDS += "gstreamer1.0-plugins-base libid3tag"
19
20inherit gettext
21
22PACKAGECONFIG ??= " \
23 ${GSTREAMER_ORC} \
24 a52dec mpeg2dec \
25"
26
27PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52"
28PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr"
29PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr"
30PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio"
31PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread"
32PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec"
33PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264"
34
35EXTRA_OECONF += " \
36 --disable-sidplay \
37"
38
39FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs"
40FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs"