summaryrefslogtreecommitdiff
path: root/cairo
AgeCommit message (Collapse)AuthorFilesLines
2011-12-16Disable valgrind in internal cairo buildFridrich Štrba1-4/+4
2011-12-16Upgrading internal cairo/pixman (phase 1)Fridrich Štrba9-397/+290
2011-12-10cairo: fix RPATH:Michael Stahl1-3/+3
The cairo configure script is called with -Wl,-rpath,"12345ORIGIN" with funny results so tweak the quoting so that the $$ makes it through...
2011-10-01make cairo build with libpng 1.5Peter Foley1-1/+1
2011-09-27Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?Tor Lillqvist1-1/+1
The ATSUI API that cairo uses seems to compile fine against both 10.5 and 10.6 SDKs. Maybe then against 10.7 it won't?
2011-09-27Dmake's .IF expression parser is apparently broken, >= works but > doesn'tTor Lillqvist1-1/+1
2011-09-27Make cairo build against MacOSX SDK 10.5Tor Lillqvist3-30/+36
Factor out the part of the iOS patch that comments out ATSUI-using API into a new patch file, and use that when building against the MacOSX SDK 10.5. Whether the callers of cairo will build then, no idea... Will see.
2011-08-09Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOSTor Lillqvist1-0/+18
2011-08-05Revert "Disable pdf and ps surfaces that break internal cairo build"Caolán McNamara1-1/+1
This reverts commit 04ab4c38d662c469cea1afa540b60625266bc7e5 because it breaks a buildbot Notes: split repo tag: libs-extern-sys_PRE_MELD_REPOS
2011-08-04Disable pdf and ps surfaces that break internal cairo buildFridrich Štrba1-1/+1
2011-08-02restore workaround for windows lack of soft linksCaolán McNamara1-2/+2
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen3-20/+83
2011-07-14We want cairo-quartz.h for iOS, not the X onesTor Lillqvist1-0/+4
2011-07-05Do build the cairo "quartz" surface for iOS, tooTor Lillqvist2-40/+32
No ATSUI font stuff on iOS. But otherwise there isn't really anything MacOSX specific there. The code builds against the iOS SDK, too.
2011-07-03Don't build cairo for AndroidTor Lillqvist2-2/+2
We might have to reconsider later, but bypass cairo for now. It won't build anyway, as there is no "native" font backend for Android. Sure, we could biuld fontconfig and freetype and pretend that is "native", but let's see for now.
2011-07-01Move an iOS-specific hunk to the iOS-specific patch fileTor Lillqvist2-8/+10
2011-07-01Split out the iOS-specific patch to fix build with old MacOSX SDKTor Lillqvist3-64/+68
2011-07-01Enable building the "quartz" font backend without the "quartz" surface, for iOSTor Lillqvist2-6/+78
The quartz surface code won't build for iOS, but the font code will. So let's try to use it. Maybe later make the surface build, too, it might be trivial.
2011-06-30this must be the bit I missedCaolán McNamara1-2/+0
2011-06-30make cairo an unconditional requirement for text renderingCaolán McNamara2-12/+3
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen6-28/+120
Conflicts: cairo/cairo-1.8.0.patch cairo/prj/build.lst gdk-pixbuf/makefile.mk libcroco/makefile.mk
2011-06-17masterfix DEV300: #i10000# missing stlport dep [hg:5d377dd89e6b]Ivo Hinkelmann1-1/+1
2011-06-17masterfix DEV300: #i10000# SRC_ROOT -> SOLARSRC [hg:5851574127d1]Ivo Hinkelmann1-2/+2
2011-06-10Fix configury for Android, but won't buildTor Lillqvist4-3/+55
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2-4/+4
2011-06-06Fix cairo build when cross-compiling to ppc MacOSXTor Lillqvist2-0/+6
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-14/+14
2011-05-30allow building non-system cairo with system libpng14Michael Meeks1-0/+9
2011-05-30Drop unnecessary quotes around platform tripletsTor Lillqvist2-2/+2
2011-05-30Cross-compiling and iOS supportTor Lillqvist2-2/+21
2011-05-28cairo depend on libpngNorbert Thiebaud1-1/+1
2011-05-28Can't use SRC_ROOT on Windows thanks to the symbolic linksTor Lillqvist1-2/+2
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky3-5/+14
Conflicts: python/makefile.mk zlib/makefile.mk
2011-03-28rsvglibs: minor adjustments wrt. new/updated external libska1-0/+3
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-1/+1
Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
2011-03-03rsvglibs: add libpng dependency for cairoPhilipp Lohmann [pl]1-0/+5
2011-03-03rsvglibs: added PNG support for cairoka2-5/+5
2011-03-01rsvglibs: add pango dependencyPhilipp Lohmann [pl]1-0/+1
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono1-1/+1
2010-09-30Don't build pixman/test to prevent build failure when wrong cairo is linkedFridrich Štrba1-0/+11
2010-09-14cairo-cairo-makefile-mk.diff: Fix linking of internal cairo libraryFridrich Štrba1-1/+6
2010-09-14cairo-pixman-makefile-mk.diff: Build pixman as shared library on x86_64 tooFridrich Štrba1-12/+2
2010-06-30sb126: merged in DEV300_m84sb2-4/+2
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb2-2/+2
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono2-4/+2
2010-04-01ause110: #i106731# missed cairo moduleHans-Joachim Lankenau2-1/+5
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2-10/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-22cws l10ntools: #i107386# #i107993# #ii107992# #i107991# #i108587# Added some ↵Ivo Hinkelmann1-1/+1
buildtypes , fix for broken localize_sl regarding UPDMINOREXT , pmladeks localize.pl ooo enforcer patch
2009-09-16CWS-TOOLING: integrate CWS cloph13Jens-Heiner Rechtien2-4/+6
2009-09-01 #i104566# also use syslibroot/isysroot for external components 2009-08-28 #i104568# clean up duplicated definitions of OBJCXXFLAGS 2009-08-28 #i104567# add ccache-detection to configure (to skip to objcxx-flags) 2009-08-28 #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches ignore "-isysroot /Developer/..." arguments for OOo's cpp
2009-09-15#i10000# make cairo buildable for Hamburg REOliver Bolte2-0/+12