New packages: tcpreplay, hostapd
Updated/fixed packages: autoconf, bind, binutils, busybox,
- directfb, iw, libfuse, libpcap, lighttpd, mesa, pcre, sshfs,
- usbutils
+ directfb, gst-plugins-bad, iw, libfuse, libpcap, lighttpd,
+ mesa, pcre, sshfs, usbutils
Issues resolved (http://bugs.uclibc.org):
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AMRPARSE
bool "amrparse"
+config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX
+ bool "asfmux"
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT
bool "autoconvert"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREEZE
bool "freeze"
+config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R
+ bool "frei0r"
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_H264PARSE
bool "h264parse"
+config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_HDVPARSE
+ bool "hdvparse"
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBRFB
bool "librfb"
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SELECTOR
bool "selector"
+config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SHAPEWIPE
+ bool "shapewipe"
+
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN
bool "siren"
GST_PLUGINS_BAD_CONF_OPT += --disable-amrparse
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_ASFMUX),y)
+GST_PLUGINS_BAD_CONF_OPT += --enable-asfmux
+else
+GST_PLUGINS_BAD_CONF_OPT += --disable-asfmux
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AUTOCONVERT),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-autoconvert
else
GST_PLUGINS_BAD_CONF_OPT += --disable-freeze
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_FREI0R),y)
+GST_PLUGINS_BAD_CONF_OPT += --enable-frei0r
+else
+GST_PLUGINS_BAD_CONF_OPT += --disable-frei0r
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_H264PARSE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-h264parse
else
GST_PLUGINS_BAD_CONF_OPT += --disable-h264parse
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_HDVPARSE),y)
+GST_PLUGINS_BAD_CONF_OPT += --enable-hdvparse
+else
+GST_PLUGINS_BAD_CONF_OPT += --disable-hdvparse
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LIBRFB),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-librfb
else
GST_PLUGINS_BAD_CONF_OPT += --disable-selector
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SHAPEWIPE),y)
+GST_PLUGINS_BAD_CONF_OPT += --enable-shapewipe
+else
+GST_PLUGINS_BAD_CONF_OPT += --disable-shapewipe
+endif
+
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SIREN),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-siren
else