Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_PLUGINS_BAD_VERSION = 1.8.2
|
||||
GST1_PLUGINS_BAD_VERSION = 1.10.4
|
||||
GST1_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST1_PLUGINS_BAD_VERSION).tar.xz
|
||||
GST1_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
|
||||
GST1_PLUGINS_BAD_SITE = https://gstreamer.freedesktop.org/src/gst-plugins-bad
|
||||
GST1_PLUGINS_BAD_INSTALL_STAGING = YES
|
||||
GST1_PLUGINS_BAD_LICENSE_FILES = COPYING COPYING.LIB
|
||||
# Unknown and GPL licensed plugins will append to GST1_PLUGINS_BAD_LICENSE if
|
||||
# enabled.
|
||||
GST1_PLUGINS_BAD_LICENSE = LGPLv2+ LGPLv2.1+
|
||||
GST1_PLUGINS_BAD_LICENSE = LGPLv2+, LGPLv2.1+
|
||||
|
||||
GST1_PLUGINS_BAD_CONF_OPTS = \
|
||||
--disable-examples \
|
||||
@@ -44,7 +44,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
||||
--disable-ladspa \
|
||||
--disable-lv2 \
|
||||
--disable-libde265 \
|
||||
--disable-srtp \
|
||||
--disable-linsys \
|
||||
--disable-modplug \
|
||||
--disable-mimic \
|
||||
@@ -517,6 +516,12 @@ else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-stereo
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TIMECODE),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-timecode
|
||||
else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-timecode
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-tta
|
||||
else
|
||||
@@ -642,6 +647,14 @@ else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-fbdev
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FDK_AAC),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-fdk_aac
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += fdk-aac
|
||||
GST1_PLUGINS_BAD_HAS_UNKNOWN_LICENSE = y
|
||||
else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-fdk_aac
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-gl
|
||||
else
|
||||
@@ -667,6 +680,13 @@ else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-hls
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_KMS),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-kms
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += libdrm
|
||||
else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-kms
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-libmms
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += libmms
|
||||
@@ -766,6 +786,13 @@ else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-sndfile
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SRTP),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-srtp
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += libsrtp
|
||||
else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-srtp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-vcd
|
||||
else
|
||||
@@ -786,6 +813,13 @@ else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-webp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBRTC),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-webrtc
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += webrtc-audio-processing
|
||||
else
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-webrtc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265),y)
|
||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-x265
|
||||
GST1_PLUGINS_BAD_DEPENDENCIES += x265
|
||||
|
||||
Reference in New Issue
Block a user