Gilles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/215605

Change subject: Add exiftool to multimedia role
......................................................................

Add exiftool to multimedia role

Exiftool provides some features that are missing in IM, such as replacing
an ICC profile by another without converting the RGB values.

Bug: T100976
Change-Id: I1d922a724a06cf7b0d2112a1991368186a767823
---
M puppet/modules/role/manifests/multimedia.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/05/215605/1

diff --git a/puppet/modules/role/manifests/multimedia.pp 
b/puppet/modules/role/manifests/multimedia.pp
index 1c65664..7a45e80 100644
--- a/puppet/modules/role/manifests/multimedia.pp
+++ b/puppet/modules/role/manifests/multimedia.pp
@@ -3,6 +3,7 @@
 # - installs ImageMagick
 # - raises file size limits
 # - configures 
404-handler[https://www.mediawiki.org/wiki/Manual:Thumb.php#404_Handler]
+# - installs exiftool
 # It is meant to contain general configuration of shared use to other
 # extensions that are commonly used by the multimedia team in
 # development and testing.
@@ -16,4 +17,6 @@
             post_max_size       => '100M',
         }
     }
+
+    require_package('libimage-exiftool-perl')
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/215605
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d922a724a06cf7b0d2112a1991368186a767823
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Gilles <gdu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to