From bcc1c63f78ba8e5309f9f35d65b49c670bb9ca19 Mon Sep 17 00:00:00 2001 From: Neil Kandalgaonkar Date: Mon, 27 Jun 2011 23:01:17 +0000 Subject: [PATCH] adding standard location of exiv2 under Ubuntu Linux as default. This is used by tests/phpunit/includes/api/RandomImageGenerator.php and the same binary is also used in the PagedTiffHandler extension --- includes/DefaultSettings.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4cb0d33d8b..a6c2d201de 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -618,6 +618,11 @@ $wgImageMagickTempDir = false; */ $wgCustomConvertCommand = false; +/** + * Some tests and extensions use exiv2 to manipulate the EXIF metadata in some image formats. + */ +$wgExiv2Command = '/usr/bin/exiv2'; + /** * Scalable Vector Graphics (SVG) may be uploaded as images. * Since SVG support is not yet standard in browsers, it is -- 2.20.1