pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 31 22:19:32 UTC 2013

Modified Files:
        pkgsrc/graphics/cairo: Makefile PLIST buildlink3.mk distinfo options.mk
        pkgsrc/graphics/cairo-gobject: DESCR Makefile buildlink3.mk
Added Files:
        pkgsrc/graphics/cairo: Makefile.common
Removed Files:
        pkgsrc/graphics/cairo-gobject: options.mk

Log Message:
Changes 1.12.16:
Bug fixes
* Set the correct orientation for simple boxes with a negative scale factor.
* Fix the creation of the shading dictionary in PDF.
* Fix a crash in PDF when incorporating an image with CAIRO_EXTEND_PAD.
* Avoid upscaling bitmap fonts if possible.
* Fix an assertion failure within the mempool allocator for shared memory.
* Fix allocation size for CFF subsets.
* Export cairo_matrix_t for GObject bindings.
* Fix a double free in the Quartz backend.
* Fix origin of GDI StretchBlits for the Windows backend
* Fix error propagation for requests to create a similar surface with
  negative size.
* Fix complex clipping of trapezoids with regions
* Stop leaking the image data when loading PNGs
* Fix unbounded operations with a clip mask through the span compositor
* Add missing checks before rendering to a finished surface - so we return
  an error rather than hit an assert.
* Prevent an assertion failure when creating similar GL surfaces larger
  than supported by hardware.
* Prevent a double free of a similar image under Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/graphics/cairo/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/cairo/Makefile.common
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/cairo/PLIST
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/cairo/buildlink3.mk
cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/cairo/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/cairo/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/cairo-gobject/DESCR
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/cairo-gobject/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/cairo-gobject/buildlink3.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/cairo-gobject/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index