summaryrefslogtreecommitdiff
path: root/recipes/abiword
AgeCommit message (Collapse)AuthorFiles
2010-01-01abiword 2.8.1: multiple fixesDenis 'Gnutoo' Carikli3
*Fixed compilation removing DOLT (from http://dolt.freedesktop.org/) fom configure.in, else it would file like this(output stripped) : .../doltlibtool: exec: .../libtool: cannot execute: No such file or directory note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool in my case,more informations are disponible reading the m4 dolt file here: http://cgit.freedesktop.org/dolt/tree/dolt.m4 *fixed libwmf problem: libwmf-config is a program that is used for knowing the compilations flags like that : libwmf-config --cflags -I/usr/include/freetype2 -I/usr/include ->But like the in example the host version was called and so some /usr/include were included into the build process, --with-libwmf-config=${STAGING_DIR} fixes it ->also depend on the native libwmf so it is not required on the host in order to build abiword *fixed runtime problem with the plugins: In the trunk(which regenerate configure files like we do), autogen-common.sh was called by autogen.sh And not calling it creates issues like for instance the absence of the the collab plugin in the installation directory
2009-11-02abiword 2.8.1: package abicollab certs as wellKoen Kooi1
2009-11-02abiword: fix shlib packagingKoen Kooi1
2009-10-30abiword: replace 2.8.0 with 2.8.1, some crashes fixed and libtool macros updatedKoen Kooi1
2009-10-30abiword 2.8.0: band-aid packaging before overhauling itKoen Kooi2
2009-10-29abiword: add 2.8.0Koen Kooi2
2009-03-19abiword: update to 2.6.8Koen Kooi3
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko19
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>