Re: Dependency to unreleased versions

2013-10-22 Thread Rex Dieter
Alexander Neundorf wrote: > On Sunday 20 October 2013, Torgny Nyblom wrote: >> Hi, >> >> What is the policy of depending on unreleased libraries? And is that >> written down somewhere? ... > IMO it's a pain to depend on unreleased versions of anything. As this seems to be semi-regular occurrence

Re: Dependency to unreleased versions

2013-10-22 Thread Raymond Wooninck
On Monday 21 October 2013 19:10:49 Gilles Caulier wrote: > Problem already reported here : > > https://bugs.kde.org/show_bug.cgi?id=326368 > > It's completly different issue. Sound like client libraw code (as > libkdcraw) need to be linked to libgomp when libraw OpenMP support is > enabled. As li

Re: Dependency to unreleased versions

2013-10-21 Thread Gilles Caulier
Problem already reported here : https://bugs.kde.org/show_bug.cgi?id=326368 It's completly different issue. Sound like client libraw code (as libkdcraw) need to be linked to libgomp when libraw OpenMP support is enabled. As libraw has already resolved OpenMP symbols at packaging time, why libkdcr

Re: Dependency to unreleased versions

2013-10-21 Thread Albert Astals Cid
El Dilluns, 21 d'octubre de 2013, a les 09:14:54, Gilles Caulier va escriure: > Fixed with this commit : > > http://commits.kde.org/libkdcraw/6c91e18cedfe5ef37d202f6d0cf4fde1a607a9a9 > > I just tested with official Libraw 0.14.7 from my Mageia Linux box, > and all digiKam & co compile fine. It mu

Re: Dependency to unreleased versions

2013-10-21 Thread Gilles Caulier
Fixed with this commit : http://commits.kde.org/libkdcraw/6c91e18cedfe5ef37d202f6d0cf4fde1a607a9a9 I just tested with official Libraw 0.14.7 from my Mageia Linux box, and all digiKam & co compile fine. It must be the same for the rest of KDE. But, as i explain in commit log, in case of Libraw ve

Re: Dependency to unreleased versions

2013-10-20 Thread Gilles Caulier
2013/10/21 Albert Astals Cid : > El Diumenge, 20 d'octubre de 2013, a les 22:53:22, Gilles Caulier va escriure: >> Soon will be few days. But it will be just a beta release, not a stable. >> >> I will try to find a way next week to check libraw < 0.16 with cmake >> to solve this issue. > > Does tha

Re: Dependency to unreleased versions

2013-10-20 Thread Albert Astals Cid
El Diumenge, 20 d'octubre de 2013, a les 22:53:22, Gilles Caulier va escriure: > Soon will be few days. But it will be just a beta release, not a stable. > > I will try to find a way next week to check libraw < 0.16 with cmake > to solve this issue. Does that mean that: * libkdcraw for the 4.12

Re: Dependency to unreleased versions

2013-10-20 Thread Gilles Caulier
Soon will be few days. But it will be just a beta release, not a stable. I will try to find a way next week to check libraw < 0.16 with cmake to solve this issue. Gilles Caulier 2013/10/20 Alexander Neundorf : > On Sunday 20 October 2013, Torgny Nyblom wrote: >> Hi, >> >> What is the policy of d

Re: Dependency to unreleased versions

2013-10-20 Thread Alexander Neundorf
On Sunday 20 October 2013, Torgny Nyblom wrote: > Hi, > > What is the policy of depending on unreleased libraries? And is that > written down somewhere? > > Reason I'm asking is this commit > http://build.kde.org/view/FAILED/job/libkdcraw_master/83/changes#detail1 > > It introduces a dependency

Re: Dependency to unreleased versions

2013-10-20 Thread Albert Astals Cid
El Diumenge, 20 d'octubre de 2013, a les 10:23:55, Gilles Caulier va escriure: > Hi, > > The first beta of libraw 0.16 will be done soon, accordingly with libraw > team. > > 0.16 release will introduce whole compilation rules driven by cmake > (completed by me). How soon is soon? Are you aware t

Re: Dependency to unreleased versions

2013-10-20 Thread Gilles Caulier
Hi, The first beta of libraw 0.16 will be done soon, accordingly with libraw team. 0.16 release will introduce whole compilation rules driven by cmake (completed by me). Best Gilles Caulier 2013/10/20 Torgny Nyblom : > Hi, > > What is the policy of depending on unreleased libraries? And is tha

Dependency to unreleased versions

2013-10-19 Thread Torgny Nyblom
Hi, What is the policy of depending on unreleased libraries? And is that written down somewhere? Reason I'm asking is this commit http://build.kde.org/view/FAILED/job/libkdcraw_master/83/changes#detail1 It introduces a dependency to libraw 0.16 witch is not released. /Regards Torgny