http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90919

Revision: 90919
Author:   neilk
Date:     2011-06-27 23:01:17 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
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

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2011-06-27 22:52:59 UTC (rev 
90918)
+++ trunk/phase3/includes/DefaultSettings.php   2011-06-27 23:01:17 UTC (rev 
90919)
@@ -619,6 +619,11 @@
 $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
  * necessary to rasterize SVGs to PNG as a fallback format.


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to