summaryrefslogtreecommitdiff
path: root/redland
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02redland: fix some warnings in raptorMichael Stahl2-0/+43
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-05-04lib was renamed, but dylib_file hint for older XCode was missed.Christian Lohmaier1-3/+3
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
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-20Build the redland libs statically for AndroidTor Lillqvist3-14/+9
They are only linked to libunordf anyway, so we reduce the number of shared libraries a bit this way.
2012-04-13renaming dlls makes little sense on windowsDavid Tardon6-9/+21
2012-04-13Revert "change redland dllnames on windows too"David Tardon3-3/+3
This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e.
2012-04-13change redland dllnames on windows tooDavid Tardon3-3/+3
2012-04-13oops, missed one for macosxDavid Tardon1-1/+1
2012-04-13rhbz#809466 change soname of bundled redland libsDavid Tardon10-27/+63
2012-04-10No sonames on AndroidTor Lillqvist6-0/+43
2012-03-20Make redland build on Mac with internal libxmlFridrich Štrba2-0/+8
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-03-04it seems this is not necessary after allDavid Tardon1-8/+0
Maybe it depends on the day of the week or something like that...
2012-03-02workaround ld link-time crash on ppc64Caolán McNamara1-0/+5
2012-03-01Move MinGW-specific magic inside MinGW-specific .IF branchTor Lillqvist1-5/+8
2012-03-01get redland built with mingwDavid Tardon3-3/+25
Do not ask me how or why this works. There are things man was not meant to know.
2012-03-01get rasqal built with mingwDavid Tardon2-3/+17
2012-03-01get raptor built with mingwDavid Tardon2-3/+16
I _really_ love how libtool, when called without -no-undefined, silently falls back to building a static lib (AFAICS without even trying to check if there really will be any undefined symbols in the resulting dll). Thank you, libtool author! I cannot express how much I enjoyed the hours I spent figuring out what is happening there!
2012-03-01raptor: make the entities patch work on older libxml2 versionsMichael Stahl1-1/+12
Add a runtime check whether the "checked" member is available.
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann3-0/+13
...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-22Disable problematic reading of external entities in raptorPetr Mladek2-1/+385
2012-02-17add missing quotesDavid Tardon1-1/+1
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich1-10/+9
2012-01-11add debugging symbols to raptor in debugging levelsCaolán McNamara1-2/+7
2011-11-12Fix iOS build: Link (as such unneeded) executables with -liconvTor Lillqvist1-0/+3
2011-11-10Deliver shared library file names ending in .so for AndroidTor Lillqvist4-0/+11
2011-11-03Use xml2-config and xslt-config from our own copies if not using system onesTor Lillqvist1-0/+9
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens1-3/+6
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
2011-09-27More Android config.sub fixing.Thorsten Behrens1-0/+20
This time the redland library.
2011-09-27Replace raptor rindex calls with strrchrThorsten Behrens2-0/+63
Seems android libc is missing that - replaced by non-deprecated posix func.
2011-09-27More Android config.sub fixing.Thorsten Behrens4-22/+20
More parse fixing for android os string.
2011-09-27Fix android platform parsing for raptorThorsten Behrens1-0/+20
2011-09-27Make Android cross-build workingThorsten Behrens2-12/+1
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba3-3/+7
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba3-7/+3
2011-06-09First attempt at Android supportTor Lillqvist6-3/+36
2011-06-08Fix raptor to not use xml2-config on MacWilliam Lachance2-6/+213
Christian suggested modifying the configure script not to use xml2-config/xslt-config at all. Here's a patch which does exactly that. I'm not exactly thrilled by the size/complexity of this patch for what it does, but at the same time it does seem a bit crazy for LO not to build just because libxml is installed in MacPorts (which is not uncommon: it's a dependency of ImageMagick for instance).
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist3-4/+4
2011-06-06Bin unnecessary quotingTor Lillqvist3-3/+3
2011-06-06Patch raptor configure, not configure.ac for cross-compilationTor Lillqvist2-25/+36
It looks sillier, yes, but it is good to not have to run autoconf. Fixes cross-compilation for ppc MacOSX.
2011-06-04make sure to compile against SDK version of libxml/libxsltChristian Lohmaier3-2/+34
might not be the most elegant solution, but should do the trick
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-19/+19
2011-05-30Fix typoTor Lillqvist1-1/+1
2011-05-21Drop OS2Tor Lillqvist3-18/+3
2011-05-14Fix typoTor Lillqvist1-1/+1
2011-05-13Cross-compile redland for iOSTor Lillqvist4-3/+64
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky3-6/+6
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2011-02-02Clean up makefilesThomas Arnhold3-6/+0
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono3-3/+3
2010-10-14#i10000# changes from OOO330 m10Vladimir Glazunov1-0/+1
Notes: split repo tag: libs-extern_ooo/DEV300_m90