Package: ruby-rmagick / 2.13.2-4

Metadata

Package Version Patches format
ruby-rmagick 2.13.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
buid samples unconditionally.diff | (download)

post-setup.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relative_paths_on_examples | (download)

examples/constitute.rb | 2 1 + 1 - 0 !
examples/crop_with_gravity.rb | 2 1 + 1 - 0 !
examples/demo.rb | 4 2 + 2 - 0 !
examples/find_similar_region.rb | 2 1 + 1 - 0 !
examples/histogram.rb | 2 1 + 1 - 0 !
examples/image_opacity.rb | 2 1 + 1 - 0 !
examples/import_export.rb | 2 1 + 1 - 0 !
examples/thumbnail.rb | 2 1 + 1 - 0 !
examples/vignette.rb | 2 1 + 1 - 0 !
9 files changed, 10 insertions(+), 10 deletions(-)

 include the path relative to each of the programs being
 run in the examples, to allow them to be called at build time
disable version check.diff | (download)

ext/RMagick/rmmain.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
fix_example_shebang.patch | (download)

examples/constitute.rb | 2 1 + 1 - 0 !
examples/crop_with_gravity.rb | 2 1 + 1 - 0 !
examples/demo.rb | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 have proper shebangs in example
format security.patch | (download)

ext/RMagick/rmutil.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix format security warnings
extconf use pkg config.patch | (download)

ext/RMagick/extconf.rb | 54 28 + 26 - 0 !
1 file changed, 28 insertions(+), 26 deletions(-)

 do not use magick-config anymore
 This dirty hack just disables a fair bit of (unused ?) checks in the 
 configuration process and now uses pkg-config rather than Magick-config
 (which is not provided anymore)