Age | Commit message (Collapse) | Author |
|
Change-Id: I273b019409f36d0b4488458e152099493ce81147
|
|
Change-Id: I45852dfa38d9162d0fb5fa608974dbc78fe5d2f3
|
|
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
|
|
commit cc858aca0ebf653eebceaf09e2316763d8d81051
"configure: substantially de-bong libpng handling"
Removed the unix-qstart-libpng configure option.
Also remove it from the distro-configs.
Change-Id: I99de8b99d531d7bedc76ac171050219801000284
Reviewed-on: https://gerrit.libreoffice.org/3900
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
It appears that there are some externals that link against the system
zlib anyway, and the assumption is that system zlib will work
everywhere.
Change-Id: Id348ed88d00ec1495aa54871c994062b9e1b3e85
|
|
Change-Id: If28fbe59f55626aeca05fa93446a0e5034ea2b91
|
|
I simply didn't have the krb5-devel package installed, and assumed there was
something more complicated going on.
This reverts commit 0e1cc9968522b602c345aae33c4aac4c5bccd274.
Conflicts:
distro-configs/LibreOfficeWin64.conf
Change-Id: Ie3b226678862ed6388bcf1bf105da0b996f653d1
|
|
Or, as it might happen, not... If there are differing opinions, please revert
and/or amend. Or start a discussion on the development list.
Change-Id: Ide5060802fda2d59a1c098d1ba8398fc095007c8
|
|
Also, don't claim TDF would be doing 64-bit Windows builds.
Change-Id: I3abdb13cf7b29c6d249d49fd6f66ce1b9993d97e
|
|
Try to make it more likely that a build without any autogen.sh options
succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks
to some krb5 stuff needed by the postgresql-sdbc checks.
To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf
files that didn't already have --disable-postgresql-sdbc.
Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87
|
|
Change-Id: Icf9d75e699e8a430ce0d2a305e1b696d8023466b
|
|
Change-Id: I648e5c23704125e939eceda9ac29217f1c63cd47
|
|
...since 62bf424fa84b0ccd0828a474a1351b0134f27eab "remove dead code."
Change-Id: Idfe58e53232c6cef755f4f7e4d572f7cac3efc6a
|
|
AFAIK, we could not use GIO for the release builds because they are built
on too old system. GIO has got enabled by default but it can't be used together
with GNOME VFS, so we need to explicitely disable it here.
Change-Id: Ic5e64b0b5a7c000b9add2892a18bbc963ea2b900
|
|
Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874
|
|
Change-Id: I05d3958b56cc8dc18773049deb40d4d4929b0ba4
|
|
Change-Id: I443e77c33b797aaff0b0389525148d1ee2d3193c
|
|
Change-Id: I6bc95c27bf807288ee147995fd4d864903f8cec4
|
|
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
|
|
Change-Id: I959437dd440c0eec4fdfa75498a95295bb85cda0
|
|
|
|
Updated the distro-configs so that the default change
does not impact build based on distro profile
The intent is that with this change of defaults
the build does only rely on core and does not need
any submodules. Making a initial build simpler
for new dev, since they won't be exposed to submodules
unless they really need them.
Change-Id: I446e912d607ce7358fd11f54a3de025dc3f25144
Reviewed-on: https://gerrit.libreoffice.org/1791
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
|
|
|
|
The STLport was only built for the benefit of old extensions on platforms that
once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We
deliberately break such old extensions for LO 4.0 by no longer shipping that
backwards-compatiblity cludge.
Keeps STLport listed in readlicense_oo/ because of
o3tl/inc/o3tl/compat_functionality.hxx.
Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?).
Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from
l10ntools/inc/helpmerge.hxx that was once added with
854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01
(1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename
-> MoveFileEx" but now starts to cause trouble on Windows. Also disables
warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both
tools/wintypes.hxx and the Windows API) in a number of places that include
windows.h -- however the old STLport caused those warnings to not show.
Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
|
|
Change-Id: I279b20d30c0c7ccbe82583ad97e2c4e65cb30221
|
|
Remove the oooblogger extension. It is unmaintained and the original
author (caolan) wants it dead.
Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
|
|
Change-Id: I9b028618212f5e2f9fe0f11181d97a9bfe06bf93
|
|
...so that e.g. Fedora 17 does not require installation of libpng-compat package
for old libpng12.so.
Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05
|
|
It has been way too common for people to accidentally have a javac
from JDK 7 create class files that are of the newest version, which
older JREs and Android's dex then don't understand.
As many of the distro-configs files specified
--with-java-target-version=1.5 anyway, let's just hardcode that for
now.
Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
|
|
...which can be attractive for installation sets that use --with-system-poppler
but do not want the LO core package to depend on a poppler package. See the
comment at the top of scp2/source/ooo/module_pdfimport.scp for details.
The build-time --disable-pdfimport configure switch is gone, PDF Import is built
unconditionally for all platforms but Android and iOS now. (The
ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase
consistency across those variables.)
Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
|
|
Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
|
|
The current latest Android SDK doesn't cope with Java7 otherwise.
Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
|
|
Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
|
|
Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
|
|
No need for dirty hacks linking in basegfx objects statically any more.
To avoid unnecessary confusion between the newly plain code and any instance of
the old extension still installed (per-user or shared), I renamed all relevant
UNO implementation identifiers from com.sun.star.comp.documents.* to
org.libreoffice.comp.documents.*. Also, existing installations of the extension
are explicitly not migrated to new user profiles.
The xpdfimport executable is now in program/, its xpdfimport_err.pdf in
share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full
pathname is now given as additional second argument to xpdfimport. To find
xpdfimport executable from CppunitTest, CppunitTest creates a symlink from
solver's unittest/installation/program to solver's bin, so that
"$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets
BRAND_BASE_DIR to solver's unittest/installation).
The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even
though it was included in the .oxt) and has been removed.
The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport.
Having it still conditional requires some pdf_Portable_Document_Format vs.
pdf_Portable_Document_Format_import foo in module filter.
Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
|
|
Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41
|
|
|
|
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
Reviewed-on: https://gerrit.libreoffice.org/1060
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
Reviewed-on: https://gerrit.libreoffice.org/1014
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I43690a0196e54d45567f30151d95cf10f0ac3c38
|
|
After 047bc54675193bb10a74b865a057fc0438fb824c it is no longer triggered
by rsvg alone, so I guess this is the right way to get system glib on migw again.
|
|
Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e
|
|
IN this branch these changes are not conditional. Unclear yet whether
this is what we finally will want to use or not. Maybe should make
these changes conditional and do this stuff in master instead?
Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
|
|
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
|
|
Change-Id: I3a5b19ac9f7c09a7bb5c919b3a9bc18ab646fd76
|
|
Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090
|
|
Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9
|
|
Change-Id: Id94b5d0aa4d4b6236831f3720cb24efca70be649
|
|
This also removes patching of the generated 'configure' in libxmlsec; instead,
autoreconf is called.
Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
|