summaryrefslogtreecommitdiffstats
path: root/libexttextcat
Commit message (Collapse)AuthorAgeFilesLines
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-111-1/+1
| | | | | | | | | | | | | | | | | Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-181-1/+1
| | | | | | | Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
* bump libexttextcatCaolán McNamara2013-07-053-41/+0
| | | | Change-Id: If6a89aa46a4252e2652062288f19173267daf03a
* libexttextcat: fix overlapping memcpyMichael Stahl2013-07-052-0/+17
| | | | Change-Id: I3225043560a3c0e02345bc4e8a8d0f9cca2e3cd0
* smuggle -g into libexttextcat cflags in a debug buildCaolán McNamara2013-07-041-1/+1
| | | | Change-Id: I8e6f51c2e4aac4f059bcce923f887275eba1b9a2
* Use a simpler fix for bad old libexttextcat constants.Mark Wielaard2013-06-102-61/+0
| | | | | | | | | | Don't patch the upstream sources. Don't do version dependend checks. Just define the missing constants ourselves if they are missing. Change-Id: Ie0c56474e5ff20c092c99c1648cd15b97149041f Reviewed-on: https://gerrit.libreoffice.org/4200 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* install libexttextcat fingerprint data using filelistDavid Tardon2013-04-303-175/+173
| | | | Change-Id: I1576b60bc511bdac964decd5a7f8c3834281f380
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* libexttextcat: mis-spell it again for old versionsMichael Stahl2013-03-251-0/+15
| | | | | | | Also, windows build cunningly uses an included version header that would be overwritten by configure. Change-Id: Id01b5dcd0f021a11d016571b6ee81e4fb8495020
* libexttextcat: fix the --with-system case too...Michael Stahl2013-03-251-0/+15
| | | | | | | | ... by introducing a version check that is so horribly ugly that it will hopefully be removed again as soon as a new upstream release with the rename is available. Change-Id: I8e0409ba7331dec7140d2a4a49720c804e90582f
* libexttextcat: fix spelling of _TEXTCAT_RESULT_UNKOWNMichael Stahl2013-03-252-0/+31
| | | | | | and remove the _ prefix too while at it Change-Id: I30ee8cd5aead53abac19fdc372e1fe45b3cbf55f
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* do not use * in gb_Zip_add_filesMatúš Kukan2013-03-101-1/+154
| | | | Change-Id: I386e036eaa9139f6a7e424c92a1656f4ac15c0f3
* lm files missing from fingerprint.zip againCaolán McNamara2013-03-091-1/+1
| | | | Change-Id: I4edb3adb39674d612f302e1f95f05905cd33bcde
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-7/+7
| | | | | | | | | | | | | | | | | | ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* we want the fingerprints and config file all in the one dirCaolán McNamara2012-11-281-0/+2
| | | | Change-Id: I86f6bedf1b0f171dca3ce5b34e8c34796f9f7edf
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* do not build package unless neededDavid Tardon2012-11-132-4/+1
| | | | Change-Id: I7e61de3009e20aa13bdc2a333c803130eb88f36d
* internal libexttextcat is built statically everywhereDavid Tardon2012-11-131-3/+0
| | | | Change-Id: I92e42a4a677ab352e9b5a01d19c50493682eea8d
* bump to libexttextcat-3.4.0 for fixed Polish detectionCaolán McNamara2012-11-122-3/+3
| | | | | | | | now we are "post convert libexttextcat to gbuild" of 31219f0f97d081d94d927b5c3d08bb8677b22506 and no longer need the deleted makefile.mk under windows Change-Id: I1052ab7f6db28182c700f55b25ef897339dc69dd
* fix libexttextcat for windowsPeter Foley2012-11-111-1/+1
| | | | Change-Id: I6951ae066e9b0d15de85d30f8a641348998fecca
* fix zip file pathsPeter Foley2012-11-111-1/+1
| | | | Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498
* blind fix for libexttextcatMarkus Mohrhard2012-11-101-2/+2
|
* cleanup libexttextcat namingPeter Foley2012-11-105-19/+19
| | | | Change-Id: I8aee95e0f93deaaf08046f544713af010a7f1e44
* try to fix libexttextcat for mingw againPeter Foley2012-11-101-1/+1
| | | | Change-Id: If212bfe5cc191c253185df0c459f7abb8be51da2
* fix libexttextcat for mingwPeter Foley2012-11-091-0/+3
| | | | Change-Id: Idb8c0587fd180416af2079d94fcc3e1fb5c734b4
* convert libexttextcat to gbuildPeter Foley2012-11-0910-104/+162
| | | | Change-Id: I633892a6d611e6481e49f9bd2739d3886563a24a
* bump to libexttextcat-3.3.1 and drop visibility patchCaolán McNamara2012-05-304-17/+7
| | | | Change-Id: Id0e42068a1cd614a2e66e7f050c55b351999f2ae
* bump libexttextcatCaolán McNamara2012-05-284-10/+10
| | | | Change-Id: I381a975bebfc805ef04dbf8c5b7df66314da8acb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* more documentation and cleanups for various modules.Michael Meeks2012-03-061-0/+6
|
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-1/+4
| | | | | | | | | ...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.
* keep the module name consistent in build.lstNorbert Thiebaud2012-01-301-3/+3
|
* libexttextcat: conflict in 69b04c22986b03c675cf4925f76721190aa5ba82Michael Stahl2011-11-161-3/+1
|
* Fix libexttextcat build for AndroidTor Lillqvist2011-11-162-0/+22
|
* fdo#42865: libexttextcat,lingucomponent: no mapfileMichael Stahl2011-11-152-0/+14
| | | | | | In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in libguesslanglo.so, build both it and libexttextcat with hidden visibility.
* bump libexttextcat to 3.2.0Caolán McNamara2011-11-143-27/+4
|
* Propagate verbosity to the BUILD_ACTION makeTor Lillqvist2011-10-191-1/+1
|
* Name the libraries correctly tooFridrich Štrba2011-10-051-1/+12
|
* Fix MSVC build of libexttextcatFridrich Štrba2011-10-052-0/+12
|
* correctly deliver libexttextcat 3.1.1s headersRene Engelhard2011-10-041-2/+2
|
* update to libexttextcat 3.1.1Rene Engelhard2011-10-043-0/+100