Re: jbrefort - r33970 - in abiword/trunk: . plugins/goffice plugins/mathview plugins/mathview/xp plugins/opendocument/common/xp plugins/opendocument/imp/xp src src/af/gr/xp src/af/xap/gtk src/text/fmt/xp src/text/ptbl/xp src/wp/ap/gtk src/wp/ap/xp src/wp/impexp/xp src/wp/test/xp
Jean Brefort <[email protected]> Wed, 05 Mar 2014 08:44:53 +0100
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Hub, Your patch is ok. We do not need to check if goffice has been built with lasem support (it is only used for equations in graphs which we don't directly access, and in the component which I deactivated in abiword because equations should always be rendered using the abiword code). I agree that all this does not need to be in a plugin (the goffice plugin might also go in the main tree). Cheers, Jean Le mercredi 05 mars 2014 à 00:36 -0500, Hubert Figuière a écrit : > On 04/03/14 11:32 PM, Hubert Figuière wrote: > > > I'd like to not have to install this by hand to just build AbiWord.... > > > > I think we should not require more than libgoffice-0.10 >= 0.10.0 in > > AbiWord configure and then only require that VERY recent version in the > > math plugin, so at least on can build without. > > > > Otherwise there is no point of having this as a plugin. > > Here is a proposed patch that : > > 1. set an older version as requirement for AbiWord > > 2. check for the proper version in the plugin. > > Note: we still don't check of goffice has been built with lasem support. > We should. > > > Hub