b6aaa7d999
Upstream changes (from NEWS): Release 1.16.4 (2019-03-09) Kouhei Sutou <kou@cozmixng.org> ============================================================ Fixes ----- * Removed Skia related code entirely. Release 1.16.3 (2019-03-09) Kouhei Sutou <kou@cozmixng.org> ============================================================ Improvements ------------ * Improved Cairo::Poinst#distance performance. [GitHub#53][Patch by scivola] * Added support for building with cairo and GLib 2.60 installed by Homebrew. * Updated colors. There are some backward incompatibility. Sorry. Fixes ----- * Fixed Cairo::Color::RGB#to_s. [GitHub#55][Patch by spoolkitamura] Thanks ------ * scivola * spoolkitamura.
23 lines
714 B
Makefile
23 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/03/09 13:50:22 tsutsui Exp $
|
|
|
|
DISTNAME= cairo-1.16.4
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://rcairo.github.io/
|
|
COMMENT= Ruby bindings for cairo
|
|
LICENSE= ruby-license OR gnu-gpl-v2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-native-package-installer>=1.0.3:../../devel/ruby-native-package-installer
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config>=1.2.2:../../devel/ruby-pkg-config
|
|
|
|
#do-test:
|
|
# ${RUN} cd ${WRKSRC}; \
|
|
# ${SETENV} ${TEST_ENV} ${RUBY} test/run-test.rb
|
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../devel/ruby-pkg-config/tool.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|