mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
config BR2_PACKAGE_GST1_DEVTOOLS
|
||||
bool "gst1-devtools"
|
||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_GSTREAMER1_CHECK
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_JSON_GLIB
|
||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT
|
||||
# cairo is autodetected but needs PNG support
|
||||
select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
||||
help
|
||||
@@ -14,5 +13,4 @@ config BR2_PACKAGE_GST1_DEVTOOLS
|
||||
https://gstreamer.freedesktop.org
|
||||
|
||||
comment "gst1-devtools depends on python"
|
||||
depends on !BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_PACKAGE_PYTHON3
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.18.0.tar.xz.sha256sum
|
||||
sha256 82337141b5654f11c440f783892ba9d9498b3b6b98c2286b000f96dce6945f16 gst-devtools-1.18.0.tar.xz
|
||||
# From https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.20.4.tar.xz.sha256sum
|
||||
sha256 82a293600273f4dd3eed567aae510ca0c7d629c3807788b00e6cdbd1d2459a84 gst-devtools-1.20.4.tar.xz
|
||||
sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 validate/COPYING
|
||||
|
||||
@@ -4,22 +4,22 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_DEVTOOLS_VERSION = 1.18.0
|
||||
GST1_DEVTOOLS_VERSION = 1.20.4
|
||||
GST1_DEVTOOLS_SOURCE = gst-devtools-$(GST1_DEVTOOLS_VERSION).tar.xz
|
||||
GST1_DEVTOOLS_SITE = https://gstreamer.freedesktop.org/src/gst-devtools
|
||||
GST1_DEVTOOLS_LICENSE = LGPL-2.1+
|
||||
GST1_DEVTOOLS_LICENSE_FILES = validate/COPYING
|
||||
GST1_DEVTOOLS_INSTALL_STAGING = YES
|
||||
|
||||
GST1_DEVTOOLS_DEPENDENCIES = \
|
||||
host-python3 \
|
||||
python3 \
|
||||
gstreamer1 \
|
||||
gst1-plugins-base \
|
||||
json-glib \
|
||||
$(if $(BR2_PACKAGE_CAIRO),cairo)
|
||||
json-glib
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
GST1_DEVTOOLS_DEPENDENCIES += host-python3 python3
|
||||
else
|
||||
GST1_DEVTOOLS_DEPENDENCIES += host-python python
|
||||
ifeq ($(BR2_PACKAGE_GST1_RTSP_SERVER),y)
|
||||
GST1_DEVTOOLS_DEPENDENCIES += gst1-rtsp-server
|
||||
endif
|
||||
|
||||
GST1_DEVTOOLS_CONF_OPTS = \
|
||||
@@ -29,4 +29,12 @@ GST1_DEVTOOLS_CONF_OPTS = \
|
||||
-Dtests=disabled \
|
||||
-Ddoc=disabled
|
||||
|
||||
# build GstValidateVideo
|
||||
ifeq ($(BR2_PACKAGE_CAIRO),y)
|
||||
GST1_DEVTOOLS_CONF_OPTS += -Dcairo=enabled
|
||||
GST1_DEVTOOLS_DEPENDENCIES += cairo
|
||||
else
|
||||
GST1_DEVTOOLS_CONF_OPTS += -Dcairo=disabled
|
||||
endif
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
||||
Reference in New Issue
Block a user