summaryrefslogtreecommitdiff
path: root/cairo
AgeCommit message (Collapse)Author
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-21Fix build of generic unix vcl plugin with older fontconfigFridrich Štrba
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich
2012-01-06Resolves: fdo#44219 RHEL-4 buildbox doesn't have FT_Library_SetLcdFilterCaolán McNamara
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist
2011-12-20Disable cairo svg surface on windows to avoid problems with missing headerFridrich Štrba
2011-12-20Fix cairo build for Android againTor Lillqvist
2011-12-19Build all default cairo features on WindowsFridrich Štrba
2011-12-19Build ps and pdf cairo surfaces with MSVCFridrich Štrba
2011-12-19Fix MMX build of pixman with MSVCFridrich Štrba
2011-12-17Do build cairo for Android, will likely be neededTor Lillqvist
2011-12-16MacOSX build breaker for MacOSXNorbert Thiebaud
somehow having -L $solenv/$OUTPATH/lib which does not exist, in a command cause some trouble. in configure...
2011-12-16Code modules no longer depend on stlport.Stephan Bergmann
2011-12-16Fix building of cairo on windowsFridrich Štrba
2011-12-16Make buid pixman on windowsFridrich Štrba
2011-12-16Missing pixman fileFridrich Štrba
2011-12-16Keep changes to configure.ac only as documentary evidenceFridrich Štrba
2011-12-16One more attempt to not have -lz sucked inFridrich Štrba
2011-12-16-lz was sucked in by freetypeFridrich Štrba
2011-12-16Trying to get the linking with internal zlib rightFridrich Štrba
2011-12-16Fix one more occurrence of FcResultOutOfMemory and try not to run autotoolsFridrich Štrba
2011-12-16Fix cairo build on some older systemsFridrich Štrba
2011-12-16Disable valgrind in internal cairo buildFridrich Štrba
2011-12-16Upgrading internal cairo/pixman (phase 1)Fridrich Štrba
2011-12-10cairo: fix RPATH:Michael Stahl
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 Foley
2011-09-27Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?Tor Lillqvist
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 Lillqvist
2011-09-27Make cairo build against MacOSX SDK 10.5Tor Lillqvist
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 Lillqvist
2011-08-05Revert "Disable pdf and ps surfaces that break internal cairo build"Caolán McNamara
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 Štrba
2011-08-02restore workaround for windows lack of soft linksCaolán McNamara
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-14We want cairo-quartz.h for iOS, not the X onesTor Lillqvist
2011-07-05Do build the cairo "quartz" surface for iOS, tooTor Lillqvist
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 Lillqvist
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 Lillqvist
2011-07-01Split out the iOS-specific patch to fix build with old MacOSX SDKTor Lillqvist
2011-07-01Enable building the "quartz" font backend without the "quartz" surface, for iOSTor Lillqvist
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 McNamara
2011-06-30make cairo an unconditional requirement for text renderingCaolán McNamara
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
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 Hinkelmann
2011-06-17masterfix DEV300: #i10000# SRC_ROOT -> SOLARSRC [hg:5851574127d1]Ivo Hinkelmann
2011-06-10Fix configury for Android, but won't buildTor Lillqvist
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-06-06Fix cairo build when cross-compiling to ppc MacOSXTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-30allow building non-system cairo with system libpng14Michael Meeks