kumquat-buildroot/package/gstreamer1/gst1-validate/gst1-validate.mk
Peter Seiderer 66cc6eb178 gstreamer1: bump to 1.14.2
For release desription see [1].

- gst1-vaapi: remove upstream patch 0001-plugins-guard-GstGL-code.patch

[1] https://gstreamer.freedesktop.org/releases/1.14/#1.14.2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-07-27 09:18:17 +02:00

24 lines
644 B
Makefile

################################################################################
#
# gst1-validate
#
################################################################################
GST1_VALIDATE_VERSION = 1.14.2
GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
GST1_VALIDATE_LICENSE = LGPL-2.1+
GST1_VALIDATE_LICENSE_FILES = COPYING
GST1_VALIDATE_DEPENDENCIES = \
gstreamer1 \
gst1-plugins-base \
json-glib \
host-python \
python \
$(if $(BR2_PACKAGE_CAIRO),cairo)
GST1_VALIDATE_CONF_OPTS += --disable-sphinx-doc
$(eval $(autotools-package))