]> cat aescling's git repositories - mastodon.git/commitdiff
Add ffmpeg buildpack for scalingo (#8500)
authorSatsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
Tue, 28 Aug 2018 23:21:23 +0000 (08:21 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 28 Aug 2018 23:21:23 +0000 (01:21 +0200)
* Add ffmpeg buildpack for scalingo.

* Add environment variable to install ffprobe

Note: For existing applications, admins needs to add 'WITH_FFPROBE=true' to environment variable.

.buildpacks
scalingo.json

index c232c712f75139ebfad1686ae162c23f4213f0a1..3450683ce84ce6592d034ed2b4d7f7c29259c657 100644 (file)
@@ -1,3 +1,4 @@
 https://github.com/heroku/heroku-buildpack-apt
+https://github.com/Scalingo/ffmpeg-buildpack
 https://github.com/Scalingo/nodejs-buildpack
 https://github.com/Scalingo/ruby-buildpack
index 873731ac9a38e1bb5ee3884a715dd47f58d082e0..dd8fb5530cfd5494a205e6eae478082faffb5dec 100644 (file)
       "description": "Internal scalingo configuration",
       "required": true,
       "value": "https://github.com/Scalingo/multi-buildpack.git"
+    },
+    "WITH_FFPROBE": {
+      "description": "Internal scalingo configuration to install ffprobe",
+      "required": true,
+      "value": "true"
     }
   },
   "scripts": {