mcollina / heroku-buildpack-graphicsmagick

67 stars 77 forks source link

Upload 1.3.20 tgz to heroku-buildpack-graphicsmagick s3 acccount #9

Closed tomdmaguire closed 8 years ago

tomdmaguire commented 9 years ago

Hey,

I have created a tgz of gm 1.3.20. Are you the owner of the heroku-buildpack-graphicsmagick s3 bucket? If so, would you like me to send over the file so you can uploaded it for all to use?

mcollina commented 9 years ago

This buildpack is not only gm 1.3.20, but it also includes a bunch of updated libraries which were also compiled in the process.

Have you got tgz also of those? is gm statically linked?

Can you please send over a PR pointing to a different S3 repo so I can try this new binary out quickly?

How have you built it?

tomdmaguire commented 9 years ago

I am running 1.3.20 along with the other libraries previously supplied and it seems to be working fine.

I have uploaded a copy of the tgz to s3 for the time being for you to access: http://musicgluetemp.s3.amazonaws.com/graphicsmagick-1.3.20.tgz however I do not want to reference that in the buildpack

It was built using Anvil. See: https://github.com/musicglue/heroku-buildpack-graphicsmagick/tree/master/anvil

mcollina commented 9 years ago

Currently your build does not ship with the updated libraries, which makes a good chunk of the performance of this buildpack. Can you please update that?

tomdmaguire commented 9 years ago

Sorry, I'm a bit confused about which libraries you are referring to..?

mcollina commented 9 years ago

Here was what I did with vulcan: https://github.com/mcollina/heroku-buildpack-graphicsmagick/blob/master/support/package_graphicsmagick#L35-L94

Dhaulagiri commented 9 years ago

@tomdmaguire did you ever figure out how to get this working? Or did you just maintain a separate S3 bucket with these libraries? We are using the current version of the buildpack and finding its performance to be quite slow compared with similar operations locally.

tomdmaguire commented 9 years ago

@Dhaulagiri we ended up using this fork which ships with 1.3.20 https://github.com/RobbinHabermehl/heroku-buildpack-graphicsmagick

benalavi commented 8 years ago

Well exactly a year later gm is at 1.3.23 now -- however I'm not sure entirely sure that the old related libraries are (or ever were for cedar-14) correctly linked. Also not sure what difference they make on cedar-14 but might be worth testing.