summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-09-17nothing propagates HAVE_CUPS_H so cups is always disabledCaolán McNamara1-0/+20
regression from 22f2e5f286d55cd5c1ead07fb82cd78027abf490 so, lets follow the same pattern as else where and fixup ENABLE_CUPS to be TRUE when enabled and lets just link against cups and not do the dlopen dance Change-Id: I3cff1bd98a7474c403d7ff66183e76e26e407de8
2012-09-11use _use_static_libraries here again to ensure proper dependencyMatúš Kukan1-1/+1
Change-Id: I04fb35b6eac1c1777e67de9877417cfe7cc5aac8
2012-09-11we still need to register the libraryMatúš Kukan1-0/+4
Change-Id: Ia3c38ec42bcf5b36465bca3bfee81c4008c937c3
2012-09-11fix few problems with gbuildized liborcusMatúš Kukan1-8/+1
Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7
2012-09-11liborcus: convert to gbuildMatúš Kukan1-0/+5
Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
2012-09-11default to off for packagekit usage; add --enable-packagekitRene Engelhard1-0/+6
Change-Id: Ib644cc3768ced8a1959fb9ea9f7f24e29fce87ad
2012-09-10boost, orcus: disable bizarre "auto link" feature for MSVC:Michael Stahl1-1/+16
Boost apparently uses a MSVC auto-link feature to cause MSVC to request a static library with a very particular name; disable this and remove the associated ugly workarounds boost/Package_boost*.mk. (Another alternative better than Package_boost*.mk would be to just mangle the static library name in RepositoryFixes.mk) Change-Id: Iea91f9978da00d89d2a696f3cdd090a85cea8e64
2012-09-09fix typoMatúš Kukan1-2/+2
Change-Id: Iaf2180946186e9490840ebbdd5f948a31103dc4f
2012-09-09libpng: convert to gbuildMatúš Kukan1-2/+2
Change-Id: I68d8eb5ee481c893ca1ddecf891db66bef5b03f2
2012-09-08add include path for internal zlibMatúš Kukan1-0/+4
Change-Id: I8d98a62a3ad573508a5c40134ae22183f89b2f13
2012-09-08libcmis: convert to gbuildMatúš Kukan1-2/+2
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
2012-09-08move this into RepositoryExternal.mkMatúš Kukan1-0/+8
Change-Id: I6e59fe4cd5b70b672307097f55497d09fc1161a9
2012-09-07Make boostthread windows only for now.Kohei Yoshida1-0/+5
Not sure if unix needs it since most folks build with system boost there. Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436
2012-09-07Resurrect boost thread lib. Orcus needs it.Kohei Yoshida1-0/+1
Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
2012-09-07Get it to build on Windows, with MSVC compiler.Kohei Yoshida1-3/+3
Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
2012-09-07Let's use static archive instead of shared object for liborcus.Kohei Yoshida1-3/+6
Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d
2012-09-07Get internal liborcus to build.Kohei Yoshida1-11/+8
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-1/+26
It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
2012-08-31mdds: convert to gbuildMatúš Kukan1-0/+17
Change-Id: I7db5dd20e41297efbabef22f559b5552f3afff0f
2012-08-30Do the same thing for gio as we do for dbusCaolán McNamara1-0/+13
and add -DENABLE_GIO to flags at build-time and an empty gb_LinkTarget__use_gio when disabled. Change-Id: I4adf0701a3d490cceecc00f6b81d6416a1e83088
2012-08-30these ENABLE_FOOs are set to TRUE not YESCaolán McNamara1-2/+2
Change-Id: I821a41752643fe78cc99ea20e5d7ef11e7a5e91a
2012-08-25vigra: convert to gbuildMatúš Kukan1-0/+17
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
2012-08-17gbuild: in which the author discovers gb_Jar_set_componentfileMichael Stahl1-2/+2
... which appears to have 3 layers, OOO, URE and OXT, so add OXT to jar registration stuff to make it consistent. Change-Id: I4d12185451bd043c39aa254ff581bc15824f1bbe
2012-08-17gbuild: add gb_Junit_use_external and clean up connectivity complex testMichael Stahl1-0/+6
Change-Id: I8c4b6ff6b1993d1c4de68696089f86fbcf4cecc6
2012-08-17gbuild: register all jarsMichael Stahl1-19/+56
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15add hsqldb to RepositoryExternal.mkMichael Stahl1-0/+14
Change-Id: I9c038e6fd1c60e4ac77740c55a45439d813524e0
2012-08-15gbuild: refactor external jar handling:Michael Stahl1-72/+72
Using a system jar should really put the system jar onto the manifest class-path, but that is currently difficult because externals are used by JavaClassSet and not Jar; fortunately it seems nobody uses gb_JavaClassSet_use_external directly so move the implementation to gb_Jar_use_external. Change-Id: Ieac480b3dec0ad39d2404b0a64b641eaf73c1e4a
2012-08-15add build support for libexsltDavid Tardon1-0/+18
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
2012-08-13Proper sortingStephan Bergmann1-1/+1
Change-Id: Ibf8303cd065ebd4c02b696077d402bf9221012b0
2012-08-13No Mozilla stuff on non-desktop OSesTor Lillqvist1-3/+13
Change-Id: Ib2125fa688005c6139358959a45222fdd96c50d2
2012-08-13move selection of nss libs into RepositoryExternalDavid Tardon1-1/+25
This should also unbreak Windows tinderboxes, because the internal nss libs are now registered. Change-Id: I801d7ebebf36eb1460fa4d626a893b5016115a79
2012-08-11Use NSS to create a PKCS7 object and write it to PDF file.Gökçen Eraslan1-0/+1
After calculating the SHA1 sum of the PDF file, a PKCS7 object is created using the SEC_PKCS7CreateSignedData function of NSS library. Then, created PKCS7 object is encoded and written to PDF file. Change-Id: Ied747f2e31ede1bc44109e5d4223a18f0af59633
2012-08-10Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky1-0/+4
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
2012-08-10help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier1-0/+6
Change-Id: I81837acd40f306c2db03f54f3896b79bb7fcbb08
2012-08-09tubes: add to libmerged to fix circular dependencyMatúš Kukan1-3/+1
Probably it belongs in there anyway. Change-Id: I3bf908de58e0e989e263323d2fdc432308c2cab8
2012-08-06LanguageTag Windows buildEike Rathke1-1/+3
2012-08-06implemented LanguageTag wrapperEike Rathke1-0/+61
2012-07-17tubes: tweak makefilesMatúš Kukan1-4/+0
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+28
2012-07-17fix invalid ifdef in SYSTEM_HSQLDBMichael Stahl1-1/+1
Change-Id: Ife861e0b34becf5a4f9a61c3e34be75b5acd00d7
2012-07-16fix --with-system-openldapLuboš Luňák1-1/+1
Change-Id: Ifb70bf8277659b942ef05f55f483e1407814958f
2012-07-16RepositoryExternal.mk: add openldapMichael Stahl1-0/+35
Change-Id: I5f673db405449d28951eff4d6d30ad0b9ec5d77f
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba1-6/+0
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-14Fix pyuno migration on MacNorbert Thiebaud1-1/+1
Change-Id: I75322a9ada9c84faa6c54ade7d44e5493abb418a
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky1-0/+51
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
2012-06-13better test for system boost date_time libDavid Tardon1-1/+13
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-06-07Build lcms2 statically for Android, too.Tor Lillqvist1-0/+16
A quick way to avoid the problem with its name ending with ".so.2" which the Android app machinery doesn't like. Plus, one less shared library... Change-Id: I102e29dd13d1be1a134be8c09459259fe8fbe2e1
2012-06-06Revert "add configure check for date_time lib"Jan Holesovsky1-13/+1
This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba1-0/+27
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
2012-06-05add configure check for date_time libDavid Tardon1-1/+13
Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0