summaryrefslogtreecommitdiffstats
path: root/rules/gst-devtools1.in
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-09-10 11:50:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-09-11 12:18:18 +0200
commit2b1ca1298ad53c46b3988de8f7f7649f73460425 (patch)
tree3d6ace6c25efc02163cbc6484d6974527727a3fe /rules/gst-devtools1.in
parent3b2ce6a6d7c83859380ea1320136bb20e1120371 (diff)
downloadptxdist-2b1ca1298ad53c46b3988de8f7f7649f73460425.tar.gz
ptxdist-2b1ca1298ad53c46b3988de8f7f7649f73460425.tar.xz
gst-devtools1: new package, replaces gst-validate1
The gst-devtools1 package includes gst-validate, which is not released separately anymore. Replace the gst-validate1 package and add a config migration helper. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20200910095034.655-10-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-devtools1.in')
-rw-r--r--rules/gst-devtools1.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/rules/gst-devtools1.in b/rules/gst-devtools1.in
new file mode 100644
index 000000000..9afffdcd2
--- /dev/null
+++ b/rules/gst-devtools1.in
@@ -0,0 +1,31 @@
+## SECTION=multimedia_gstreamer1
+
+menuconfig GST_DEVTOOLS1
+ tristate
+ select HOST_MESON
+ select GSTREAMER1
+ select GSTREAMER1_CHECK
+ select GST_PLUGINS_BASE1
+ select JSON_GLIB
+ select CAIRO if GST_DEVTOOLS1_VIDEO
+ select CAIRO_PNG if GST_DEVTOOLS1_VIDEO
+ select PYTHON3 if GST_DEVTOOLS1_VALIDATE_LAUNCHER
+ select PYTHON3_SSL if GST_DEVTOOLS1_VALIDATE_LAUNCHER
+ prompt "gst-validate "
+ help
+ GstValidate is a tool that allows GStreamer developers to check
+ that the GstElements they write behave the way they are supposed to.
+ It was first started to provide plug-ins developers with a tool to
+ check that they use the framework the proper way.
+
+if GST_DEVTOOLS1
+
+config GST_DEVTOOLS1_VIDEO
+ bool
+ prompt "install video plugins and tools"
+
+config GST_DEVTOOLS1_VALIDATE_LAUNCHER
+ bool
+ prompt "install gst-validate-launcher"
+
+endif