pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ruby-mini-magick
Module Name: pkgsrc
Committed By: taca
Date: Fri Mar 13 14:17:13 UTC 2015
Modified Files:
pkgsrc/graphics/ruby-mini-magick: Makefile distinfo
Log Message:
Update ruby-mini-magick to 4.1.0.
4.1.0
* Added MiniMagick::Tool#stack for building ImageMagick stacks:
MiniMagick::Tool::Convert.new do |convert|
convert << "wand.gif"
convert.stack do |stack|
stack << "wand.gif"
stack.rotate(30)
end
convert << "images.gif"
end
convert wand.gif \( wand.gif -rotate 90 \) images.gif
4.0.4
* Allow filenames with colon in their names (thanks to @agorf)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/ruby-mini-magick/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/ruby-mini-magick/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index