darktable 2.6.0rc0 released

Same with RC1 - looking into it

@phweyland:
The latest pango (1.42.4) is including a dependency on libthai and that seems to require to have a file thbrk.tri installed no matter what.

Can you try to copy the folder /mingw64/share/libthai to the [darktable installation folder]/share/libthai ?

On my end it fixes the problem.

I’ll add this file to the installer once you confirm that this fixes.

That works. Thanks ! :slight_smile:
BTW I’ve made some small adjustments on my own build.txt copy in case you wanted to include them in yours:

  1. to stick with old version of lensfun:
    $ pacman -U /var/cache/pacman/pkg/mingw-w64-x86_64-lensfun-0.3.2-4-any.pkg.tar.xz
  2. Copy fop.xconf to /etc/fop.xml => Copy fop.xconf to /etc/fop.conf
  3. CLASSPATH=$CLASSPATH:~/java/saxon/saxon9he.jar:~/java/docbook-xsl-saxon/saxon65.jar => CLASSPATH=$CLASSPATH:~/java/saxon/saxon9he.jar:~/java/docbook-xsl-saxon/extensions/saxon65.jar
  4. PATH=$PATH:~/java/fop => PATH=$PATH:~/java/fop/fop

Good to see this issue fixed. Peter, do you have time to propose a new Windows build? Thanks.

I’ll be back home on Friday, I can build a new version with these changes. Or would it make sense to build the RC2 in the weekend, if you plan an additional version? Let me know your preference.

I would prefer an RC2 as I plan one this week-end indeed. Thanks.