[Libreoffice] unowinreg.dll usage

2011-10-23 Thread Tomáš Chvátal
Hi, could someone tell me why 185d60944ea767075d27247c3162b3bc-unowinreg.dll is required at odk enabled build on linux? I can't think of any reason... :) Cheers Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] unowinreg.dll usage

2011-10-23 Thread Tomáš Chvátal
Dne 23. října 2011 13:48 Tor Lillqvist t...@iki.fi napsal(a): I can't think of any reason... :) I think the idea is that when an extension written in Java is distributed (in binary form), you are supposed to bundle this DLL, for use by the extension on Windows. Or something like that. The

[Libreoffice] Mozilla options situation

2011-11-02 Thread Tomáš Chvátal
Hello fellow devs, Current situation with mozilla switches is slightly confusing after last nss/nspr decoupling. It contains two switches --enable-build-mozilla and --with-system-mozilla. This we (rene and me) find really confusing as the switches go against each other at the configure.in in

Re: [Libreoffice] #define never used

2011-11-07 Thread Tomáš Chvátal
2011/11/7 Chr. Rossmanith chrrossman...@gmx.de: Hi, I guess, #define _SVSTDARR_sal_uIt16S                    ( - note the missing 'n' in uInt ) which is unique in the code base according to git-grep can be removed? Christina Yep it is just defined there on the line 39 and not used

Re: [Libreoffice] whacky parallel-install instructions ...

2011-11-07 Thread Tomáš Chvátal
2011/11/7 Michael Meeks michael.me...@suse.com:        Thomas, separately I wonder if this: INSTALLDIRNAME=`echo AC_PACKAGE_NAME | tr '[[:upper:]]' '[[:lower:]]'` AC_MSG_CHECKING([for install dirname]) if test -n $with_install_dirname -a $with_install_dirname != no -a $with_install_dirname

Re: [Libreoffice] Introduce system-mozilla-headers switch

2011-11-07 Thread Tomáš Chvátal
2011/11/7 Rene Engelhard r...@debian.org: On Sun, Nov 06, 2011 at 05:49:21PM +0100, Tomáš Chvátal wrote: currently there is no possiblity to use system headers when building np_sdk so I wrote one (see attachment). It chages quite a bit albeit it works on linux without problem. Testing on mac

Re: [Libreoffice] Bug 39659 - Java 7 not recognised -- missing or adjustment to distribution specific vendorInfos needed for the new Oracle JRE

2011-11-24 Thread Tomáš Chvátal
2011/11/24 Stephan Bergmann sberg...@redhat.com: On 11/24/2011 09:56 AM, Tomáš Chvátal wrote: Other problem is that hsqldb we bundle does not build with new java but still runs with it? Yep runs, just won't build. and also some people reported weird runtime erorrs using it. using Java 7

Re: [Libreoffice] build error with xulrunner 8.0

2011-12-02 Thread Tomáš Chvátal
2011/12/2 Andreas Radke a.ra...@arcor.de: Do we have a fix for this in the 3.5 branch? /build/src/libreoffice-core-3.5.0.0/extensions/source/nsplugin/source/npshell.cxx: In function 'char* NPP_GetMIMEDescription()':

[Libreoffice] XDG config migration

2011-12-05 Thread Tomáš Chvátal
Hi guys, After updating to 3.5 quite few people reported that their configuration is gone and they have default setup. The reason for this is that 3.5 now uses XDG spec ~/.config/libreoffice instead of ~/.libreoffice. Simple copy of later folder to replace the former one solved the issued for

Re: [Libreoffice] build error with xulrunner 8.0

2011-12-05 Thread Tomáš Chvátal
2011/12/5 Andreas Radke a.ra...@arcor.de: any idea? I've found http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470442 that may be the same or similar. -Andy Even tho the build is failing which is interesting I would have suggestion for your distro package. As the mozab integration and

Re: [Libreoffice] Call for LO-3.5.0-beta1 pre-tag testing

2011-12-09 Thread Tomáš Chvátal
2011/12/9 Rainer Bielefeld libreoff...@bielefeldundbuss.de: Hi, is that a parallel installer? CU Rainer Yes it should be :) Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] Mozldap switch

2011-12-13 Thread Tomáš Chvátal
Hi guys, I tried to implement simple mozldap system switch to update from the older-than-sun bundled firefox [1]. If your system contains mozldap you should be able to use it instead of the internal ff. It works on my testing environment but I didn't test it on other distros/mac/etc so I would

Re: [Libreoffice] [ANNOUNCE] libreoffice-3.4.99.1 tag created (3.5.0-beta1)

2011-12-15 Thread Tomáš Chvátal
2011/12/14 Andreas Radke a.ra...@arcor.de: any suggestions welcome. the only difference to beta0 is the changed internal libvisio src bump. tried autoconf/autoreconf and make -j1 install without luck :( -Andy It is not failure during build, but during install, so configure and make can

[Libreoffice] Tests on release build

2011-12-15 Thread Tomáš Chvátal
Hello guys, as again there is new series of lo it means more tests were added to the list of those that are run during the make phase (where normal software do only build). For developers it helps to identify issues quickly because your build crashes if you try to compile your changes but for

Re: [Libreoffice] Tests on release build

2011-12-15 Thread Tomáš Chvátal
2011/12/15 Stephan Bergmann sberg...@redhat.com: On 12/15/2011 10:58 AM, Tomáš Chvátal wrote: So unless you can look at one of those traces and tell me that the build should be stopped because it is obvious error in the code (not in the test, the app code) that needs to be fixed I would want

Re: [Libreoffice] Tests on release build

2011-12-15 Thread Tomáš Chvátal
2011/12/15 Bjoern Michaelsen bjoern.michael...@canonical.com: It is (unless I broke it with the last major gbuild -- it should be easy to fix then). That said, I really have a bad feeling about letting end users compile distro builds without running these tests -- the last thing we need is

Re: [Libreoffice] Mozldap switch

2011-12-15 Thread Tomáš Chvátal
Dne 15. prosince 2011 14:13 Lionel Elie Mamane lio...@mamane.lu napsal(a): On Tue, Dec 13, 2011 at 10:40:25AM +0100, Tomáš Chvátal wrog    te: I tried to implement simple mozldap system switch to update from the older-than-sun bundled firefox [1]. You seem to remove support for OpenLDAP; any

Re: [Libreoffice] 3.5.0beta2 - broken desktop menu icons

2011-12-23 Thread Tomáš Chvátal
2011/12/23 Andreas Radke a.ra...@arcor.de: The .desktop files show invalid menu icon entries here using make distro-pack-install. Only the startcenter and writer icons look good here, the other miss libreoffice prefix: [andyrtr@workstation64 trunk]$ grep ^Icon

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/unx

2012-08-01 Thread Tomáš Chvátal
vcl/unx/kde4/KDE4FilePicker.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit c921fc0ae2b20de1953e7558fce6b9ddb94c56d3 Author: Luboš Luňák l.lu...@suse.cz Date: Wed Aug 1 11:11:44 2012 +0200 do not let LO's autoextension handling interfere with

[Libreoffice-commits] .: configure.in

2012-08-08 Thread Tomáš Chvátal
configure.in |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 0c7617a388d8e2e3a0d6c451b6412a5d32dd3d6e Author: Tomas Chvatal tchva...@suse.cz Date: Wed Aug 8 21:10:17 2012 +0200 Use LIBS not LDFLAGS to not fail with enforced as-needed. Change-Id:

[Libreoffice-commits] .: jvmfwk/Library_sunjavaplugin.mk

2012-08-14 Thread Tomáš Chvátal
jvmfwk/Library_sunjavaplugin.mk |4 1 file changed, 4 insertions(+) New commits: commit 3269a0d10e28e183e2c443859b3fbc6ec11fb0db Author: Tomas Chvatal tchva...@suse.cz Date: Mon Aug 13 20:48:34 2012 +0200 Depend on headers so we wont get crasher on missing framework.h.

[Libreoffice-commits] .: logerrit

2012-08-14 Thread Tomáš Chvátal
logerrit |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit e06c1f56b9c70cbf208e508d4a6dd8b276e1bd19 Author: Tim Retout t...@retout.co.uk Date: Mon Aug 13 21:52:02 2012 +0100 logerrit: Fix some typos. Change-Id:

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - lingucomponent/source

2012-05-30 Thread Tomáš Chvátal
lingucomponent/source/languageguessing/simpleguesser.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f12f1b2afa5bbea5e62cab960ffe61925e5d96fd Author: Caolán McNamara caol...@redhat.com Date: Fri May 25 15:51:04 2012 +0100 this is supposed to just be the

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - configure.in

2012-05-31 Thread Tomáš Chvátal
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2b69153ddbf1a0d1f44e9190caaa5eec99be5f5d Author: Caolán McNamara caol...@redhat.com Date: Thu May 31 14:46:22 2012 +0100 remove ORBit configure check Change-Id:

Re: [PUSHED-3-5] Problem with configuring build

2012-05-31 Thread Tomáš Chvátal
Dne Čt 31. května 2012 14:49:29, Caolán McNamara napsal(a): On Thu, 2012-05-31 at 11:03 +0100, Michael Meeks wrote: Gosh; we shouldn't need liborbit2 in master, prolly we should back- port that to libreoffice-3-5 as well. We have a nice patch from Intel for this: The patch to not

Re: headless build doing something useful

2012-05-31 Thread Tomáš Chvátal
Dne Čt 31. května 2012 21:04:21, Riccardo Magliocchetti napsal(a): Hello, with the latest patches i pushed today i'm (finally :) able to compile / install / convert some documents with --enable-headless switch. I've added some documentation to the wiki [1], still in Development because it

Clean build of master fails on ERROR: Could not find parfile in includes paths

2012-06-01 Thread Tomáš Chvátal
Hi guys see the following error. I am having it on clean build every time. If you need some more info just let me know. Cheers Tom ERROR: Could not find parfile in includes paths: /var/tmp/portage/app- office/libreoffice--r2/work/libreoffice-

Re: Clean build of master fails on ERROR: Could not find parfile in includes paths

2012-06-06 Thread Tomáš Chvátal
-vectorize -fforce-addr LANG=cs_CZ.utf8 LC_ALL=cs_CZ.utf8 LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu,--sort-common -Wl,-z,now LINGUAS=cs en MAKEOPTS=-j12 -s 2012/6/1 Tomáš Chvátal tomas.chva...@gmail.com: ERROR: Could not find parfile  in includes paths: /var/tmp/portage/app- office

master install does not respect destdir variabe

2012-04-18 Thread Tomáš Chvátal
Hi, while I finally got to move my tinderbox tester from 3.5 to master as the 3.5 finally seems quite great I encoutered this problem I can't figure out. make DESTDIR=${D} distro-pack-install echo Installing in /usr/lib64/libreoffice... \ ooinstall /usr/lib64/libreoffice \ echo \ echo

Re: Weird error during build of 3.5.2 libreoffice

2012-04-18 Thread Tomáš Chvátal
Dne 16. dubna 2012 14:30 Petr Mladek pmla...@suse.cz napsal(a): Tomáš Chvátal píše v Čt 12. 04. 2012 v 08:39 +0200: Complete log: https://401507.bugs.gentoo.org/attachment.cgi?id=300617 Could you please attach solenv/inc/tg_ext.mk from your build? I do not see glibc-omitfp target here

Re: master install does not respect destdir variabe

2012-04-23 Thread Tomáš Chvátal
Just for the refference, fixed in the git now by http://cgit.freedesktop.org/libreoffice/core/commit/?id=071d6daf5c798e89887a84a17fb3b64824fdbc6f Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Weird runtime error

2012-04-23 Thread Tomáš Chvátal
Hi all, after finally making my tinderbox build and install lo I get this error when I try to launch any of the apps. scarabeus@arcarius: ~ $ lowriter terminate called after throwing an instance of 'com::sun::star::uno::DeploymentException' The problem here is that the install ended without any

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-24 Thread Tomáš Chvátal
2012/4/24 Bjoern Michaelsen bjoern.michael...@canonical.com: In theory yes, in practice you will risk an endless bikeshedding fight over some enable/disable switch defaults. Having these .conf files might help a bit there. To avoid bikeshed here we could do automagic approach. All switches

Dictionaries and stuff

2012-04-25 Thread Tomáš Chvátal
Hi, I am currently messing with hunspell dictionaries in Gentoo as we have them on some places seriously outdated. This led me to unfortunate conclusion that there is NO official page where to figure which are latest version and how to obtain them. Some stuff is stored on [1]. But there it is

Dictionaries stuff

2012-04-25 Thread Tomáš Chvátal
Hi, I am currently messing with hunspell dictionaries in Gentoo as we have them on some places seriously outdated. This led me to unfortunate conclusion that there is NO official page where to figure which are latest version and how to obtain them. Some stuff is stored on [1]. But there it is

Re: Dictionaries stuff

2012-04-25 Thread Tomáš Chvátal
Dne 24. dubna 2012 22:07 Tomáš Chvátal tomas.chva...@gmail.com napsal(a): Ignore this one, reply under the other one. Damn akonadi, it said that the mail was NOT sent. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Weird build error on 3.5 l10ntools

2012-04-26 Thread Tomáš Chvátal
Hi guys, Some users in Gentoo are reporting weird issue in l10ntools when using gcc-4.4. Please see the attached log for the issue. Any idea how to resolve it? Might something broke during the migration from ByteString? Cheers Tom error.log Description: Binary data

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 01:36:03, Bjoern Michaelsen napsal(a): export GMAKE_OPTIONS=-j30 -l9 -sr make or make GMAKE_OPTIONS=-j30 -l9 -sr should both allow you to build more optimal on a single (that is no distcc/icecream) 8-core system by taking in account system load. Cool, few

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 10:20:27, Bjoern Michaelsen napsal(a): Hi, On Mon, Apr 30, 2012 at 08:57:05AM +0200, Tomáš Chvátal wrote: What will happen now if I build with: ./configure --with-max-jobs2 make GMAKE_OPTIONS=-j30 make will be called with: make -j32 -j30 and execute with 30

Re: Regarding your commit: Add all the available themes to the list

2012-04-30 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 15:21:21, Korrawit Pruegsanusak napsal(a): Hello Tomas, all, Hi Regarding your commit: Add all the available themes to the list [1], I'm thinking of my old experiment dated December 2011 [2]. Just a reminder: your commit * added 'human' theme to the default theme

Re: Regarding your commit: Add all the available themes to the list

2012-05-01 Thread Tomáš Chvátal
Dne St 2. května 2012 00:34:48 jste napsal(a): But Tomas, may I disagree with you? :-) Because in Astron's links, I'm pretty sure that both 'classic' and 'industrial' themes are dead. And my Dec 2011 experiment helps confirming this. Please see my second link in original post. (Sorry, I don't

[Libreoffice-commits] .: configure.in

2012-05-04 Thread Tomáš Chvátal
configure.in |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ffc198fb645f13a14e64eeb4e7067c42e97f4b63 Author: Tomáš Chvátal tchva...@suse.cz Date: Fri May 4 14:52:51 2012 +0200 Provide again wrongly removed gallaxy theme. Also sort all the

[Libreoffice-commits] .: configure.in

2012-05-05 Thread Tomáš Chvátal
configure.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f7620350edff408bb8b3bf192cdb713f5b0304f1 Author: Tomas Chvatal tchva...@suse.cz Date: Sat May 5 11:32:27 2012 +0200 Add * marking default enabled for crystal theme. Also add galaxy to

Re: Regarding your commit: Add all the available themes to the list

2012-05-05 Thread Tomáš Chvátal
2012/5/5 Korrawit Pruegsanusak detective.conan.1...@gmail.com: Hello Tomas, First, I don't think we should have 'classic' or 'industrial' theme in the list, as I said in previous message. I just tried again, building with all supported themes including 'classic' and 'industrial', and the

[Libreoffice-commits] .: configure.in scp2/source scripting/prj tail_build/prj

2012-05-05 Thread Tomáš Chvátal
configure.in | 43 +-- scp2/source/ooo/file_ooo.scp | 14 +- scripting/prj/build.lst |2 +- tail_build/prj/build.lst |2 +- 4 files changed, 32 insertions(+), 29 deletions(-) New commits: commit

[Libreoffice-commits] .: config_host.mk.in configure.in RepositoryExternal.mk scp2/source scripting/Jar_ScriptProviderForBeanShell.mk scripting/Jar_ScriptProviderForJavaScript.mk

2012-05-06 Thread Tomáš Chvátal
RepositoryExternal.mk| 14 +++ config_host.mk.in|2 + configure.in | 34 ++- scp2/source/extensions/makefile.mk |4 +++

[PATCH] cups configure switch

2012-05-07 Thread Tomáš Chvátal
Hi guys, please see the patch in the attachment. I finaly got a Gentoo user to get annoyed enough by the hard requirement of cups. The patch itself seems pretty straight-forward and for the basic testing on runtime I didn't see anything broken. Please let me know if you think that something

Re: [PATCH] cups configure switch

2012-05-07 Thread Tomáš Chvátal
Dne Po 7. května 2012 11:07:52, Riccardo Magliocchetti napsal(a): Hello Tomáš, Another possibility is to add some ifdefery in vcl/Library_vcl.mk instead of providing a stub CUPSManager. This would match other platforms already building with test_cups=no. Good idea. Altho it is more

[Libreoffice-commits] .: scp2/source

2012-05-11 Thread Tomáš Chvátal
scp2/source/ooo/common_brand.scp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8e48af84384fb4f6db0de6f6920b6e9402c212ab Author: Tomas Chvatal tchva...@suse.cz Date: Fri May 11 13:56:37 2012 +0200 Actually distribute the nsplugin even without mozilla.

[Libreoffice-commits] .: solenv/inc

2012-05-14 Thread Tomáš Chvátal
solenv/inc/tg_ext.mk | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 904763b1134bdd84a4e64de1e037da5cac192f27 Author: Tomas Chvatal tchva...@suse.cz Date: Mon May 14 18:11:11 2012 +0200 Support unpacking xz files. Change-Id:

[Libreoffice-commits] .: lpsolve/lp_solve_5.5.patch lpsolve/lp_solve_5.5-windows.patch lpsolve/lp_solve-aix.patch lpsolve/makefile.mk ooo.lst.in

2012-05-14 Thread Tomáš Chvátal
lpsolve/lp_solve-aix.patch | 39 - lpsolve/lp_solve_5.5-windows.patch | 40 - lpsolve/lp_solve_5.5.patch | 150 - lpsolve/makefile.mk| 76 ++ ooo.lst.in |2 5

[Libreoffice-commits] .: configure.in

2012-05-15 Thread Tomáš Chvátal
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0e61bee42ed0af0d83c5a94b495a20bc05861582 Author: Tomas Chvatal tchva...@suse.cz Date: Tue May 15 15:00:09 2012 +0200 Build with ICU49 by disabling features not around Thanks to Caolan for

[patch] lpsolve build currently broken

2012-05-15 Thread Tomáš Chvátal
Hi guys, I need new upload of tarball to the mirror system [1]. The current version lacks the colamd bundled within (which i forgot to notice as I have colamd on my local machine). This updated tarball contains the two files and build them properly, so whenever anyone gets around it push it to

[PUSHED] Re: [patch] lpsolve build currently broken

2012-05-15 Thread Tomáš Chvátal
Ah, so the patch from yesterday finally arrived. Ignore as it was solved by revert and needs to be done differently. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: another 3.6.0beta2 build error

2012-08-15 Thread Tomáš Chvátal
2012/6/25 Michael Meeks michael.me...@suse.com: Hi Andreas, On Sun, 2012-06-24 at 11:10 +0200, Andreas Radke wrote: In file included from /build/src/libreoffice-core-3.6.0.0.beta2/avmedia/source/framework/mediacontrol.cxx:33:0:

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/generic

2012-08-16 Thread Tomáš Chvátal
vcl/generic/fontmanager/fontmanager.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 16be10d016c8ecb2e5df21466510bc0e9e2e3a27 Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 13 15:52:43 2012 +0100 Resolves: fdo#53258

Binfilter build fail with mergelibs enabled

2012-08-25 Thread Tomáš Chvátal
Hi, as my previous issue with mergedlibs not behaving with includes this looks like another case. This time when building with binfilter enabled the build fails because SVTOOLS lib is not delivered prior we try to build the binfilter stuff. Error stuff:

Re: Binfilter build fail with mergelibs enabled

2012-08-25 Thread Tomáš Chvátal
2012/8/25 Matúš Kukan matus.ku...@gmail.com: So any ideas? I'd say --enable-mergelibs is future and --enable-binfilter past and don't use both. But since they somehow meet in 3.7 (or 3.6) you could fix it. Just put some ifdefs info binfilter like if $(MERGELIBS) == TRUE SVTOOLS=-lmerged

Re: Missing download for LanguageTool 1.8

2012-09-03 Thread Tomáš Chvátal
I dont have this problem when using upstream site: http://www.languagetool.org/download/LanguageTool-1.8.oxt So I suppose it is by accident? Tom @stephan: damn gmail web interface, sorry that you have the mail twice now. ___ LibreOffice mailing list

[Libreoffice] [PATCH] Fix parallel build crash in translate_toolkit requiring solenv

2011-07-26 Thread Tomáš Chvátal
--- translate_toolkit/prj/build.lst 2011-07-26 17:21:41.006169229 +0200 +++ translate_toolkit/prj/build.lst 2011-07-26 17:21:52.854170398 +0200 @@ -1,3 +1,3 @@ -trt translate_toolkit : PYTHON:python NULL +trt translate_toolkit : solenv PYTHON:python NULL trt

[Libreoffice] Unix permissions in scp2/inc/macros.inc

2011-07-29 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I was looking onto installed files by the libreoffice default install method and noticed that they are not world writable. This is caused by definition in bootstrap/scp2/inc/macros.inc around line 94 where it says: #define BIN_FILE_BODY \

Re: [Libreoffice] [PATCH] Fix building bridge with -mavx

2011-08-03 Thread Tomáš Chvátal
Dne 2.8.2011 14:50, Caolán McNamara napsal(a): On Tue, 2011-08-02 at 13:18 +0200, Tomas Chvatal wrote: Libreoffice bridge code won't compile on new CPUs which add -mavx to cxxflags with --march=native. As first idea for the fix is actual ban for the -mavx cxxflag by adding -nomavx. Isn't that

[Libreoffice] [PATCH] Add missing libdir path for qt4 detection

2011-08-03 Thread Tomáš Chvátal
From d1c187bd6005339ba260c166b2539791628e4702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= tomas.chva...@gmail.com Date: Wed, 3 Aug 2011 13:02:38 +0200 Subject: [PATCH] Add one more libdir path for detection with qt4 on 32b platform to be same with 64b. Fixes gentoo

Re: [Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

2011-08-03 Thread Tomáš Chvátal
Dne 3.8.2011 13:27, Caolán McNamara napsal(a): On Wed, 2011-08-03 at 12:11 +0100, Caolán McNamara wrote: On Wed, 2011-08-03 at 12:47 +0200, Tomáš Chvátal wrote: Attaching the updated patch that adds it only where it should really be needed. seems reasonable, pushed. *bzzt*, x86_64 gcc 4.3.4

Re: [Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

2011-08-03 Thread Tomáš Chvátal
Dne 3.8.2011 17:43, Norbert Thiebaud napsal(a): I haven't read the patch, but you should use HAVE_GCC_AVX to stay similar to existing check like that. Ok, that is easy, I renamed the variable :) Tom From 6ac456072b160f2786840b878c136408bac2559a Mon Sep 17 00:00:00 2001 From:

Re: [Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

2011-08-04 Thread Tomáš Chvátal
Dne 3.8.2011 18:41, Norbert Thiebaud napsal(a): Ok so now I read the patch... Did it work for you ? 1/ it seems to me that it is missing a piece to put that HAVE_GCC_AVX in Env.Host.sh (see set_soenv.in) without that the second patch will never see it 2/ the makefile patches in the second

Re: [Libreoffice] [PATCH] add missing quotes to bashscript allowing space in variables

2011-08-05 Thread Tomáš Chvátal
Dne 4.8.2011 22:06, Philipp Weissenbacher napsal(a): Hi! You probably forgot to attach your patch ;-). Philipp On Tuesday, 2 August 2011, Tomas Chvataltchva...@novell.com wrote: Yep, you are right, I sent it off this thread so it is best to reattach again :) Cheers Tom From

[Libreoffice] 3.4 branch: Fix sane-headers switch to reflect reality

2011-08-15 Thread Tomáš Chvátal
From f7eb43a9fb81d5a84cbc60047645fbf416232236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= tomas.chva...@gmail.com Date: Mon, 15 Aug 2011 17:47:44 +0200 Subject: [PATCH] Use proper switch name for system-sane-headers. In 3.5 it is just system-sane and in 3.4 it is

[Libreoffice] [PATCH] fix missing DESTDIR variable in chmod call

2011-08-17 Thread Tomáš Chvátal
Should be applied to master and 3-4-3 branch for which we need two more sign offs. So please review/ack :) From 989934ab08a5ef9e6e95c87ea78db495f2abcee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= tchva...@suse.cz Date: Wed, 17 Aug 2011 11:33:55 +0200 Subject:

[Libreoffice] [RFC] Download repository layout

2011-08-17 Thread Tomáš Chvátal
Hi guys, current layout of the download stuff is quite confusing regarding to old/etc. As I am working on downstream stuff I am pretty sure that the only thing we mostly favor is that the things are not moved regarding to theirs age. Also quite great is if we don't have to investigate some

Re: [Libreoffice] distro specific patches as git branches

2011-08-19 Thread Tomáš Chvátal
Dne 19.8.2011 01:33, Bjoern Michaelsen napsal(a): Hi all, here is another thing I forgot to talk about on the ESC meeting (likely a good thing as we took too long already). I have my patches in a flat git format-patch export:

Re: [Libreoffice] Git tags: why not 3.3.4-rc2 instead of 3.3.4.2

2011-08-19 Thread Tomáš Chvátal
Dne 18.8.2011 19:37, Gioele Barabucci napsal(a): On 18/08/2011 16:15, Miklos Vajna wrote: On Wed, Aug 17, 2011 at 12:27:14PM +0200, Gioele Barabuccigio...@svario.it wrote: I was wondering why the git tags are named `3.3.4.2` for 3.3.4-rc2 instead of the more natural `3.3.4-rc2` or the more

Re: [Libreoffice] Git tags: why not 3.3.4-rc2 instead of 3.3.4.2

2011-08-19 Thread Tomáš Chvátal
Dne 18.8.2011 16:15, Miklos Vajna napsal(a): An alternative would be what KDE does (or something similar, Lubos may know better): when the RC is supposed to be the last one, then tag it as 3.4.x, then release the tarballs in a private packager list, repack tarballs without incrementing version

[Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Tomáš Chvátal
Should apply to master, worth backporting to 3.4. From 4e5cc18d29501bd6b8c46f6586ae2c47945a0d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= tchva...@suse.cz Date: Mon, 22 Aug 2011 11:29:44 +0200 Subject: [PATCH] Try to make pyuno work with system python.

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Tomáš Chvátal
Dne 22.8.2011 12:18, Michael Meeks napsal(a): On Mon, 2011-08-22 at 11:00 +0100, Caolán McNamara wrote: a) do we need the PYTHONPATH hack in soffice.sh, I seem to be able to get away without it ? On my slow motion mission to kill the shell-piece of LibreOffice startup completely, I'm

[Libreoffice] Creating new release for libtextcat

2011-09-02 Thread Tomáš Chvátal
Hi, I was wondering if it would be possible to create git repostiory for libtextcat with all the fixes that are now applied. After such repo is created it would be awesome to release new version so all distros can migrate to that one instead of each having to ship the patches. Tom

Re: [Libreoffice] 3.5 release from QA to point-zero

2011-09-05 Thread Tomáš Chvátal
Hi, for testers it might be really nice to release alpha/beta tarballs during early stages of development cycle. This would allow at least me to add it for testing into Gentoo and I think quite few people would test it that way. I provide even live ebuild that compiles from the git, but I think

[Libreoffice] Fwd: [PATCH] Honor --disable-strip in gbuild.

2011-09-06 Thread Tomáš Chvátal
Damn the gmail interface! I demand reply-to-list :) @Stephan: sorry for doublemail :) -- Přeposlaná zpráva -- Od: Tomáš Chvátal tomas.chva...@gmail.com Datum: 6. září 2011 10:00 Předmět: Re: [Libreoffice] [PATCH] Honor --disable-strip in gbuild. Komu: Stephan Bergmann sberg

[Libreoffice] configure.in monstrosity

2011-09-08 Thread Tomáš Chvátal
Hi guys, I was editing the configure.in file in order to fix one tiny bug and found out it is horrible scarry place. It would be really nice if that huge file would be split into several separate parts per-use. So I would like to propose slow cleanup/splitting to have simple configure.ac with

[Libreoffice] Fix configure to not require java packages when passed --without-java

2011-09-08 Thread Tomáš Chvátal
is passed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Chvátal tchva...@suse.cz --- configure.in |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index 1dc00d4..262fe00

[Libreoffice] [PATCH] Re: Fix configure to not require java packages when passed --without-java

2011-09-09 Thread Tomáš Chvátal
Forgot to add the patch to the summary so doing now. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [RFC] The bash-completion file location

2011-09-14 Thread Tomáš Chvátal
Hi guys, we install bash completion file into /etc/bash-completion.d/ which is location that we should probably leave to system packagers to decide. It might be better to not install it on normal packager install or put it somewhere into datadir at /usr so packagers can symlink it into their

Re: [Libreoffice] [PORTERS HEADS-UP] feature/kill-set_soenv

2011-09-19 Thread Tomáš Chvátal
2011/9/19 Bjoern Michaelsen bjoern.michael...@canonical.com: *snip* So what I am asking is:  Can porters help me get their platform buildable on that branch? I would integrate that branch on master in about 2 weeks and would love it to be tested on all major platforms by then. I ported

Re: [Libreoffice] [PATCH][PUSHED] use PREFIXDIR in distro-install-desktop-integration

2011-09-19 Thread Tomáš Chvátal
2011/9/19 Baptiste Daroussin b...@freebsd.org: Hi, Here is a patch to use $PREFIXDIR instead of hardcoding /usr in the deistro-install-desktop-integration script. This is necessary to build on FreeBSD as libreoffice is not installed in /usr but we still want to use

Re: [Libreoffice] [PATCH] [PUSHED] use PREFIXDIR in create_tree.sh

2011-09-19 Thread Tomáš Chvátal
2011/9/19 Baptiste Daroussin b...@freebsd.org: use PREFIXDIR instead of hard coding /usr in create_tree.sh --- Bapt Thanks for patch, applied. Cheers Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PORTERS HEADS-UP] feature/kill-set_soenv

2011-09-19 Thread Tomáš Chvátal
Dne 19. září 2011 20:32 Norbert Thiebaud nthieb...@gmail.com napsal(a): 2011/9/19 Tomáš Chvátal scarab...@gentoo.org: 2011/9/19 Bjoern Michaelsen bjoern.michael...@canonical.com: *snip* So what I am asking is:  Can porters help me get their platform buildable on that branch? I would

[Libreoffice] [PATCH] Build extensions by default

2011-09-20 Thread Tomáš Chvátal
Hi guys, this patch enables building all the extensions by default instead of requiring user to run --enable-blabla. I enabled all extensions that do not pose any huge external deps, please let me know if you find it ok or if you find any issues, so I could commit it to the master. Cheers Tom

Re: [Libreoffice] [PATCH] Build *SOME* extensions by default

2011-09-20 Thread Tomáš Chvátal
Attaching updated patch that enables just few of them, but mostly simplifies the logic in their detection cases. I left the scripting for beanshell and javascript disabled too :) Tom From a3299781af0b92a310a8d2f6e6a315cd08e5593a Mon Sep 17 00:00:00 2001 From: Tomas Chvatal tchva...@suse.cz Date:

Re: [Libreoffice] [PATCH] [PUSHED] Build *SOME* extensions by default

2011-09-20 Thread Tomáš Chvátal
Dne 20. září 2011 17:52 Tomáš Chvátal scarab...@gentoo.org napsal(a): Attaching updated patch that enables just few of them, but mostly simplifies the logic in their detection cases. I left the scripting for beanshell and javascript disabled too :) Tom Ow crap, I pused it now when i messed

Re: [Libreoffice] [RFC] use of apache ant in libreoffice

2011-09-20 Thread Tomáš Chvátal
2011/9/21 Kohei Yoshida kohei.yosh...@gmail.com: Yup.  But wow, isn't tomcat a http server?  What do we even use tomcat for? ;-) Wiki extension ;) Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Autogen.sh --with-distro=LibreOfficeMacOSX gives warning about unrecognized option --with-extension-integration

2011-09-21 Thread Tomáš Chvátal
configure: WARNING: unrecognized options: --with-extension-integration This configure option was remed to --enable-... Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [RFC] npapi-sdk instead of xulrunner

2011-09-29 Thread Tomáš Chvátal
Hi, I was noticed that there is package called npapi-sdk [1] that can be used as firefox/mozilla headers instead of requiring whole beast to build the plugins. Do you think it would be possible to use this in libreoffice, or is it impossible? I don't understand the nsplugin part much, and it was

Re: [Libreoffice] [PUSHED] backport poppler-0.17/poppler-glib fixes to the 3.4 branch

2011-09-30 Thread Tomáš Chvátal
Ok it took slight messing around and one patch need rework (lots commit info), because am didn't allow 3way merge. PUSHED to 3.4 branches of extensions and bootstrap repos respectively. Dne 29. září 2011 16:14 Tomáš Chvátal scarab...@gentoo.org napsal(a): Hi, I need these two patches

Build broken in libreoffice-3.5 branch

2012-02-22 Thread Tomáš Chvátal
Hello guys, currently the build is broken in nsplugin build: = (1/1) Building module extensions = Entering /var/tmp/portage/app-office/libreoffice-3.5./work/libreoffice-core-3.5./extensions/inc Entering

Ligatures in arabic fonts

2012-02-27 Thread Tomáš Chvátal
Hello guys, I have bug reported at gentoo [1] which I am not entirely sure how to sort out. I suspected graphite2 to be the culprit but it is indeed broken with both system and internal one. Also if I build the libreoffice on the same machine with generic ./autogen.sh build which pulls most of

Re: Ligatures in arabic fonts

2012-02-27 Thread Tomáš Chvátal
Dne Po 27. února 2012 14:27:47, Khaled Hosny napsal(a): This is likely to be an ICU issue, may be it is this issue: https://www.libreoffice.org/bugzilla/show_bug.cgi?id9955 and ICU bug ticket: http://bugs.icu-project.org/trac/ticket/8764 Awesome, it is indeed the fix. Thanks a lot.

[PATCH] Fix crash on exit using KDE interface

2012-02-28 Thread Tomáš Chvátal
Hi guys, Please review this commit for merge request to 3.5 and possibly to 3.5.1 as it is considered reproducable every time one use kde4 interface. http://cgit.freedesktop.org/libreoffice/core/commit/?id=24f4cd9983aa2bc9d642c40a8fef19d7fe7b98a6 Cheers Tom signature.asc Description: This is

Issue with delivering of main_transform.xsl on 3.5 and later

2012-03-09 Thread Tomáš Chvátal
Hi guys, I am currently solving tiny bug [1][2] we have in Gentoo about the file in the topic. It used to be delivered with help disabled on 3.4 but with 3.5 on the file is no longer around so offline help is not available for users. Does anyone happen to know what should I patch to make it

Re: Issue with delivering of main_transform.xsl on 3.5 and later

2012-03-12 Thread Tomáš Chvátal
2012/3/12 Jan Holesovsky ke...@suse.cz: Hi Petr, Tomas, On 2012-03-12 at 10:52 +0100, Petr Mladek wrote: I am currently solving tiny bug [1][2] we have in Gentoo about the file in the topic. It used to be delivered with help disabled on 3.4 but with 3.5 on the file is no longer

[PATCH] Add junit check fix to 3.5 branch

2012-03-18 Thread Tomáš Chvátal
Hi guys, Please see commit [1] for merging to 3.5 branch, it needs hand update for s/$GREP/grep/ there. Can I get signed-off from someone? Cheers Tom [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=86793aeed94d839251e1b1098d4c8389ab7a72ae signature.asc Description: This is a

  1   2   3   >