- Try to handle collada coinmp and gltf properly.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=191
This commit is contained in:
parent
ee8bc8f5c2
commit
0bf0896ea0
@ -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
|
Fri Sep 19 11:11:42 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -147,6 +147,7 @@ BuildRequires: libfbembed-devel
|
|||||||
BuildRequires: libfonts
|
BuildRequires: libfonts
|
||||||
BuildRequires: libformula
|
BuildRequires: libformula
|
||||||
BuildRequires: libfreehand-devel
|
BuildRequires: libfreehand-devel
|
||||||
|
BuildRequires: libgltf-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: liblangtag-devel
|
BuildRequires: liblangtag-devel
|
||||||
@ -991,9 +992,11 @@ export NOCONFIGURE=yes
|
|||||||
--enable-neon \
|
--enable-neon \
|
||||||
--with-system-ucpp \
|
--with-system-ucpp \
|
||||||
--disable-ccache \
|
--disable-ccache \
|
||||||
--disable-gltf \
|
--enable-gltf --with-system-libgltf \
|
||||||
--disable-coinmp
|
--disable-coinmp --with-system-coinmp \
|
||||||
# gltf and coinmp disabled until possible to use external pkgs
|
--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)
|
# 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
|
sed -i -e "s|@INSTALLDIR@|%{_libdir}/%{name}|" pyuno/source/module/uno.py scripting/source/pyprov/officehelper.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user