Skip to content

Commit

Permalink
Update ruby-rcairo to 1.12.2.
Browse files Browse the repository at this point in the history
Release 1.12.2 (2012-06-03) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Added Cairo::Device.supported?.
    [GitHub#11] [Reported by Cédric Boutillier]
  * Added Cairo::Device.gl_texture_supported?.
  * Added Cairo::Surface.supported?.
  * Defined all surfaces even if a surface isn't available. Use
    Cairo::Surface.XXX_supported? method to check surface
    availability.
  * Added Cairo::Pattern.xxx_supported?.
    [GitHub#12] [Reported by Mamoru Tasaka]
  * [experimental] Supported auto native package install.

Thanks
------

  * Cédric Boutillier
  * Mamoru Tasaka

Release 1.12.1 (2012-03-31) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Re-supported cairo < 1.10.0.
    [ruby-gnome2-devel-en] Help me install my own program [Eric C.]

Fixes
-----

  * Fixed a problem that an unresolved symbol is referenced.

Thanks
------

  * Eric C.

Release 1.12.0 (2012-03-25) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Supported cairo 1.12.0.
    * Cairo::Surface#supported_mime_type?
    * Cairo::Surface#create_similar_image
    * Cairo::Surface#map_to_image
    * Cairo::Surface#unmap_to_image
    * Cairo::RecordingSurface#extents
    * Cairo::MeshPattern
    * Cairo::RasterSourcePattern
    * Cairo::MimeType::UNIQUE_ID
  * Supported glesv2 surface.

Fixes
-----

  * Fixed a bug that Cairo::HINT_METRICS_ON can't be specified. #8
    [Vasily Fedoseyev]

Thanks
------

  * Vasily Fedoseyev
  • Loading branch information
obache committed Sep 10, 2012
1 parent 8e7ebd6 commit a478a45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 2 additions & 3 deletions graphics/ruby-rcairo/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.26 2012/09/07 19:16:53 adam Exp $
# $NetBSD: Makefile,v 1.27 2012/09/10 09:23:37 obache Exp $

DISTNAME= rcairo-1.10.2
DISTNAME= rcairo-1.12.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/

Expand Down
5 changes: 4 additions & 1 deletion graphics/ruby-rcairo/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2010/05/25 04:39:46 obache Exp $
@comment $NetBSD: PLIST,v 1.13 2012/09/10 09:23:37 obache Exp $
${RUBY_VENDORLIB}/cairo.rb
${RUBY_VENDORLIB}/cairo/color.rb
${RUBY_VENDORLIB}/cairo/colors.rb
Expand All @@ -10,9 +10,12 @@ ${RUBY_VENDORLIB}/cairo/context/color.rb
${RUBY_VENDORLIB}/cairo/context/path.rb
${RUBY_VENDORLIB}/cairo/context/rectangle.rb
${RUBY_VENDORLIB}/cairo/context/triangle.rb
${RUBY_VENDORLIB}/cairo/device.rb
${RUBY_VENDORLIB}/cairo/paper.rb
${RUBY_VENDORLIB}/cairo/papers.rb
${RUBY_VENDORLIB}/cairo/path.rb
${RUBY_VENDORLIB}/cairo/pattern.rb
${RUBY_VENDORLIB}/cairo/point.rb
${RUBY_VENDORLIB}/cairo/surface.rb
${RUBY_VENDORARCHLIB}/cairo.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rb_cairo.h
8 changes: 4 additions & 4 deletions graphics/ruby-rcairo/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2011/11/20 09:01:48 obache Exp $
$NetBSD: distinfo,v 1.18 2012/09/10 09:23:37 obache Exp $

SHA1 (rcairo-1.10.2.tar.gz) = 26b03f29c82349acb4d881e9273ea2c31c183158
RMD160 (rcairo-1.10.2.tar.gz) = 2da475e762fc6bb962cebab5c00e43e880b55f22
Size (rcairo-1.10.2.tar.gz) = 86172 bytes
SHA1 (rcairo-1.12.2.tar.gz) = 80fc5eaea1bc79e8d83612329275ca9bd8c8d8ab
RMD160 (rcairo-1.12.2.tar.gz) = 10b45b7fd3aff0510996c91d2a22f0ab2fa18698
Size (rcairo-1.12.2.tar.gz) = 93003 bytes

0 comments on commit a478a45

Please sign in to comment.