summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <R01007@freescale.com>2015-04-04 07:05:47 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-09 08:57:12 -0300
commitdb048b08dfe6b28ed407f1d6e288d6240639289c (patch)
tree3da9df0573f78f329db38e6358e613044ad38479
parent0d2f4f824170c696bee2b3d296c41962be1cd7a5 (diff)
downloadmeta-fsl-arm-db048b08dfe6b28ed407f1d6e288d6240639289c.tar.gz
gst1.0-fsl-plugin: Upgrade to 4.0.3 version
Upgrade to support GStreamer 1.4.X Signed-off-by: Jun Zhu <R01007@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb (renamed from recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.2.bb)13
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.2.bb b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb
index 6b27720..dd761b6 100644
--- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.2.bb
+++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.3.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2014 Freescale Semiconductor 1# Copyright (C) 2014,2015 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4require gst-fsl-plugin.inc 4require gst-fsl-plugin.inc
@@ -8,13 +8,15 @@ S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}"
8 8
9EXTRA_OECONF += " CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR}" 9EXTRA_OECONF += " CROSS_ROOT=${PKG_CONFIG_SYSROOT_DIR}"
10 10
11SRC_URI[md5sum] = "5ea09ead59df2f2230074f1173f41729" 11SRC_URI[md5sum] = "b5c1072536479c174bda1349ade5d10c"
12SRC_URI[sha256sum] = "02acd2608c98d464e41b1f6eba482c5c33437624c78140d26cc0e3213dc71304" 12SRC_URI[sha256sum] = "9d5c051cbde023014e67fde07bc314b6b9a5e7030e24eb0d8afdf33e7e458125"
13 13
14DEPENDS_append = " gstreamer1.0 gstreamer1.0-plugins-base" 14DEPENDS_append = " gstreamer1.0 gstreamer1.0-plugins-base"
15RDEPENDS_${PN} += "gstreamer1.0-plugins-good-id3demux" 15RDEPENDS_${PN} += "gstreamer1.0-plugins-good-id3demux"
16 16
17PACKAGECONFIG ?= "overlaysink" 17PACKAGECONFIG ?= ""
18PACKAGECONFIG_mx6 = "overlaysink"
19
18# FIXME: Add all features 20# FIXME: Add all features
19# feature from excluded mm packages 21# feature from excluded mm packages
20PACKAGECONFIG[ac3] += ",,libfslac3codec,libfslac3codec" 22PACKAGECONFIG[ac3] += ",,libfslac3codec,libfslac3codec"
@@ -23,7 +25,8 @@ PACKAGECONFIG[aacp] += ",,libfslaacpcodec,libfslaacpcodec"
23MSDEPENDS = "libfslmsparser libfslmscodec" 25MSDEPENDS = "libfslmsparser libfslmscodec"
24PACKAGECONFIG[wma10dec] += ",,${MSDEPENDS},${MSDEPENDS}" 26PACKAGECONFIG[wma10dec] += ",,${MSDEPENDS},${MSDEPENDS}"
25PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSDEPENDS}" 27PACKAGECONFIG[wma8enc] += "--enable-wma8enc,--disable-wma8enc,${MSDEPENDS},${MSDEPENDS}"
26PACKAGECONFIG[overlaysink] += "--enable-overlaysink,--disable-overlaysink,imx-gpu-viv" 28OVDEPENDS = "virtual/libg2d"
29PACKAGECONFIG[overlaysink] += "--enable-overlaysink,--disable-overlaysink, ${OVDEPENDS}"
27 30
28FILES_${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" 31FILES_${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}"
29FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" 32FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"