mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
gst1-validate: bump to version 1.10.0
It now requires json-glib as dependency so adjust. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4ea04475a6
commit
32e0d57a0f
@ -2,6 +2,7 @@ config BR2_PACKAGE_GST1_VALIDATE
|
|||||||
bool "gst1-validate"
|
bool "gst1-validate"
|
||||||
depends on BR2_PACKAGE_PYTHON
|
depends on BR2_PACKAGE_PYTHON
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
|
select BR2_PACKAGE_JSON_GLIB
|
||||||
select BR2_PACKAGE_PYTHON_PYEXPAT
|
select BR2_PACKAGE_PYTHON_PYEXPAT
|
||||||
# cairo is autodetected but needs PNG support
|
# cairo is autodetected but needs PNG support
|
||||||
select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.8.3.tar.xz.sha256sum
|
# From http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.0.tar.xz.sha256sum
|
||||||
sha256 4525a4fb5b85b8a49674e00d652bee9ac62c56241c148abbff23efa50a224e34 gst-validate-1.8.3.tar.xz
|
sha256 a99a5cd1dfa5d021dd0197b32b04a20348479c097ebeb1f4c36161d70048a176 gst-validate-1.10.0.tar.xz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
GST1_VALIDATE_VERSION = 1.8.3
|
GST1_VALIDATE_VERSION = 1.10.0
|
||||||
GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
|
GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
|
||||||
GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
|
GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
|
||||||
GST1_VALIDATE_LICENSE = LGPLv2.1+
|
GST1_VALIDATE_LICENSE = LGPLv2.1+
|
||||||
@ -15,6 +15,7 @@ GST1_VALIDATE_CONF_OPTS = --disable-sphinx-doc
|
|||||||
GST1_VALIDATE_DEPENDENCIES = \
|
GST1_VALIDATE_DEPENDENCIES = \
|
||||||
gstreamer1 \
|
gstreamer1 \
|
||||||
gst1-plugins-base \
|
gst1-plugins-base \
|
||||||
|
json-glib \
|
||||||
host-python \
|
host-python \
|
||||||
python \
|
python \
|
||||||
$(if $(BR2_PACKAGE_CAIRO),cairo)
|
$(if $(BR2_PACKAGE_CAIRO),cairo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user