[gegl] docs: do not try to snap a webcam pic for op gallery



commit 4b78c3d2e7b53548d256ec2c5b38a1ea77b1d854
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Feb 12 12:06:10 2017 +0100

    docs: do not try to snap a webcam pic for op gallery
    
    See bug #768917, other people have complained about the webcam turning on for a
    fraction of a second during GEGL/GIMP builds as well - so might as well exclude
    it; even if it is fun to have a randomly timed webcam image in each
    user/builders local docs :)

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 1732a7f..2440829 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -87,7 +87,7 @@ CLEANFILES = README $(HTML_FILES) index.txt
 DISTCLEANFILES = index.txt
 MAINTAINERCLEANFILES = $(BUILT_EXTRA_DIST)
 
-exclusion_pattern = 
"load|buffer-source|pixbuf|nop|clone|convert-format|introspect|layer|image-compare|load|open-buffer|svg-load|exr-load|jpg-load|png-load|magick-load|box-blur|stretch-contrast|remap|matting-global|exp-combine|dropshadow|kuwahara|box-percentile|disc-percentile|snn-percentile|line-profile|buffer-cache|warp|mandelbrot|hstack"
+exclusion_pattern = 
"load|buffer-source|pixbuf|nop|clone|convert-format|introspect|layer|image-compare|load|open-buffer|svg-load|exr-load|jpg-load|png-load|magick-load|box-blur|stretch-contrast|remap|matting-global|exp-combine|dropshadow|kuwahara|box-percentile|disc-percentile|snn-percentile|line-profile|buffer-cache|warp|mandelbrot|hstack|v4l2"
 
 all-local: $(HTML_FILES)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]