diff --git a/libreoffice.changes b/libreoffice.changes index 9ea0574..a3fddbb 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 19 13:53:23 UTC 2014 - tchvatal@suse.com + +- Try to handle collada coinmp and gltf properly. + ------------------------------------------------------------------- Fri Sep 19 11:11:42 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 99d26d2..4e0c220 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -147,6 +147,7 @@ BuildRequires: libfbembed-devel BuildRequires: libfonts BuildRequires: libformula BuildRequires: libfreehand-devel +BuildRequires: libgltf-devel BuildRequires: libicu-devel BuildRequires: libkde4-devel BuildRequires: liblangtag-devel @@ -991,9 +992,11 @@ export NOCONFIGURE=yes --enable-neon \ --with-system-ucpp \ --disable-ccache \ - --disable-gltf \ - --disable-coinmp -# gltf and coinmp disabled until possible to use external pkgs + --enable-gltf --with-system-libgltf \ + --disable-coinmp --with-system-coinmp \ + --disable-collada +# disable collada as we can't use system libs yet +# no coinormp packages for coinmp # hack to correctly bootstrap python stuff with system python, (deb#501028, i#90701) sed -i -e "s|@INSTALLDIR@|%{_libdir}/%{name}|" pyuno/source/module/uno.py scripting/source/pyprov/officehelper.py