Re: State of master and release process

2016-02-15 Thread Uwe Stöhr
Am 15.02.2016 um 22:33 schrieb Scott Kostyshak: If the zip file extracts correctly and Uwe can compile for Windows, I can. The Zip file is sufficient to build LyX. Here's the installer: http://ftp.lyx.de/LyX%202.2.0beta-2/ regards Uwe

State of master and release process

2016-02-15 Thread Scott Kostyshak
Just an update for those who have not been following the other conversations, and also a question: beta2 has been tagged, and the tars have been posted. We have not formally released it because we are still trying to make it so that it is possible to compile on Windows from the self-contained arch

Re: [LyX/master] Add missing boost files to source package

2016-02-15 Thread Peter Kümmel
Am 15.02.2016 um 22:06 schrieb Georg Baum: Peter Kümmel wrote: commit 6de524e6cf2d13636b04b9bb850d0a8b1eaa398b Author: Peter Kümmel Date: Sat Feb 13 18:34:08 2016 +0100 Add missing boost files to source package and remove Visual Studio files, we build with CMake on Windows. di

Re: [LyX/master] Add missing boost files to source package

2016-02-15 Thread Georg Baum
Peter Kümmel wrote: > commit 6de524e6cf2d13636b04b9bb850d0a8b1eaa398b > Author: Peter Kümmel > Date: Sat Feb 13 18:34:08 2016 +0100 > > Add missing boost files to source package > > and remove Visual Studio files, we build with CMake on Windows. > > diff --git a/3rdparty/boost/Ma

Re: [LyX/master] Partial fix for #9740 "XeTeX/LuaTeX with TeX fonts problems".

2016-02-15 Thread Georg Baum
Guenter Milde wrote: > I assume, heb1.tex is "splash_good.tex" and heb2.tex is "splash_bad.tex", > right? I guess so. My newsreader did not display any names for the attachments at Scotts message. > >> So, the real diferences of this change are: > >> 1) LyX writes cp1255 encoding instead of u

Re: beta2?

2016-02-15 Thread Uwe Stöhr
Am 15.02.2016 um 11:18 schrieb Jean-Marc Lasgouttes: BTW, why don't you use lzma for the compression of the installer? I do. Otherwise the installer for the betas would be 69 MB large. regards Uwe

Re: [LyX/master] Preparing a helper script to creat md5sum of a file.

2016-02-15 Thread Kornel Benko
Am Montag, 15. Februar 2016 um 12:57:20, schrieb Richard Heck > On 02/15/2016 09:25 AM, Kornel Benko wrote: > > +# Use-example in some CMakeLists.txt > > +# > > +# set(md5out ...) > > +# set(fileToCheck ...) > > +# add_custom_command( > > +# OUTPUT ${md5out} > > +# COMMAND ${CMAKE_COMMAND} > >

Re: [LyX/master] Preparing a helper script to creat md5sum of a file.

2016-02-15 Thread Richard Heck
On 02/15/2016 09:25 AM, Kornel Benko wrote: > +# Use-example in some CMakeLists.txt > +# > +# set(md5out ...) > +# set(fileToCheck ...) > +# add_custom_command( > +# OUTPUT ${md5out} > +# COMMAND ${CMAKE_COMMAND} > +# "-DFILE_TO_HANDLE=${fileToCheck}" > +# "-DMD5_OUTPUT=${md5out}" > +

Re: beta2?

2016-02-15 Thread Kornel Benko
Am Sonntag, 14. Februar 2016 um 23:39:00, schrieb Pavel Sanda > Peter Kümmel wrote: > Uwe still gets the following errors from the tar I sent to him: > > D:\LyXGit\LyX22beta3\3rdparty\boost\boost/numeric/conversion/detail/numeric_cast_traits.hpp(12): > fatal error C1083: File (

Re: beta2?

2016-02-15 Thread Jean-Marc Lasgouttes
Le 15/02/2016 11:18, Jean-Marc Lasgouttes a écrit : BTW, why don't you use lzma for the compression of the installer? This is potentially a big win for the end user. Or did it turn out to be disappointing? Now I see that you use it only for the bundle installer. I would have thought that the g

Re: beta2?

2016-02-15 Thread Jean-Marc Lasgouttes
Le 15/02/2016 00:55, Uwe Stöhr a écrit : Am 14.02.2016 um 19:44 schrieb Peter Kümmel: So the unzip tool has a problem, maybe because of the long path length. Maybe we should also distribute a zip file. Yes, a zip would be fine. I don't think that we need to save a few kB by using special for