Muehlenhoff has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/364410 )

Change subject: Install libav-tools to provide avconv compatibility wrapper
......................................................................


Install libav-tools to provide avconv compatibility wrapper

In libav, the CLI tool was called avconv, we now use ffmpeg
in jessie-wikimedia, so install the transition package providing
the compat command.

This can be dropped when the trusty->jessie migration is complete
and the new binary name is configured in $wgFFmpegLocation in
the extension.

Change-Id: I6ba14672ae7522077b3feae4d3bea64a78d3fe24
---
M modules/mediawiki/manifests/packages/multimedia.pp
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Muehlenhoff: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/mediawiki/manifests/packages/multimedia.pp 
b/modules/mediawiki/manifests/packages/multimedia.pp
index 4638244..f5a7f89 100644
--- a/modules/mediawiki/manifests/packages/multimedia.pp
+++ b/modules/mediawiki/manifests/packages/multimedia.pp
@@ -19,4 +19,8 @@
     ]:
         ensure => present,
     }
+
+    if os_version('debian == jessie') {
+        require_package('libav-tools')
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ba14672ae7522077b3feae4d3bea64a78d3fe24
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to