Package Details: ruby-rmagick 4.2.6-1

Git Clone URL: https://aur.archlinux.org/ruby-rmagick.git (read-only, click to copy)
Package Base: ruby-rmagick
Description: RMagick is an interface between the Ruby programming language and the ImageMagick image processing library
Upstream URL: https://github.com/rmagick/rmagick
Licenses: MIT
Submitter: shtrom
Maintainer: dark-saber
Last Packager: dark-saber
Votes: 26
Popularity: 0.000000
First Submitted: 2009-02-25 04:53 (UTC)
Last Updated: 2022-07-20 13:33 (UTC)

Latest Comments

1 2 3 4 Next › Last »

alexbrinister commented on 2018-10-07 17:26 (UTC)

@ahuillet I just built this package without any errors using libmagick6-6.9.10.12-1. Have you tried to build it recently using the newest libmagick6?

ahuillet commented on 2018-06-24 14:34 (UTC)

This doesn't seem to build for me with libmagick6-6.9.10.2-2.

checking for presence of MagickWand API (ImageMagick version >= 6.9.0)... no Can't install RMagick 2.16.0. Can't find MagickWand.h. extconf.rb failed Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.

dark-saber commented on 2018-02-09 09:39 (UTC)

NeoRaider: Fixed, thanks!

neocturne commented on 2018-02-09 08:04 (UTC)

This is missing a dependency on ruby-rdoc:

==> Starting package()...             
Building native extensions. This could take a while...                  
Successfully installed rmagick-2.16.0
ERROR:  While executing gem ... (Gem::DocumentError)
    RDoc is not installed: cannot load such file -- rdoc/rdoc
==> ERROR: A failure occurred in package().
    Aborting...

dark-saber commented on 2018-01-04 07:10 (UTC)

I've made some tests and it looks like libmagick6 is enough to make this work, and it doesn't conflict to libmagick v7. Please let me know if you find something is wrong with new dependencies.

dark-saber commented on 2018-01-04 06:57 (UTC)

tuxsavvy: Yes, unfortunately, rmagick still doesn't support imagemagick 7+. Achieving the compatibility with v7 seems to be non-trivial, people have tried, but no one succeeded to this moment (https://github.com/rmagick/rmagick/issues/265). So the only relevant pull request is this: https://github.com/rmagick/rmagick/pull/284/commits/6f5e7a7ed63446f7cb0e887baa48b52c5aa4255a

There is also a mini_magick gem on GitHub: https://github.com/minimagick/minimagick which is compatible with imagemagick 7+, uses less RAM and it's functionality might be enough for some tasks.

tuxsavvy commented on 2018-01-04 04:33 (UTC)

Does this package still require imagemagick6? According to the repository, supports were added to support imagemagick 6.9+:

RMagick 2.16.0
Support ImageMagick 6.9+ - @ZipoKing

https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md

imagemagic6 conflicts with imagemagick (which is already up to 7.0.7.xx)

shtrom commented on 2015-07-13 06:47 (UTC)

Here you go (:

dark-saber commented on 2015-07-13 06:45 (UTC)

@shtrom Yes, I'd like to maintain it.

shtrom commented on 2015-07-13 00:48 (UTC)

And the license IS MIT [0]. I fixed that too. [0] https://github.com/rmagick/rmagick/blob/master/LICENSE