2014-01-26 14:04:14 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-cairo to 1.104.
(with fixes configure requirements from DEPENDS to BUILD_DEPENDS)
Overview of changes in Cairo 1.104
==================================
* Avoid misusing the macro PL_na, thus preventing potential issues when Cairo
is used in conjunction with certain XS modules, among them XML::Parser and
String::Approx.
|
2013-09-02 21:51:33 by Adam Ciarcinski | Files touched by this commit (1071) | |
Log message:
Revbump after cairo update
|
2013-07-13 13:57:14 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 1.103
Upstream changes:
Overview of changes in Cairo 1.103
==================================
* Hush a few compiler warnings
* Updated copyright date
Overview of changes in Cairo 1.102
==================================
* Fix building with perl <= 5.14
* Prevent crashes on exit with Cairo::Path on perl 5.6.
Overview of changes in Cairo 1.101
==================================
* Properly specify our dependencies.
* Fix some erroneous POD links.
* Distribute a missing test file.
Overview of changes in Cairo 1.100
==================================
Since 1.08x (the previous stable series)
----------------------------------------
* Make "use Cairo x.yyy" work. This required renaming the old
Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION --
but we kept the old way of calling it working. Cairo::version,
Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment
for consistency.
* Auto-upgrade strings to utf8. Note that this means that calling
utf8::encode() on strings before passing them into Cairo will now
yield doubly-encoded and thus broken strings. Also, having
utf8-encoded literals in your code without an accompanying "use utf8"
line will also lead to double encoding.
* Expand and improve the README and META.yml files.
* Many compilation and test suite fixes.
Since 1.091
-----------
* Do not assume that sizeof(void*) == sizeof(long)
* Calculate a string length more efficiently
* added updated README text for RT#74870
* Created %meta_merge which follows v2 of meta-spec
Overview of changes in Cairo 1.091
==================================
* Auto-upgrade strings to utf8. Note that this means that calling
utf8::encode() on strings before passing them into Cairo will now
yield doubly-encoded and thus broken strings. Also, having
utf8-encoded literals in your code without an accompanying "use utf8"
line will also lead to double encoding.
* Fix compiling and testing against older versions of cairo.
* Make the test suite more robust.
Overview of changes in Cairo 1.090
==================================
* Make "use Cairo x.yyy" work; fixes RT#72783. This required renaming \
the old
Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we
kept the old way of calling it working. Cairo::version,
Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment for
consistency.
* Updated FSF LGPL notice address (RT#72664)
Overview of changes in Cairo 1.082
==================================
* Update the symbol export list for linking on win32
(https://bugzilla.gnome.org/show_bug.cgi?id=665265)
Overview of changes in Cairo 1.081
==================================
* Add a missing cairo_font_type_t value.
* Fix a test failure.
Overview of changes in Cairo 1.080
==================================
Since 1.06x
-----------
* Wrap new 1.8 and 1.10 API.
* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
available to all pattern types, not just surface patterns.
* Make it possible to modify and create paths.
Since 1.071
-----------
* Add support for missing operator types.
* Fix compilation agains perl 5.15.x.
Overview of changes in Cairo 1.071
==================================
* Add new API:
- recording surface
- region functions
- toy font face
- PDF version functions
- Cairo::in_clip
- Cairo::Surface::create_for_rectangle
* Make it possible to modify and create paths.
* Make Cairo::Surface::create_similar callable as a class-static method, for
consistency with Cairo::Surface::create_for_rectangle.
* Fix a few test failures.
* Add more examples.
Overview of changes in Cairo 1.070
==================================
* Wrap 1.8 API:
- cairo_show_text_glyphs
- cairo_scaled_font_text_to_glyphs and
cairo_scaled_font_get_scale_matrix
- cairo_surface_get_fallback_resolution and
cairo_surface_has_show_text_glyphs
* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
available to all pattern types, not just surface patterns.
* Fix a memory manage bug in Cairo::FtFontFace.
* Fix a bug in the enum conversion code that made it more lenient than
intended.
* Add a few examples.
* Fix a few test failures.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885) |
Log message:
Recursive bump for png-1.6.
|
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-10-02 19:12:24 by Matthias Scheler | Files touched by this commit (1289) |
Log message:
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
|