2007-10-03 23:13:22 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
This depends on cairo >= 1.4 to build.
Maybe the cairo buildlink should be fixed I don't know.
I didn't bump PKGREVISION. I don't know if it requires >= 1.4 to run.
|
2007-08-12 14:24:34 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.4.4:
* Added the --enable-api-exceptions=yes/no configure option, to allow
cairomm to build when exceptions are disabled. For instance, when
using CXXFLAGS=-fno-exceptions with g++.
Changes 1.4.2:
* Bugfixes:
Changes 1.4.0:
* Wrapped new API added in cairo 1.4
* Added support for Quartz surfaces
* ability to use dynamic casting for surfaces and patterns returned from
Context::get_target(), Context::get_source(), etc.
* Various build and bug fixes
|
2007-03-18 13:30:27 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.2.4:
* Fixed an error that prevented Cairo::RefPtr<>::cast_static() and
Cairo::RefPtr<>::cast_dynamic() from compiling.
|
2006-11-05 18:23:45 by Joerg Sonnenberger | Files touched by this commit (16) |
Log message:
DESTDIR support.
|
2006-09-06 21:56:40 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
cairomm is a C++ wrapper for the cairo graphics library. It offers all the
power of cairo with an interface familiar to C++ developers, including use of
the Standard Template Library where it makes sense.
|