The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer1 / gst1-validate / gst1-validate.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/gstreamer1/gst1-validate/gst1-validate.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/gstreamer1/gst1-validate/gst1-validate.mk
new file mode 100644 (file)
index 0000000..9a9e796
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# gst1-validate
+#
+################################################################################
+
+GST1_VALIDATE_VERSION = 1.4.0
+GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
+GST1_VALIDATE_SITE = http://gstreamer.freedesktop.org/src/gst-validate
+GST1_VALIDATE_LICENSE = LGPLv2.1+
+GST1_VALIDATE_LICENSE_FILES = COPYING
+
+GST1_VALIDATE_CONF_OPTS = --disable-sphinx-doc
+
+GST1_VALIDATE_DEPENDENCIES = gstreamer1 gst1-plugins-base host-python python
+
+$(eval $(autotools-package))