From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../files/pitivi-0.97.1-optional-tests.patch | 21 ++++++++++++++++++++ .../files/pitivi-0.98.1-optional-tests.patch | 23 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch create mode 100644 media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch (limited to 'media-video/pitivi/files') diff --git a/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch new file mode 100644 index 000000000000..cfc86dccb1d6 --- /dev/null +++ b/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch @@ -0,0 +1,21 @@ +make tests optional + +--- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200 ++++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200 +@@ -1,2 +1,3 @@ + option('enable-xunit', type : 'boolean', value : false) + option('disable-help', type : 'boolean', value : false) ++option('enable-tests', type : 'boolean', value : false) +--- a/meson.build 2016-09-19 23:35:06.694590798 +0200 ++++ b/meson.build 2016-09-19 23:35:45.092527990 +0200 +@@ -57,7 +57,9 @@ + if not get_option('disable-help') + subdir('help') + endif +-subdir('tests') ++if get_option('enable-tests') ++ subdir('tests') ++endif + + archiver = find_program('git-archive-all', required : false) + if archiver.found() diff --git a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch new file mode 100644 index 000000000000..e5f55ffe765f --- /dev/null +++ b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch @@ -0,0 +1,23 @@ +Make tests optional + +--- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200 ++++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200 +@@ -1,2 +1,3 @@ + option('enable-xunit', type : 'boolean', value : false) + option('disable-help', type : 'boolean', value : false) ++option('enable-tests', type : 'boolean', value : false) +--- a/meson.build 2017-09-03 22:52:39.681974053 +0200 ++++ b/meson.build 2017-09-03 22:53:29.934556188 +0200 +@@ -71,8 +71,10 @@ + if not get_option('disable-help') + subdir('help') + endif +-subdir('tests') +-subdir('tests/validate-tests') ++if get_option('enable-tests') ++ subdir('tests') ++ subdir('tests/validate-tests') ++endif + + archiver = find_program('git-archive-all', required : false) + if archiver.found() -- cgit v1.2.3