logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 831386977ea6abb5c5a1f6bf0735a81c4fbedb39
parent: 68035966fb8d51e50924eb9377367e7351926b00
Author: Daigo 3 Dango <zunda@users.noreply.github.com>
Date:   Fri, 12 May 2017 02:33:54 -1000

Use cid3 on Heroku (#3001)

Use https://github.com/heroku/heroku-buildpack-apt to
install protobuf-compiler and libprotobuf-dev which are needed by cid3

Diffstat:

AAptfile2++
Mapp.json3+++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Aptfile b/Aptfile @@ -0,0 +1,2 @@ +protobuf-compiler +libprotobuf-dev diff --git a/app.json b/app.json @@ -95,6 +95,9 @@ }, "buildpacks": [ { + "url": "https://github.com/heroku/heroku-buildpack-apt" + }, + { "url": "heroku/nodejs" }, {