2010-09-24 04:55:10 by OBATA Akio | Files touched by this commit (1) |
Log message:
Need ruby-pkg-config to configure.
|
2010-09-14 13:03:18 by Thomas Klausner | Files touched by this commit (1096) |
Log message:
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
2010-09-14 08:05:25 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update rcairo to 1.10.0.
While here, change LICENSE to exactly dual license.
Release 1.10.0 (2010-09-12) Kouhei Sutou <kou@cozmixng.org>)
===========================================================
Features
-----
* Support cairo 1.10.0.
|
2010-09-10 08:55:02 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update graphics/ruby-rcairo to 1.8.5.
* Allow graphics/ruby-rcairo/buildlink3.mk to specify "ruby19-" package.
win32 changes only and no change for pkgsrc.
|
2010-08-27 07:15:33 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update rcairo to 1.8.4.
Release 1.8.4 (2010-08-27) Kouhei Sutou <kou@cozmixng.org>)
===========================================================
Fixes
-----
* Fix build system. (patch by kimura watasu and suggested by OBATA Akio)
* Fix Windows gem. (reported by Dominic Sisneros)
Thanks
------
* Dominic Sisneros
* kimura wataru
* OBATA Akio
|
2010-08-27 04:11:14 by OBATA Akio | Files touched by this commit (2) |
Log message:
Adjust to upstream fix.
|
2010-08-27 04:06:50 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update rcairo to 1.8.3.
Release 1.8.3 (2010-08-26) Kouhei Sutou <kou@cozmixng.org>)
===========================================================
Features
--------
* Support cairo 1.8.10.
* Support Ruby 1.9.2. (reported by Tasuku SUENAGA and kimura wataru)
* Fix RGV -> HSV conversion. (patch by Yuta Taniguchi)
* Support Cairo::Color as Hash key.
Thanks
------
* Yuta Taniguchi
* Tasuku SUENAGA
* kimura wataru
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
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-05-25 06:39:46 by OBATA Akio | Files touched by this commit (3) |
Log message:
* take maintainership
* set LICENSE=ruby-license
* back to use extconf from gems.
C ext ruby module from gems install header files into unwanted location.
It confuse build of package using those modules.
Moreover, gems module will not be loaded by rb_require from C module.
It introduce unwanted behaviour to packages using directly/indirectly
using the module.
Bump PKGREVISION.
|
2009-12-13 13:26:44 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update rcairo to 1.8.1.
Release 1.8.1 (2009-12-13)
===========================================================
Features
--------
* Support cairo 1.8.8.
* Improve auto .pc detection.
|