Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-14 | Filter out fairly pointless ld warning from crt1.o (!) in the 10.4 SDK | Tor Lillqvist | |
Unfortunately the pixman and cairo configury consider any non-empty stderr indicating an error, even if it just a warning and the exit status of the command is success. Change-Id: I921f72fcfc127d9c34a8db448926e478a82646d6 | |||
2012-09-26 | return build conditional for libpng | David Tardon | |
Change-Id: I0ff1f219db136f3cc763d6af61df177831b1e93f | |||
2012-09-09 | libpng: convert to gbuild | Matúš Kukan | |
Change-Id: I68d8eb5ee481c893ca1ddecf891db66bef5b03f2 | |||
2012-08-29 | fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN | Jung-uk Kim | |
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7 | |||
2012-07-23 | ATSUI is not present in the 10.7 SDK even if one builds for 10.6 or earlier | Tor Lillqvist | |
So use the avoid-ATSUI patch dependingh on (the newly added) MAXOSX_SDK_VERSION, not MAC_OS_X_VERSION_MAX_ALLOWED. It is not clear (to me at least) whether for instance building against SDK version 10.7 but with MAC_OS_X_VERSION_MAX_ALLOWED=1060 ensures the resulting binaries actually work on 10.6. Somebody should check. If it doesn't work, we should add a check to configure.in that the min-required and max-allowed values are not less than the SDK version. (If it would work even for MAC_OS_X_VERSION_MAX_ALLOWED=1040, we would not need to require the increasingly obsolete Xcode 3 and 10.4 SDK for "official" builds.) Change-Id: Ia7088a26024ed288db55fa734465138d44d2ae12 | |||
2012-05-14 | default unix in general to system libxml2/libxslt like MacOSX | Caolán McNamara | |
Change-Id: I7cde2a79462c71f4ce6e3ab75152e804ec7260f9 | |||
2012-05-09 | EasyHack fdo#42783: get rid of CPU define/build system variable | Thomas Collerton | |
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | |
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz | |||
2012-04-10 | Upgrade pixman to 0.24.4 | Fridrich Štrba | |
2012-03-06 | more idle code documentation improvement | Michael Meeks | |
2012-02-29 | Simplify install name handling for external libraries on Mac OS X | Stephan 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-21 | Fix build of generic unix vcl plugin with older fontconfig | Fridrich Štrba | |
2012-02-09 | Added and improved READMEs for modules in libs-extern-sys | Josh Heidenreich | |
2012-01-06 | Resolves: fdo#44219 RHEL-4 buildbox doesn't have FT_Library_SetLcdFilter | Caolán McNamara | |
2011-12-20 | Abandon attempt to use the debug CRT in a dbgutil build | Tor Lillqvist | |
2011-12-20 | Disable cairo svg surface on windows to avoid problems with missing header | Fridrich Štrba | |
2011-12-20 | Fix cairo build for Android again | Tor Lillqvist | |
2011-12-19 | Build all default cairo features on Windows | Fridrich Štrba | |
2011-12-19 | Build ps and pdf cairo surfaces with MSVC | Fridrich Štrba | |
2011-12-19 | Fix MMX build of pixman with MSVC | Fridrich Štrba | |
2011-12-17 | Do build cairo for Android, will likely be needed | Tor Lillqvist | |
2011-12-16 | MacOSX build breaker for MacOSX | Norbert Thiebaud | |
somehow having -L $solenv/$OUTPATH/lib which does not exist, in a command cause some trouble. in configure... | |||
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-12-16 | Fix building of cairo on windows | Fridrich Štrba | |
2011-12-16 | Make buid pixman on windows | Fridrich Štrba | |
2011-12-16 | Missing pixman file | Fridrich Štrba | |
2011-12-16 | Keep changes to configure.ac only as documentary evidence | Fridrich Štrba | |
2011-12-16 | One more attempt to not have -lz sucked in | Fridrich Štrba | |
2011-12-16 | -lz was sucked in by freetype | Fridrich Štrba | |
2011-12-16 | Trying to get the linking with internal zlib right | Fridrich Štrba | |
2011-12-16 | Fix one more occurrence of FcResultOutOfMemory and try not to run autotools | Fridrich Štrba | |
2011-12-16 | Fix cairo build on some older systems | Fridrich Štrba | |
2011-12-16 | Disable valgrind in internal cairo build | Fridrich Štrba | |
2011-12-16 | Upgrading internal cairo/pixman (phase 1) | Fridrich Štrba | |
2011-12-10 | cairo: 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-01 | make cairo build with libpng 1.5 | Peter Foley | |
2011-09-27 | Hmm, 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-27 | Dmake's .IF expression parser is apparently broken, >= works but > doesn't | Tor Lillqvist | |
2011-09-27 | Make cairo build against MacOSX SDK 10.5 | Tor 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-09 | Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS | Tor Lillqvist | |
2011-08-05 | Revert "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-04 | Disable pdf and ps surfaces that break internal cairo build | Fridrich Štrba | |
2011-08-02 | restore workaround for windows lack of soft links | Caolán McNamara | |
2011-07-21 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-07-14 | We want cairo-quartz.h for iOS, not the X ones | Tor Lillqvist | |
2011-07-05 | Do build the cairo "quartz" surface for iOS, too | Tor 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-03 | Don't build cairo for Android | Tor 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-01 | Move an iOS-specific hunk to the iOS-specific patch file | Tor Lillqvist | |