Commit Graph

15 Commits (9011b008c20bbf025febb18745a6d94ad1ceca4d)

Author SHA1 Message Date
zunda 458f6d0afb Make it possible to upload audio and video to Heroku app () 2023-05-05 14:41:07 +02:00
zunda 246ec71ef1 Remove packages that are provided by Heroku stacks () 2022-12-15 18:55:29 +01:00
Hayden 5d1a6a6b8b Heroku fix ()
Currently building on Heroku fails with a package error for libidn11. Since Mastodon uses idn-ruby 0.1.2 we should upgrade to libidn12
2022-11-05 22:57:58 +01:00
Yamagishi Kazutoshi a40e6f5d97 Remove protobuf dependencies () 2022-02-14 16:08:02 +01:00
Daigo 3 Dango 89774b62bf Use libvpx >= 5 ()
Ubuntu 18.04 provides libvpx5 while Ubuntu 20.04 does libvpx6
2021-01-22 10:09:40 +01:00
Daigo 3 Dango ef694c7d5f Stop installing libssl-dev for build ()
libssl-dev is provided with the stack image in build time and
conflicts in building openssl Gem for webauthn Gem added with .
2020-08-25 01:20:59 +02:00
Daigo 3 Dango 1705dd5310 Adjust Aptfile for Heroku-18 stack () 2018-09-09 02:10:58 +02:00
Jeong Arm dab950626f Add dependencies for uWebSockets ()
UWS needs openssl and zlib https://github.com/uNetworking/uWebSockets/wiki/Misc.-details#dependencies
2018-07-14 01:47:10 +02:00
Daigo 3 Dango 061e4e7e83 Specify libicu explicitly in Aptfile ()
It seems libicu-dev no longer installs libicu55 needed by charlock_holmes.
2017-09-13 09:30:13 +02:00
Yamagishi Kazutoshi 7345b8ac89 Add libidn11 to Aptfile ()
Fix builds that fail on Heroku.
2017-08-01 05:58:08 +02:00
masarakki c3401c421a add-libpq-dev () 2017-07-30 01:05:27 +02:00
masarakki b4bc1d824a add-dependent-package () 2017-07-24 10:51:38 +02:00
nullkal 07024f56df Use charlock_holmes instead of nkf at FetchLinkCardService ()
* Specs for language detection

* Use CharlockHolmes instead of NKF

* Correct mistakes

* Correct style

* Set hint_enc instead of falling back and strip_tags

* Improve specs

* Add dependencies
2017-07-08 22:44:31 +02:00
Daigo 3 Dango 63de8485e2 Add ffmpeg and dependent packages as well as LD_LIBRARY_PATHs ()
This change adds mp4 support confirmed on Heroku-16 stack.
2017-05-24 17:57:33 +02:00
Daigo 3 Dango 347dda7cfd Use cid3 on Heroku ()
Use https://github.com/heroku/heroku-buildpack-apt to
install protobuf-compiler and libprotobuf-dev which are needed by cid3
2017-05-12 14:33:54 +02:00