summaryrefslogtreecommitdiff
path: root/graphics/ruby-RMagick/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-02-28Recursive revbump from graphics/libwebpryoon1-1/+2
2016-10-10Update ruby-RMagick to 2.16.0.taca1-3/+2
## RMagick 2.16.0 - Support ImageMagick 6.9+ - @ZipoKing
2016-05-25Use graphics/ImageMagick6 to fix the buildryoon1-3/+3
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-01-06Revbump after updating graphics/libwebpadam1-1/+2
2015-09-26Update HOMEPAGE.taca1-2/+2
Avoid using rubyforge.org since it stopped most of services.
2015-09-13Update ruby-RMagick to 2.15.4.taca1-2/+2
## RMagick 2.15.4 - Improved C extension building process - @u338steven ## RMagick 2.15.3 - Fixed ImageMagick version detection on Windows - @maisumakun
2015-06-07Update ruby-RMagick to 2.15.2.taca1-2/+2
## RMagick 2.15.2 - GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky ## RMagick 2.15.1 - Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven RMagick 2.15.0 o Ability to remove alpha channel - @ollie o C local variables guarded against GC to avoid segfaults - @u338steven o trace_proc protected with a mutex to avoid segfaults - @u338steven RMagick 2.14.0 o RMagick.rb moved to deprecated directory - @mockdeep o Better ImageMagick feature detection - @bf4 o Prevent compilation failures if prefix is an empty string - @voxik o SplineInterpolatePixel preprocessor check removed - @joshk o Make error format a string literal - @mtasaka o Automatically set ARCHFLAGS on OS X - @u338steven o Fixed 'rmagick/version' require failure - @u338steven o Fixed escaping of '%' in Draw#get_type_metrics - @mkluczny o Silence warnings on Ruby 2.2 when comparing Enums - @meanphil o Multiple test suite improvements - @mockdeep, @bf4 o Ruby source code formatting with RuboCop - @vassilevsky
2015-02-03Update ruby-RMagick to 2.13.4.taca1-3/+2
RMagick 2.13.4 #129 from @theschoolmaster proof of concept for using pkg-config in place of Magick-config on debian based systems #127 from @u338steven Changed Image#resample to calling ResampleImage (related #29, #45) #124 from @u338steven Fixed #122: lib/RMagick.rb is overwritten by lib/rmagick.rb on case-insensitive systems #123 from @prijutme4ty New class SolidFill in order to fill image with monochromatic background #121 from @markotom Quotes for correct path of font file #120 from @chulkilee Allow MagickCore6 from Magick-config #112 from @u338steven/ Fixed: build error with ImageMagick 6.8.9 (when deprecated functions are excluded) #102 from @u338steven Fixed: related x_resolution, y_resolution from @u338steven Lots of test fixes #95 from @ioquatix Fix pixel hash test #94 from @u338steven Fixed: build error on Windows Ruby x64 (with ImageMagick 6.8.0-10 or Ima... #91 from @vassilevsky Do not test machine and OS-specific integers Fix initial memory limit test RMagick 2.13.3 #90 from @bricef Fix installation error on systems with HRDI enabled RMagick
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz1-2/+2
2014-04-10recursive bump from ilmbase shlib version change.obache1-2/+2
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-1/+2
2013-02-11Update ruby-RMagick to 2.13.2.taca1-3/+2
RMagick 2.13.2 o Fixed issues preventing RMagick from working with version 6.8 or higher o Fixed issues preventing RMagick from working with ruby 1.9.3
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-08-18Recursive revbump from graphics/libwebp update.ryoon1-2/+2
Thank you, obache@.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-08Needs pkg-config.joerg1-1/+3
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-20Recursive bump for graphics/ImageMagick buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-22Recursive revbump after graphics/ImageMagick update.ryoon1-2/+2
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-14Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.obache1-1/+2
Bump ABI_DEPENDS (and recursive bump).
2010-09-10Update graphics/ruby-RMagick to 2.13.1.taca1-6/+3
* 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).
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-10-12Update rmagick to 2.12.2.obache1-2/+3
RMagick 2.12.2 o Add feature tests for SinusoidFunction and PolynomialFunction enum values to allow compiling with ImageMagick 6.4.8-7 (bug report by Mark Richman) RMagick 2.12.1 o Fix bug #27239, allow 2.12.0 to compile with older releases of ImageMagick (bug report by Sam Lown) RMagick 2.12.0 o Added Image#function_channel (available in ImageMagick 6.4.8-8) o Added Image#auto_level_channel, Image#auto_gamma_channel (available in ImageMagick 6.5.5-1) o Added Draw#interline_spacing, #interline_spacing= (available in ImageMagick 6.5.5-8)
2009-09-06Update RMagick to 2.11.1.obache1-3/+2
Changes: RMagick 2.11.1 o Applied Alexey Borzenkov's mingw patches to extconf.rb. o Fixed a bug in Magick.trace_proc that could cause a segv at program exit with Ruby 1.9.1 (bug report by Larry Young) o Added new CompressionType enum values ZipSCompression, PixCompression, Pxr24Compression, B44Compression, B44ACompression (available in ImageMagick 6.5.5-4)
2009-08-26bumping revision due graphics/ImageMagick updatesno1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-11bump PKGREVISION for ImageMagick shlib name changedrochner1-1/+2
2009-07-30Update ruby-RMagick to 2.11.0.obache1-2/+2
Changes: RMagick 2.11.0 o Fix bug #26475, dissolve and watermark don't work with new versions of ImageMagick (reported by Jim Crate) o Add Image#composite_mathematics (available in ImageMagick 6.5.4-3) o Add new LinearDodgeCompositeOp, LinearBurnCompositeOp, PegtopCompositeOp, PinLightCompositeOp, VividLightCompositeOp enum values (available in ImageMagick 6.5.4-3)
2009-07-08Update RMagick to 2.10.0.obache1-3/+3
Changes: RMagick 2.10.0 o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier than 1.8.5 no longer supported. o (Experimental) Support the use of Ruby managed memory for all memory allocations (available in ImageMagick 6.5.3-10) o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3) o Add new AlphaBackgroundChannel enum value (available in ImageMagick 6.5.2-5) o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
2009-05-14Update RMagick to 2.9.2obache1-2/+2
Changes: RMagick 2.9.2 o Add new HorizontalTileEdgeVirtualPixelMethod, VerticalTileEdgeVirtualPixelMethod, CheckerTileVirtualPixelMethod VirtualPixelMethod enum values (available in ImageMagick 6.5.0-1) o Added BilinearForwardDistortion, BilinearReverseDistortion enums (available in ImageMagick 6.5.1-2) o Add missing composite operators to Magick::Draw#composite method o Add warning about dropping support for ImageMagick < 6.3.5 and Ruby < 1.8.5 o Fix bug #25892, stack buffer overflow in Magick::TypeMetric.to_s (reported by Roman Simecek)
2009-02-03Update RMagick to 2.9.1.obache1-2/+2
Changes: RMagick 2.9.1 o Fix a bug that prevents the use of transparent background colors when built with ImageMagick 6.4.9-0
2009-01-17Update RMagick to 2.9.0.obache1-2/+2
Changes: RMagick 2.9.0 o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox) o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8) o Add Draw#interword_spacing= attribute (available in ImageMagick 6.4.8-0) o Add Draw#kerning, Draw#interword_spacing primitive methods (available in ImageMagick 6.4.8-3) o Feature #23171, support ImageList, Draw, Pixel marshaling. o Support all the new EvaluateOperator constants
2008-12-05Update RMagick to 2.8.0.obache1-2/+2
Changes: RMagick 2.8.0 o Add the endian, scene, and transparent_color attributes to Image::Info o Deprecate Image#endian= attribute setter o Add the transparent_chroma method to the Image class (available in ImageMagick 6.4.5-6) o Add the sparse_color method to the Image class (available in ImageMagick 6.4.3) o Detect change to ParseSizeGeometry signature in ImageMagick 6.4.6-9 and compile accordingly. o Update Image#change_geometry to work with the new ParseSizeGeometry API in ImageMagick 6.4.6-9.
2008-11-14Update RMagick to 2.7.2.obache1-2/+2
Changes: RMagick 2.7.2 o Fix bug #22740, some Image::Info attribute values are not propogated to the image object (bug report by Thomas Watson)
2008-11-02Update RMagick to 2.7.1.obache1-2/+2
RMagick 2.7.1 o Fix bug #22471, Magick::fonts can abend on 64-bit systems (bug report and patch by James Le Cuirot) o ImageList.new accepts a block which is passed on to Image::read when reading the input images. The block is executed in the context of an Image::Info object. o Add support for the "user" image property. o Define the Magick::FatalImageMagickError exception class, raised if ImageMagick raises a fatal (unrecoverable) exception. o Added feature #22618, Image#total_ink_density (request by F. Behrens)
2008-09-29Update ruby18-RMagick pacakge to 2.7.0.taca1-2/+2
RMagick 2.7.0 o Fix bug #22152, extconf.rb does not respect the LDFLAGS environment variable (bug report by Joseph Sokol-Margolis) o Fix bug #22190, the NoDitherMethod enum value is not defined in ImageMagick 6.4.2 o Add the TrimBoundsLayer ImageLayerMethod enum value (available in ImageMagick 6.4.3-8) o Add the CopyAlphaChannel, ExtractAlphaChannel, OpaqueAlphaChannel, ShapeAlphaChannel, and TransparentAlphaChannel AlphaChannelType enum values (available in ImageMagick 6.4.3-7) o Rename Image#affinity and ImageList#affinity to Image#remap and ImageList#remap. Retain the old names as aliases. (Changed in ImageMagick 6.4.4-0)