Bump buildroot to 2019.02
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_PLUGINS_BASE_VERSION = 1.12.4
|
||||
GST1_PLUGINS_BASE_VERSION = 1.14.4
|
||||
GST1_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST1_PLUGINS_BASE_VERSION).tar.xz
|
||||
GST1_PLUGINS_BASE_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-base
|
||||
GST1_PLUGINS_BASE_INSTALL_STAGING = YES
|
||||
@@ -14,7 +14,8 @@ GST1_PLUGINS_BASE_LICENSE = LGPL-2.0+, LGPL-2.1+
|
||||
# gio_unix_2_0 is only used for tests
|
||||
GST1_PLUGINS_BASE_CONF_OPTS = \
|
||||
--disable-examples \
|
||||
--disable-valgrind
|
||||
--disable-valgrind \
|
||||
--disable-introspection
|
||||
|
||||
# Options which require currently unpackaged libraries
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += \
|
||||
@@ -24,13 +25,64 @@ GST1_PLUGINS_BASE_CONF_OPTS += \
|
||||
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES = gstreamer1
|
||||
|
||||
# These plugins are liste in the order from ./configure --help
|
||||
|
||||
# These plugins are listed in the order from ./configure --help
|
||||
ifeq ($(BR2_PACKAGE_ORC),y)
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += orc
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-orc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_OPENGL),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-opengl
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += libgl libglu
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-opengl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_GLES2),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-gles2
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += libgles
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-gles2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_GLX),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-glx
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += xorgproto xlib_libXrender
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-glx
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_EGL),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-egl
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += libegl
|
||||
GST1_PLUGINS_BASE_CONF_ENV += \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS) `$(PKG_CONFIG_HOST_BINARY) --cflags egl`" \
|
||||
LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs egl`"
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-egl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_X11),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-x11
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += xlib_libX11 xlib_libXext
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-x11
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_WAYLAND),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-wayland
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += wayland wayland-protocols
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-wayland
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_DISPMANX),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-dispmanx
|
||||
GST1_PLUGINS_BASE_DEPENDENCIES += rpi-userland
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-dispmanx
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_ADDER),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-adder
|
||||
else
|
||||
@@ -49,6 +101,12 @@ else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-audioconvert
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-audiomixer
|
||||
else
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --disable-audiomixer
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORATE),y)
|
||||
GST1_PLUGINS_BASE_CONF_OPTS += --enable-audiorate
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user