summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristinel Panfir <cristinel.panfir@nxp.com>2019-12-20 18:17:02 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-20 16:54:20 -0300
commit6158053c9eee4703a80b6c120b0bf45e4665f85b (patch)
treecde0711fe2b56fb055d46f2bfd1d2f5de9001dd8
parent72e75774f10f1447ba2fbfc85dde28e792f8dbf4 (diff)
downloadmeta-freescale-6158053c9eee4703a80b6c120b0bf45e4665f85b.tar.gz
gstreamer1.0-plugins-good: Upgrade to 1.16
Add FILESEXTRAPATHS to use patches from poky Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.%.bbappend (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend)0
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.imx.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb)19
2 files changed, 17 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.%.bbappend
index 8565c6a5..8565c6a5 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.%.bbappend
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.imx.bb
index 5781094b..1b3faee9 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.imx.bb
@@ -5,13 +5,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
5 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \ 5 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607 \
6 file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" 6 file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe"
7 7
8FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/${PN}:"
9FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:"
10
8GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" 11GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
9SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA" 12SRCBRANCH = "MM_04.05.01_1909_L4.19.35"
10 13
11SRC_URI = " \ 14SRC_URI = " \
12 ${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \ 15 ${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \
16 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
13" 17"
14SRCREV = "a31aabb7581d3f491cd31889d44479bb0f34990b" 18SRCREV = "3bcc85705695ee629ac3fb687411bb196d231918"
15 19
16DEFAULT_PREFERENCE = "-1" 20DEFAULT_PREFERENCE = "-1"
17 21
@@ -49,7 +53,16 @@ PACKAGECONFIG[v4l2] = "--enable-gst_v4l2 --enable-v4l2-probe,--disable-gst
49PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" 53PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx"
50PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" 54PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack"
51PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}" 55PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}"
56PACKAGECONFIG[bz2] = "--enable-bz2,--disable-bz2,bzip2"
57PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
58PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame"
59PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
60PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib"
52 61
62# qt5 support is disabled, because it is not present in OE core, and requires more work than
63# just adding a packageconfig (it requires access to moc, uic, rcc, and qmake paths).
64# This is better done in a separate qt5 layer (which then should add a "qt5" packageconfig
65# in a gstreamer1.0-plugins-good bbappend).
53EXTRA_OECONF += " \ 66EXTRA_OECONF += " \
54 --enable-bz2 \ 67 --enable-bz2 \
55 --enable-oss \ 68 --enable-oss \
@@ -64,6 +77,8 @@ EXTRA_OECONF += " \
64 --disable-osx_video \ 77 --disable-osx_video \
65 --disable-shout2 \ 78 --disable-shout2 \
66 --disable-waveform \ 79 --disable-waveform \
80 --disable-qt \
81 --disable-twolame \
67" 82"
68 83
69FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" 84FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs"