summaryrefslogtreecommitdiff
path: root/pango
AgeCommit message (Collapse)Author
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist
Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194
2012-11-05cleanup README files.Michael Meeks
Convert DOS -> unix newlines. Cleanup and clarify several files.
2012-11-05add a README filesAlia Almusaireae
Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-10-31Don't let a DEBUG env var pollute the GLib nmake build mechanismTor Lillqvist
LO builds GLib, gdk-pixbuf and Pango using their ancient nmake-based build mechanisms (that use the make.msc from GLib's build/win32 directory). This compiles against the debugging runtime (the -MDd switch, msvcr90d.dll) if there is a DEBUG environment variable. We don't want that. None of LO's own DLLs should use the debugging runtime even in an --enable-debug build, and the debugging runtime doesn't get included in the installer. Change-Id: I04d2dcc0d5bb245af4afac976b6c1fecbf2095e1
2012-10-21only build librsvg deps if librsvg itself is builtDavid Tardon
gdk-pixbuf, gettext, glib, libcroco, libgsf and pango are only deps of librsvg, which means they do not have to be configured/built in a build without librsvg. In effect, this generalizes the previous exception for Android and iOS. Change-Id: Ia0bd5e1c2bfa27842d8806886cd5774a420a973f
2012-07-28Revert "Avoid confusion in 10.7 SDK headers in at least Xcode45-DP3"Tor Lillqvist
Nah, don't bother going down this path for now, just require max-allowed to be equal to the SDK version... This reverts commit abf0ff683bc87fe6b2d88df0ae101d89740d6238. Change-Id: I0a3d765533866dad6bf604b1ebbfaef9e168f667
2012-07-23Avoid confusion in 10.7 SDK headers in at least Xcode45-DP3Tor Lillqvist
When building with MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7, <CoreData/NSFetchRequest.h> does #define NSPersistentStoreRequest NSObject (i.e. as a dummy) and does not import <CoreData/NSPersistentStoreRequest.h>. But <CoreData/NSIncrementalStore.h> doesn't do anything similar, it imports <CoreData/NSPersistentStoreRequest.h> unconditionally. So if <CoreData/NSFetchRequest.h> has already been included by then, it will end up quite confusing. Change-Id: I9de6885ea444a73bf5fd50aa6a3d132b9fcc2f31
2012-04-29make gbuild the default assumption of build.plBjoern 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-03-24help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier
2012-03-23.lst files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
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.
2011-10-03Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used APITor Lillqvist
2011-08-31Escaped non-ASCII characters from source files in pangoTakashi Nakamoto
Building pango with VC++ 2008 Express Edition on Windows platform where the locale is Japanese (or maybe Korean, Chinese or others) fails because some files extracted from the pango tarball contains non-ASCII characters. This change escapes those non-ASCII characters with "\xff" expression.
2011-08-04I'm sure I fixed this beforeCaolán McNamara
2011-06-14silence pango, get rid of $/ escapes, pass verbosity switchesChristian Lohmaier
2011-06-07Add cross-compilation supportTor Lillqvist
2011-06-03Use unique Pango DLL names to avoid risk clashing with "official" DLLsTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-31Set also CXXFLAGSTor Lillqvist
2011-05-30Propagate verbosityTor Lillqvist
2011-04-01ooo340libs: needed patch changes for external libraries/using ↵ka
external/jpeg*.h again
2011-03-30masterfix DEV300: #i10000# build fixesIvo Hinkelmann
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m105
2011-03-29rsvglibs: final touchesPhilipp Lohmann [pl]
2011-03-28rsvglibs: adjustments for external library patcheska
2011-03-28rsvglibs: minor adjustments wrt. new/updated external libska
2011-03-26rsvglibs: corrected dependencieska
2011-03-26rsvglibs: added external pango libraryka
2011-03-25rsvglibs: adjusted makefiles to build external rsvglib dependencieska
2011-03-01rsvglibs: add pango dependencyPhilipp Lohmann [pl]