Commit Graph

129 Commits

Author SHA1 Message Date
Otavio Salvador
2510ab209d libreoffice: Drop dependency on boost
Currently the boost system library is unused so we ought to drop it
from DEPENDS for now.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-26 12:20:03 -03:00
Otavio Salvador
5c14c86d12 libreoffice: Move verbose setting to common .inc
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-26 12:20:03 -03:00
Otavio Salvador
c2f00626d7 libreoffice: Ensure we don't detect host system's Python
We need to have the PYTHON_CFLAGS and PYTHON_LIBS setted in the
environment so configure does not try to detect it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-26 12:20:03 -03:00
Otavio Salvador
4d2e6a0d54 libcmis: Fix boost.m4 to avoid use of unsafe cross-compile paths
This fixes:

,----
| ERROR: libcmis-0.5.1-r0 do_configure: This autoconf log indicates
|     errors, it looked at host include and/or library paths while
|     determining system capabilities.  Rerun configure task after
|     fixing this.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19 22:17:11 -03:00
Andreas Müller
f650291a0f mdds-1: initial add 1.1.0
This will be neccessary for further updates and does not conflict with mdds.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-03-13 01:15:54 +01:00
Andreas Müller
f9762d473c libcmis: update to 0.5.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-03-06 00:22:05 +01:00
Andreas Müller
e67243eb4b libreoffice: update to 5.0.5.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-03-05 00:19:38 +01:00
Andreas Müller
5db0348824 graphite2: add freetype to DEPENDS
fixes:

| /usr/src/graphite2/tests/examples/freetype.c:14: error: undefined reference to 'FT_Load_Sfnt_Table'
| /usr/src/graphite2/tests/examples/freetype.c:18: error: undefined reference to 'FT_Load_Sfnt_Table'
| /usr/src/graphite2/tests/examples/freetype.c:31: error: undefined reference to 'FT_Load_Glyph'
| /usr/src/graphite2/tests/examples/freetype.c:53: error: undefined reference to 'FT_Init_FreeType'
| /usr/src/graphite2/tests/examples/freetype.c:54: error: undefined reference to 'FT_New_Face'
| /usr/src/graphite2/tests/examples/freetype.c:55: error: undefined reference to 'FT_Set_Char_Size'
| /usr/src/graphite2/tests/examples/freetype.c:74: error: undefined reference to 'FT_Done_Face'
| /usr/src/graphite2/tests/examples/freetype.c:75: error: undefined reference to 'FT_Done_FreeType'
| collect2: error: ld returned 1 exit status

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-03-04 00:13:55 +01:00
Andreas Müller
f2d77d83c3 libreoffice: fix misinterpretation of libexec path
Came up by oe-cores's libexec path transition - should be compatible to elder
branches.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-27 00:12:59 +01:00
Andreas Müller
db8b7af216 libreoffice: make build independent of yocto's icu version
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-25 00:21:35 +01:00
Andreas Müller
cbf245a4a2 libreoffice: fix configure/build not to use host's python
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-25 00:20:21 +01:00
Andreas Müller
10543127f0 libreoffice-native: fix configure/build not to use host's python
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-24 00:41:43 +01:00
Andreas Müller
4d6113c7f4 librevenge: add -lboost_system to pkgconfig
In current masters of out meta-verse this is required to fix dependent
libraries fail during link:

| /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/lib/librevenge-0.0.so: undefined reference to `boost::system::system_category()'
| /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/lib/librevenge-0.0.so: undefined reference to `boost::system::generic_category()'

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-22 23:29:15 +01:00
Andreas Müller
7dc442f71e libreoffice: restructure patches
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-18 18:19:01 +01:00
Andreas Müller
ead30f2740 hunspell: remove - it is in meta-oe now
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-16 00:26:19 +01:00
Andreas Müller
bc3e0cc67f vigra: do not build python/numpy bindings
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-15 16:43:26 +01:00
Andreas Müller
7b16000f67 libreoffice: move all common source information to libreoffice-version.inc
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-11 00:03:21 +01:00
Andreas Müller
46c5cd75b5 libreoffice-native: move LOBUILDTOOLS to native recipe and add idxdict
LOBUILDTOOLS is no more shared with cross recipe.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-05 07:59:43 +01:00
Andreas Müller
99b12ba515 libreoffice: use common graphite2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-05 07:13:00 +01:00
Andreas Müller
ef3699862c graphite2: initial add 1.3.5
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-05 07:11:44 +01:00
Andreas Müller
951b2ce1d5 libreoffice: translations: build, install and pack them
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-03 06:24:27 +01:00
Andreas Müller
6cd0b45df0 libreoffice: build more native tools to prepare translations
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-02-01 19:11:21 +01:00
Andreas Müller
9f5b7a84da libreoffice: split out version information to common file
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-31 00:12:29 +01:00
Andreas Müller
784051b0e8 libreoffice: add forgotten path
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-29 21:05:18 +01:00
Andreas Müller
77b74fc32b recipes-libreoffice: enable postgresql support/packageconfig
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-29 01:16:29 +01:00
Andreas Müller
1593093203 libreoffice: remove mariadb from DEPENDS - is is set in PACKAGECONFIG
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-28 18:06:09 +01:00
Andreas Müller
8e21140d5b libreoffice-native: align position of gconf-native
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-28 08:27:42 +01:00
Andreas Müller
250c23bdc4 libreoffice-native: add gconf-native to DEPENDS
| checking for GCONF... no
| configure: error: Package requirements (gconf-2.0 gobject-2.0 ) were not met:
|
| No package 'gconf-2.0' found

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-28 08:24:49 +01:00
Andreas Müller
c46063df8d libreoffice: drop some more TODO notes
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-27 08:12:25 +01:00
Andreas Müller
e4cf2f41ef libreoffice: add packageconfigs for gtk/gtk3/mariadb
* gtk mariadb enabled by default
* gtk3 theming is broken at least for xfce4 so disaböe it

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-27 07:58:33 +01:00
Andreas Müller
9b995af845 libreoffice: move --without-java to recipes
a preparation for some cross java support

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-27 01:07:55 +01:00
Andreas Müller
9cd412f965 libreoffice.inc: add --enable-release-build -> desktop entries work
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-26 22:55:34 +01:00
Andreas Müller
28e321597e libreoffice: it builds cleanly!!!
* modify install
* inherit autotools-brokensep - install does not find required files otherwise
* add required dependencies
* do simple packing - skip out sdk only

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-26 00:34:30 +01:00
Andreas Müller
df2d153051 libreoffice: drop some notes on missing galleries
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-25 23:43:17 +01:00
Andreas Müller
3871eb7647 layer.conf: meta-libreoffice -> meta-office
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-25 23:39:24 +01:00
Andreas Müller
5f5fb84e76 README: rename layer meta-libreoffice -> meta-office
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-25 23:32:07 +01:00
Andreas Müller
092ba170f9 libreoffice: fix compile by diabling build of galleries
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-24 23:39:50 +01:00
Andreas Müller
50390861f9 libreoffice-native: add some mor dubugging to gengal and fix path to redirectrc
this does not enhance situation so we might revert this later

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-01-24 23:37:41 +01:00
Andreas Müller
0f079217da libreoffice(-native): make use of hyphen
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 07:00:12 +01:00
Andreas Müller
3ae7b1bbf7 hyphen: initial add 2.8.8
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 06:59:09 +01:00
Andreas Müller
f6e11e47e1 libreoffice: use mythes / rework system libraries
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:26:00 +01:00
Andreas Müller
1326fdd241 libreoffice-native: use more native libraries
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:24:39 +01:00
Andreas Müller
1ea25e91ec libexttextcat: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:23:37 +01:00
Andreas Müller
7c4cca35ca libcmis: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:22:58 +01:00
Andreas Müller
aea96570fc libvisio: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:22:14 +01:00
Andreas Müller
9d11c975b8 libpagemaker: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:21:38 +01:00
Andreas Müller
a83b5ab502 libetonyek: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:20:55 +01:00
Andreas Müller
23416470ec clucene-core: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:20:14 +01:00
Andreas Müller
979bf35328 glm: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:19:30 +01:00
Andreas Müller
405cd2d682 mythes: initial add 1.2.4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-21 00:17:50 +01:00