Age | Commit message (Collapse) | Author |
|
Causes trouble in other cases, need to figure out a more specific fix for the
problem I see.
This reverts commit 737a580a3b96efa2e389d2e72546484af8d4d78f.
|
|
use --disable-coretext explicitely to turn it off (and revert to ATSUI)
Change-Id: I86685482a08cd62665a94eb6e241b59a217d0b52
|
|
Change-Id: I94bf2aea81dfdeb5e70672092e89acc1e4ceabf7
|
|
Should fix the cross-compiling tinderboxes running on Debian at least.
Change-Id: I4fad1beb1a380c69fd1c9461bbf3f4f125df69ee
|
|
Apparently libjpeg-turbo (used on Fedora) has a bunch of emulation
modes for jpeg-6/jpeg-7/jpeg-8 compatibility, and the jpeg-6 one
supports JERR_BAD_CROP_SPEC too, which was added to libjpeg in jpeg-7.
Change-Id: I5ca4deb3ea059996cf72e0e92fc80bd11fc6979a
|
|
b5a9cc71 introduced the use of JERR_BAD_CROP_SPEC which is not
available in Ubuntu 11.10 version of libjpeg62. So better
catch this at configure time.
Change-Id: I19e4287b0c1a9ddc0baaa70ab61364f99571682c
Reviewed-on: https://gerrit.libreoffice.org/3796
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
|
|
Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
|
|
Change-Id: Ib080d0317ea0c34e12db27f6ed080b3928cb165d
|
|
Not really useful to see such messages for stuff that does not depend
in any interesting way on the LibreOffice or system configuration but
is trivially hardcoded based on just the "prefix".
Change-Id: I83ec78bb32891a18318d9f174e4efef901c74846
|
|
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
|
|
Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
|
|
Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08
|
|
Change-Id: I85ae4a65c32fda4b6cf79e0e9ed1c3add3941364
|
|
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
|
|
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
|
|
Change-Id: I0bb3e52866b182ed112c49725e4efd7f1018031e
|
|
Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
|
|
Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
|
|
Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
|
|
Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431
|
|
Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e
|
|
Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab
|
|
Change-Id: I2cdd158528197630ec54873bd164077a8765542e
|
|
Change-Id: I6031f20452183449b2087ce6904c83d8bdbeddfd
|
|
Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a
|
|
Change-Id: Ic55f27516a6d34c20593eba07808d371901a1d67
|
|
Change-Id: I67b4ffa9c6cfe5558a9340495baad924aa16e11a
|
|
Change-Id: Ic8eae6d7e9590ad75c414568877aa093c92ce536
|
|
Change-Id: I6276d55081098f567104f61fde896d1b66591522
Reviewed-on: https://gerrit.libreoffice.org/3904
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
unset more internal python-related variables, so that the test for runtime-python >=3 does not reuse *any* value from test for build-python >= 2.5
Change-Id: I508292713d582476db70fcd2b05ce0abb300f38a
|
|
Change-Id: I33c0b7218054d8d879d72a2a47899b39ae8458ca
|
|
AC_PATH_PROG already says no
Change-Id: Ib920492c89eeb5113474b834ca00882cf47bd322
|
|
Change-Id: Id7dcf5b6c2946b2445dfd4eacf5b78f84607491a
|
|
Change-Id: Ide7d833801e96a3375909238d036687082f34605
|
|
Change-Id: Idd30f6fcf9d1e4d2af5f49caffa91d6ce30bb196
|
|
FreeType has 3 different kinds of versions
* release, like 2.4.10
* libtool, like 13.0.7 (this what pkg-config returns)
* soname
FreeType's docs/VERSION.DLL provides a table mapping between the three
We were checking for >= 2.0 which is always true of course, so I
replaced it with 9.4.3 i.e. 2.1.5; the first FreeType release to provide
a freetype2.pc file (I could have omitted the version check at all,
since it is practically the same), but this should be replaced with a
real minimum required version.
Change-Id: I95f6c398a5b19d4bb728a6dddc957a9f95f27efa
|
|
http://stackoverflow.com/questions/7406946/why-is-apple-deprecating-openssl-in-macos-10-7-lion
http://stackoverflow.com/questions/7475914/libcrypto-deprecated-on-mac-os-x-10-7-lion
Apple apparently got fed up with the unstable ABI of OpenSSL, or
something, and recommend you either move to their "Common Crypto
Architecture", or, if you have to stay with OpenSSL, just build it
yourself statically and bundle with your application. So let's do
that.
Change-Id: I5f19fcce9b4e00ff2ce3089a2398b3f08f76a9a0
|
|
on cygwin, configure forced TMPDIR to /tmp, regardless whether it is set
or not. And while it respects an existing value of TMP, TMP is only used
in a few places. Changes the ones that explicitly check for TMP to
prefer TMPDIR, and don't duplicate configure's check in other scripts.
Change-Id: Ia8ac3f8d92e5f971c5237b85f66f7c0a58932930
Reviewed-on: https://gerrit.libreoffice.org/3701
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I42f54c87384419f5f605c2a5a8146477238f4dfb
|
|
Change-Id: Iabad8f0a3936fa30d4ba68a717a79e4e0b497991
|
|
Change-Id: I5dcf3b14993ac4d699e884c4981af668277a41df
|
|
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
|
|
Change-Id: I478a057c07b9fe850401b96297a14d7842c0703f
|
|
- remove --unix-qstart-libpng:
the internal libpng is static lib so this option is pointless
- clean up duplicative libpng checks
- replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS,
which is the one case where it could still be disabled
Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811
|
|
easysw.com closed its doors after 14years of business.
Thanks for providing EPM.
(cherry picked from commit 73a1f473b72f86d84f3ae542b6c2750911d6c876)
Conflicts:
configure.in
Change-Id: I14244a7802055b5137c6cd10de2cad4b8628f799
|
|
Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2
|
|
HarfBuzz integration should be functional now, so to give it more wider
testing it is made now a required dependency on non-Windows non-Mac OSs.
By default text layout is now done by HarfBuzz but ICU LayoutEngine is
kept as a fallback and can be enabled with SAL_USE_ICULE env variable.
After 4.1.x is branched, ICU LayoutEngine should be removed completely.
Change-Id: I4fe3beeaf6092f33dd436906c11b83aeafdfbd5d
|
|
Change-Id: I131364a0c80626b82939b641012abdfd11e9fabe
|
|
Change-Id: Ia09d30c7ffe6b8597c6b23921feed07151aab04c
|