mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
Snapshots of cairo, libpixman, and glitz for mozilla usage. Where possible,
|
|
these should be official releases from the cairo project as-is. If
|
|
changes are necessary, they should be documented below and the patch
|
|
file included in this directory.
|
|
|
|
We only include the relevant parts of each release (generally, src/*.[ch]),
|
|
as we have Makefile.in's that integrate into the Mozilla build system. For
|
|
documentation and similar, please see the official tarballs at
|
|
http://www.cairographics.org/.
|
|
|
|
VERSIONS:
|
|
|
|
cairo 0.9.1
|
|
libpixman 0.1.5
|
|
glitz 0.4.0
|
|
|
|
***** NOTE FOR VISUAL C++ 6.0 *****
|
|
|
|
VC6 cannot build pixman correctly for various reasons. There is a static
|
|
win32 pixman library provided in libpixman/src/pixman-vc71.lib that will
|
|
be used instead of building on all Win32/Visual C++ builds. Building with
|
|
VC7.1, gcc/mingw, or anything else other than VC6 is fine.
|
|
|
|
PATCHES:
|
|
|
|
stdint.h - select between inttypes.h, stdint.h, and mozstdint.h.
|
|
|
|
dash-dos.diff - prevent DOS attack with dasharray.
|
|
|
|
alphablend.diff - check for AlphaBlend usability at runtime (win32)
|
|
|
|
feature-tests.diff - change #if to #ifdef, and change
|
|
cairo-features.h.in to #define things based on mozilla configure
|
|
tests
|
|
|
|
allow-null-surface.diff - allow creating a cairo_t with a NULL
|
|
target surface
|
|
atsui-empty.diff - prevent OS-X crash with empty string
|