summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1/gst1-validate
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2014-10-21 22:53:22 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-22 22:57:42 +0200
commitd3cc980903d6afaa9988145df39605a5038decbb (patch)
tree9ceecc59c82caa374980fe8d6cc8b439c7c7fd0e /package/gstreamer1/gst1-validate
parent47deb7ba80edb8f65068a1dffc97094867deede9 (diff)
downloadbuildroot-d3cc980903d6afaa9988145df39605a5038decbb.tar.gz
buildroot-d3cc980903d6afaa9988145df39605a5038decbb.zip
gst1-validate: new package
Example usages can be found at [1]. [1] http://blogs.gnome.org/tsaunier/2014/04/21/gst-validate-a-suite-of-tools-to-run-integration-tests-for-gstreamer-2/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [build test on minimal internal x86_64 toolchain] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1/gst1-validate')
-rw-r--r--package/gstreamer1/gst1-validate/Config.in9
-rw-r--r--package/gstreamer1/gst1-validate/gst1-validate.hash2
-rw-r--r--package/gstreamer1/gst1-validate/gst1-validate.mk17
3 files changed, 28 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-validate/Config.in b/package/gstreamer1/gst1-validate/Config.in
new file mode 100644
index 0000000000..ffcdd270a5
--- /dev/null
+++ b/package/gstreamer1/gst1-validate/Config.in
@@ -0,0 +1,9 @@
+menuconfig BR2_PACKAGE_GST1_VALIDATE
+ bool "gst1-validate"
+ select BR2_PACKAGE_GST1_PLUGINS_BASE
+ help
+ GstValidate is a tool that allows GStreamer developers to
+ check that the GstElements they write behave the way they
+ are supposed to.
+
+ http://gstreamer.freedesktop.org/
diff --git a/package/gstreamer1/gst1-validate/gst1-validate.hash b/package/gstreamer1/gst1-validate/gst1-validate.hash
new file mode 100644
index 0000000000..e2eb3ae65d
--- /dev/null
+++ b/package/gstreamer1/gst1-validate/gst1-validate.hash
@@ -0,0 +1,2 @@
+# Hash from http://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.4.0.tar.xz.sha256sum
+sha256 ac30d1041a8cfe5d268439f5cedee7e9753ba49080fc67bff1266581198438d0 gst-validate-1.4.0.tar.xz
diff --git a/package/gstreamer1/gst1-validate/gst1-validate.mk b/package/gstreamer1/gst1-validate/gst1-validate.mk
new file mode 100644
index 0000000000..4972cacb6e
--- /dev/null
+++ b/package/gstreamer1/gst1-validate/gst1-validate.mk
@@ -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
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud