4.2.4 (2021-12-27) Improvements * spec_helper: drop require_relative to lib directory (#1306) * Fix build error with Ruby 3.1 on macOS (#1313) Bug Fixes * remove Mutex in trace_proc= (#1303) * channel_mean_spec: fix floating point comparison (#1307) * changed_predicate_spec: ensure target directory exists (#1305) * Doc: Fix documentation of Magick::Image#crop (#1311) * Magick::UndefinedKernel should also not be used when creating a new KernelInfo. (#1312)
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.139 2022/02/12 15:29:23 taca Exp $
|
|
|
|
DISTNAME= rmagick-4.2.4
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rmagick/rmagick
|
|
COMMENT= Ruby binding to ImageMagick
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|