Update graphics/ruby-RMagick to 2.13.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. RMagick 2.13.1 o Fixed bug preventing RMagick from working with version 6.5.9 or higher RMagick 2.13.0 o Added Doxygen documentation, for automatic documentation o Fixed bug #27467, get RMagick to compile witH ImageMagick 6.5.7 o Fixed bug #27607, switch Pixel#from_hsla and Pixel#to_hsla to use ranges 0-255 instead of 0-100 for saturation and lightness (range used by ImageMagick 6.5.6-5 and higher). Also added ability to specify all arguments to these functions as percentages (bug report by Arthur Chan).
This commit is contained in:
parent
aa2ea6016b
commit
d077432c2e
3 changed files with 11 additions and 13 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.72 2010/06/13 22:44:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.73 2010/09/10 06:42:52 taca Exp $
|
||||
|
||||
DISTNAME= rmagick-2.12.2
|
||||
PKGREVISION= 4
|
||||
DISTNAME= rmagick-2.13.1
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
@ -10,9 +9,7 @@ HOMEPAGE= http://rmagick.rubyforge.org/
|
|||
COMMENT= Ruby binding to ImageMagick
|
||||
LICENSE= mit
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
|
||||
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.3.5.10
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2009/06/14 20:05:43 joerg Exp $
|
||||
${GEM_HOME}/cache/rmagick-${PKGVERSION}.gem
|
||||
@comment $NetBSD: PLIST,v 1.20 2010/09/10 06:42:52 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.require_paths
|
||||
${GEM_LIBDIR}/ChangeLog
|
||||
${GEM_LIBDIR}/Doxyfile
|
||||
${GEM_LIBDIR}/README-Mac-OSX.txt
|
||||
${GEM_LIBDIR}/README.html
|
||||
${GEM_LIBDIR}/build_tarball.rake
|
||||
|
@ -356,4 +357,4 @@ ${GEM_LIBDIR}/post-setup.rb
|
|||
${GEM_LIBDIR}/rmagick.gemspec
|
||||
${GEM_LIBDIR}/setup.rb
|
||||
${GEM_LIBDIR}/uninstall.rb
|
||||
${GEM_HOME}/specifications/rmagick-${PKGVERSION}.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.47 2009/10/12 02:23:05 obache Exp $
|
||||
$NetBSD: distinfo,v 1.48 2010/09/10 06:42:52 taca Exp $
|
||||
|
||||
SHA1 (rmagick-2.12.2.gem) = fb8e05b2decd4508c17f4c7b4922628dcf2c2140
|
||||
RMD160 (rmagick-2.12.2.gem) = 3cd262d4bf5818ce9a395ecf1c5ee355612f5c32
|
||||
Size (rmagick-2.12.2.gem) = 1268224 bytes
|
||||
SHA1 (rmagick-2.13.1.gem) = 570ea53bc44a1e4e149ddb53446e5f6746ed9bed
|
||||
RMD160 (rmagick-2.13.1.gem) = ef2943cd5aa5b21f782fe3234a965a365a387425
|
||||
Size (rmagick-2.13.1.gem) = 1300992 bytes
|
||||
|
|
Loading…
Reference in a new issue