Update buidlroot to version 2016.08.1
This commit is contained in:
2
bsp/buildroot/package/gstreamer/gst-dsp/gst-dsp.hash
Normal file
2
bsp/buildroot/package/gstreamer/gst-dsp/gst-dsp.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 45437a038979916de74e78a2cc7a0b01ba3982d0848e1e483a054c9cf0ce5883 gst-dsp-v0.10.2.tar.gz
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST_DSP_VERSION = 0.10.2
|
||||
GST_DSP_SITE = http://gst-dsp.googlecode.com/files
|
||||
GST_DSP_VERSION = v0.10.2
|
||||
GST_DSP_SITE = $(call github,felipec,gst-dsp,$(GST_DSP_VERSION))
|
||||
|
||||
define GST_DSP_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
|
||||
|
||||
@@ -3,6 +3,8 @@ config BR2_PACKAGE_GST_FFMPEG
|
||||
# Unsupported for MIPS R6. It bundles a version of libav which
|
||||
# doesn't have support for MIPS R6.
|
||||
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
||||
# triggers https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65151 on sh
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_sh
|
||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||
help
|
||||
GStreamer plugin containing one plugin with a set of elements using
|
||||
@@ -23,3 +25,6 @@ config BR2_PACKAGE_GST_FFMPEG_GPL
|
||||
be under GPL.
|
||||
|
||||
endif
|
||||
|
||||
comment "gst-ffmpeg needs a toolchain w/ gcc >= 5"
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_5 && BR2_sh
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
comment "gst-fsl-plugins needs an imx-specific Linux kernel to be built"
|
||||
depends on BR2_arm && !BR2_LINUX_KERNEL
|
||||
|
||||
comment "gst-fsl-plugins needs an (e)glibc toolchain"
|
||||
comment "gst-fsl-plugins needs a glibc toolchain"
|
||||
depends on BR2_arm
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
@@ -9,13 +9,12 @@ config BR2_PACKAGE_GST_FSL_PLUGINS
|
||||
bool "gst-fsl-plugins"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_arm # Only relevant for i.MX
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # libfslcodec
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # imx-codec
|
||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||
select BR2_PACKAGE_LIBFSLVPUWRAP
|
||||
select BR2_PACKAGE_IMX_VPUWRAP if BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
|
||||
select BR2_PACKAGE_IMX_LIB
|
||||
select BR2_PACKAGE_IMX_VPU
|
||||
select BR2_PACKAGE_LIBFSLPARSER
|
||||
select BR2_PACKAGE_LIBFSLCODEC
|
||||
select BR2_PACKAGE_IMX_PARSER
|
||||
select BR2_PACKAGE_IMX_CODEC
|
||||
select BR2_PACKAGE_FREESCALE_IMX
|
||||
help
|
||||
GStreamer plugins for hardware-accelerated audio and video
|
||||
|
||||
@@ -16,7 +16,11 @@ GST_FSL_PLUGINS_INSTALL_STAGING = YES
|
||||
GST_FSL_PLUGINS_AUTORECONF = YES
|
||||
|
||||
GST_FSL_PLUGINS_DEPENDENCIES += host-pkgconf gstreamer gst-plugins-base \
|
||||
libfslvpuwrap imx-lib imx-vpu libfslparser libfslcodec
|
||||
imx-lib imx-parser imx-codec
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREESCALE_IMX_HAS_VPU),y)
|
||||
GST_FSL_PLUGINS_DEPENDENCIES += imx-vpuwrap
|
||||
endif
|
||||
|
||||
GST_FSL_PLUGINS_CONF_ENV = \
|
||||
PLATFORM=$(BR2_PACKAGE_GST_FSL_PLUGINS_PLATFORM) \
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 56c719584d7a7ede5fc2053e8d1060f623b226a60672de0faba46fad646658a4 gst-omapfb-v1.0.tar.gz
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST_OMAPFB_VERSION = 1.0
|
||||
GST_OMAPFB_SITE = http://gst-dsp.googlecode.com/files
|
||||
GST_OMAPFB_VERSION = v1.0
|
||||
GST_OMAPFB_SITE = $(call github,felipec,gst-omapfb,$(GST_OMAPFB_VERSION))
|
||||
|
||||
define GST_OMAPFB_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
|
||||
|
||||
@@ -11,6 +11,6 @@ config BR2_PACKAGE_GST_PLUGIN_X170
|
||||
|
||||
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
|
||||
|
||||
comment "gst-plugin-x170 needs an (e)glibc toolchain and a Linux kernel to be built"
|
||||
comment "gst-plugin-x170 needs a glibc toolchain and a Linux kernel to be built"
|
||||
depends on BR2_arm926t
|
||||
depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 734ded3618246d946b53c2c8c7ab5a0961287485aaef5fb9bf874f93e3caa342 gst-plugin-x170-1.0.tar.gz
|
||||
@@ -1,2 +1,4 @@
|
||||
# From http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.36.tar.xz.md5
|
||||
md5 15389c73e091b1dda915279c388b9cb2 gstreamer-0.10.36.tar.xz
|
||||
# locally computed
|
||||
sha256 9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da gstreamer-0.10.36.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user