Perl interface to the cairo library
Cairo provides Perl bindings for the vector graphics library cairo.
It supports multiple output targets, including PNG, PDF and SVG.
Cairo produces identical output on all those targets.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-Cairo && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Cairo-1.103.tar.gz | 0000108254 106 KB | |
perl-Cairo.changes | 0000009849 9.62 KB | |
perl-Cairo.spec | 0000001964 1.92 KB |
Revision 32 (latest revision is 42)
Stephan Kulow (coolo)
accepted
request 177354
from
Stephan Kulow (coolo)
(revision 32)
- updated to 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 (forwarded request 177252 from coolo)
Comments 0