summaryrefslogtreecommitdiff
path: root/tail_build
AgeCommit message (Collapse)AuthorFilesLines
2013-02-17convert xpdf to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: Ie85f8092e0c37124508123a1d2f942f50f0740da Reviewed-on: https://gerrit.libreoffice.org/2197 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: Ie6ae2150e1f011e17034abcace18c5967b4dacf5 Reviewed-on: https://gerrit.libreoffice.org/2023 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Peter Foley <pefoley2@verizon.net>
2013-02-05convert libxslt to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2013-02-01fix build from tail_buildLuboš Luňák1-1/+4
gb_Side is set either from toplevel Makefile or from any module Makefile, but not when starting build from tail_build Change-Id: I4df6eb221f5b778ce3c0234251f8dbbb56645028
2013-01-10remove effectively unused gb_PARTIALBUILDMatúš Kukan1-1/+0
Change-Id: I5d00db54748de0e1ce3de3dd9c99a88a82e7917b
2013-01-07nss: depend on python3Matúš Kukan1-1/+1
nss is not in tail_build because of moz, so expat, external, openssl and python3 must go also out. Change-Id: I52a3b02ff477ae52abc298d96770755ebc392d57
2012-12-31add fontconfig to tail_buildPeter Foley1-1/+1
Change-Id: Iff855964f085a94633cfe25462dd9f5e44a8a828
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-30convert redland to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f Reviewed-on: https://gerrit.libreoffice.org/1493 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-1/+1
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-25add libpng to tail_buildPeter Foley1-1/+1
Change-Id: Icac37cd3e82c5dd4bb6339c57e70f47054a17c12
2012-12-25add zlib to tail_buildPeter Foley1-1/+1
Change-Id: If891480564760044ad0af792f8c21a8ca1a06580
2012-12-06convert cppunit to gbuildPeter Foley1-1/+1
Change-Id: Idcba54973940b9f197f2fd84a906b50468d1b166
2012-12-04kick python3 out of tail_build for now to fix Mac build breakageNorbert Thiebaud1-1/+1
Change-Id: I07fd96b7f956ea2c275f2112f403b9a29b3def8e
2012-11-30add python3 to tail_buildPeter Foley1-1/+1
Change-Id: I01c3d280b4ff05ddbce77343ced6934b26bd3ceb
2012-11-30convert libxmlsec to gbuildPeter Foley1-1/+1
Change-Id: Id0ad4e1c8e3e1ac03c625fb77b70fe0aa8ddfcdc
2012-11-27Switch from python to python3Michael Stahl1-1/+1
Mac specific parts of patch by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
2012-11-21dung out berkeleydb gnumake / configure bits ...Michael Meeks1-1/+1
2012-11-20tail_build: forgot to merge build.lst after cairo is inMatúš Kukan1-1/+1
Change-Id: If745adf8541c980fa5cb1aa1b9f1ce9fa716504a
2012-11-20cairo: convert to gbuildMatúš Kukan1-1/+1
Change-Id: I1f3dd368a0d0b78b73df3baad214a1079bbbd1d3 Reviewed-on: https://gerrit.libreoffice.org/1144 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-15add jpeg to tail_buildMatúš Kukan1-1/+1
Change-Id: Id67be2a0722930094c61ad99912934ebce5a4631
2012-11-13Revert "fdo#38878 upgrade xpdf to poppler"Tor Lillqvist1-1/+1
Also revert my two minor follow-up popper commits. Poppler doesn't build on Mac OS X. It uses fontconfig, and we don't depend on that on the Mac. There is a patch from 2009 http://lists.freedesktop.org/archives/poppler/2009-July/004932.html (actual patch at http://lists.freedesktop.org/archives/poppler/attachments/20090712/f3b154d0/attachment-0001.obj ) that makes poppler not use fontconfig on the Mac, but it was never upstreamed. And that patch uses the obsolete ATSUI API, which we want to stop using in LO code, not introduce new uses of. This reverts commit 39f9eb0d856293a974e2f024b29dca20068af073. This reverts commit 0941c211858416f6117548e093b428b64785f98a. This reverts commit a6e9bb4c7bad649cb44efaeef67fa18090348c53.
2012-11-13fdo#38878 upgrade xpdf to popplerPeter Foley1-1/+1
Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029 Reviewed-on: https://gerrit.libreoffice.org/1036 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-11convert liblangtag to gbuildPeter Foley1-1/+1
Change-Id: Ib019e248b16a39ea058cdebeaa1f37a967a00d6c
2012-11-09add boost to tail_buildPeter Foley1-1/+1
Change-Id: I9cb276963155004361be86ec7a05c3597ff4ba4b
2012-11-09convert libexttextcat to gbuildPeter Foley1-1/+1
Change-Id: I633892a6d611e6481e49f9bd2739d3886563a24a
2012-11-08convert lcms2 to gbuildPeter Foley1-1/+1
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-07convert lpsolve to gbuildPeter Foley1-1/+1
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680 Reviewed-on: https://gerrit.libreoffice.org/1002 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist1-1/+1
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-04Enough with that...Norbert Thiebaud1-1/+1
peter's gbuildifications caused and ocean of red, that 1/ was not followed up by any attempt by the author to fix 2/ I wasted a good part of the weekend to de-entangle with only partial sucess reverting the whole mess for now... to be resubmited when a bit less borked... This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a. This reverts commit faef2e51d0c7b74334a11400b205daf382805780. This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42. This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421. This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad. This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29. This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.
2012-11-04convert lcms2 to gbuildPeter Foley1-1/+1
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-03convert lpsolve to gbuildPeter Foley1-1/+1
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
2012-11-03convert hyphen to gbuildPeter Foley1-1/+1
Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
2012-10-29convert curl to gbuildPeter Foley1-1/+1
Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee
2012-10-28convert hunspell to gbuildPeter Foley1-1/+1
Change-Id: I285292ca7f7252399c3898ca49f73727ab569fca
2012-10-28openldap: convert to gbuildMatúš Kukan1-1/+1
Change-Id: Ic1c4c58a09fd41bce78731e61349baa129f5e935
2012-10-28convert mythes to gbuildPeter Foley1-1/+1
Change-Id: I9c6b670a2df8b1d3a868d91737fcf93e7d40bcb4
2012-10-25add sal to tail_buildPeter Foley1-1/+1
Change-Id: Id398311fe86dbd81e5d1cbdf129783e659973737
2012-10-25graphite: convert to gbuildMatúš Kukan1-1/+1
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
2012-10-25remove all traces of saxonDavid Tardon1-1/+1
Change-Id: I33ca2c27d557d24e3900d7ebf8f3ea2d99b3cfb0
2012-10-24freetype: convert to gbuildMatúš Kukan1-1/+1
Change-Id: I67f550385fa1f4073873f1e503eb153665e718ef
2012-10-24fontconfig: convert to gbuildMatúš Kukan1-1/+1
Change-Id: Ia0ba9294e36c30147ed52826eac4b0059cfed200
2012-10-21convert postgresql to gbuildPeter Foley1-1/+1
Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e
2012-10-15conditionalize build of external modulesDavid Tardon1-1/+1
Change-Id: Id0a1d289a58614f34e45556ce4bf755b5ccfecc8
2012-10-15matus: tml_: merge librsvg/prj/build.lst into tail_build/prj/build.lstTor Lillqvist1-1/+1
Change-Id: I9d25a960305004ce22e69c8f5bacbfe631f46952
2012-10-05gbuildification of jfreereportDavid Ostrovsky1-1/+1
In dmake jfreereport build system an intermediate directory classes was used. All artefacts that created during build were copied there, including external apache-commons-logging.jar. Finally java system property was used -Dlib=classes. In gbuild we don't want to mess with copying artefacts around. The artefacts are packaging in $(OUTDIR)/bin and java system property points to -Dlib=$(OUTDIR)/bin. However the dependencies must be set inside jfreereport module, because of jar interdependency: liblayout depends on other jars and flow-engine depends on liblayout. This is achived with new function gb_ExternalProject_use_packages. Special treatment is necessary when system apache-commons library is used, in which case it is not reside in $(OUTDIR)/bin, but in /usr/share/java/commons-logging.jar or in custom location. For that purpose the both patches: flow-engine.patch and liblayout.patch were extended and new java system property was introduced -Dcommons-logging.jar and passed to the build.xml. A dependency from liblayout to apache-commons-logging is set. jfreereport was moved to tail_build module. Change-Id: I32e39bb5f4f825f182c3bd3cfc1a13ea1c38321e Reviewed-on: https://gerrit.libreoffice.org/761 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-02gbuildification of rhinoDavid Ostrovsky1-1/+1
Default patch level 3 was not working here and must be overriden with gb_UnpackedTarball_set_patchlevel function with 2. New java file OfficeScriptInfo.java was extracted from rhino1_5R5.patch and added with gb_UnpackedTarball_add_file. Change-Id: Iba25b2350caffd943af93f59fa2139332b009ef2 Reviewed-on: https://gerrit.libreoffice.org/752 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-02gbuildification of beanshellDavid Ostrovsky1-1/+1
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7 Reviewed-on: https://gerrit.libreoffice.org/745 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01add saxon to tail_buildDavid Tardon1-1/+1
Change-Id: I01e2b99a2618c3b4e5e80dc9e38652e75ef5217d
2012-09-29add apache_commons to tail_buildNorbert Thiebaud1-1/+1
Change-Id: I0365a5170011ad44b9a0ab8f1129a756884694d5