From: Tim-Philipp Müller Date: Wed, 27 May 2020 23:16:57 +0000 (+0100) Subject: Ship validate as part of a gst-devtools tarball X-Git-Tag: 1.19.3~491^2~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd4836951e39068e238e62bcbd2a80eb685002b3;p=platform%2Fupstream%2Fgstreamer.git Ship validate as part of a gst-devtools tarball Part-of: --- diff --git a/validate/ChangeLog b/ChangeLog similarity index 100% rename from validate/ChangeLog rename to ChangeLog diff --git a/validate/NEWS b/NEWS similarity index 100% rename from validate/NEWS rename to NEWS diff --git a/validate/RELEASE b/RELEASE similarity index 100% rename from validate/RELEASE rename to RELEASE diff --git a/validate/gst-validate.doap b/gst-devtools.doap similarity index 70% rename from validate/gst-validate.doap rename to gst-devtools.doap index 99b1e8e..a81e40b 100644 --- a/validate/gst-validate.doap +++ b/gst-devtools.doap @@ -5,13 +5,14 @@ xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/"> - GStreamer + GStreamer development and validation tools gstreamer - + 1999-10-31 - GstValidate is a testing framework aiming at providing GStreamer developers - tools that check the GstElements they write behave the way they are supposed to. + GStreamer development and validation tools including GstValidate, a testing + framework aiming at providing GStreamer developers tools that check the + GstElements they write behave the way they are supposed to. GstValidate is a tool that allows GStreamer developers to check that the @@ -38,12 +39,12 @@ world interactive cases and reproduce existing issues in a convenient way. - + - + C - + @@ -128,7 +129,7 @@ master 2018-02-15 - + @@ -138,7 +139,7 @@ 1.12 2017-12-07 - + @@ -148,7 +149,7 @@ 1.12 2017-09-18 - + @@ -158,7 +159,7 @@ 1.12 2017-07-14 - + @@ -168,7 +169,7 @@ 1.12 2017-06-20 - + @@ -178,7 +179,7 @@ master 2017-05-04 - + @@ -188,7 +189,7 @@ master 2017-04-27 - + @@ -198,7 +199,7 @@ master 2017-04-07 - + @@ -208,7 +209,7 @@ master 2017-02-24 - + @@ -218,7 +219,7 @@ master 2017-01-12 - + @@ -226,7 +227,7 @@ 1.10.0 master 2016-11-01 - + @@ -234,7 +235,7 @@ 1.9.90 master 2016-09-30 - + @@ -242,7 +243,7 @@ 1.9.2 master 2016-09-01 - + @@ -250,7 +251,7 @@ 1.9.1 master 2016-06-06 - + @@ -258,7 +259,7 @@ 1.8.0 master 2016-03-24 - + @@ -266,7 +267,7 @@ 1.7.91 master 2016-03-15 - + @@ -274,7 +275,7 @@ 1.7.90 master 2016-03-01 - + @@ -282,7 +283,7 @@ 1.6.0 1.6 2015-09-25 - + @@ -290,7 +291,7 @@ 1.5.90 1.5 2015-08-20 - + @@ -300,7 +301,7 @@ 1.5 2014-09-29 - + @@ -310,7 +311,7 @@ 1.4 2014-09-29 - + diff --git a/validate/AUTHORS b/validate/AUTHORS deleted file mode 100644 index e69de29..0000000 diff --git a/validate/meson.build b/validate/meson.build index 4601d5c..42ccea5 100644 --- a/validate/meson.build +++ b/validate/meson.build @@ -1,5 +1,3 @@ -# version: '1.17.0.1' - we're putting this in here to trick the dist-hook check -# in release.mak in the common submodule without having to update it inc_dirs = include_directories('.') cdata = configuration_data()