Re: quick fix for brew build on Sierra /XCode8 (was: [darktable-dev] Warning: git master now uses rawspeed as submodule !)

2017-01-03 Thread parafin
Changes to cmake files is probably the culprit - rawspeed now doesn't inherit CFLAGS from darktable and so is missing include path for libjpeg. P.S. About switching from stable to master branch and back - there're also issues with cherry-picking commits for some reason. We need to come up with

quick fix for brew build on Sierra /XCode8 (was: [darktable-dev] Warning: git master now uses rawspeed as submodule !)

2017-01-03 Thread Wolfgang Goetz
Roman Lebedev wrote: > On Tue, Jan 3, 2017 at 1:46 AM, Wolfgang Goetz > wrote: > > MacOS/brew broken: > > ... > > [ 2%] Building CXX object > > src/external/rawspeed/RawSpeed/CMakeFiles/rawspeed.dir/ArwDecoder.cpp.o > > In file included > > from > >

Re: [darktable-dev] An effort-less way to provide DT to advanced Windows users

2017-01-03 Thread Joel Brunetti
Martin, I'm not a Darktable developer but I do subscribe to the mailing list and see how often people bring up the idea of a Windows port on this list. I'm sure the developers are tired of dealing with this so let me share with you my understanding if this and their frustration. Surely in your

Re: [darktable-dev] An effort-less way to provide DT to advanced Windows users

2017-01-03 Thread Martin Pecka
I wasn't sure if it was irony or not, but now I am... And I'm sad, because I've brought a completely new viewpoint in the Windows-Darktable problem. Why not take this in a constructive way? Should we (Windows users) create a fork of DT with its own webpage and issue tracker?

Re: [darktable-dev] An effort-less way to provide DT to advanced Windows users

2017-01-03 Thread Roman Lebedev
btw, from now on, each time such mail appears in our maillsts, i'll be pushing the moment i start looking at that pr by one month. On Tue, Jan 3, 2017 at 11:43 PM, Roman Lebedev wrote: > On Tue, Jan 3, 2017 at 11:32 PM, Martin Pecka wrote: >> Hello DT

Re: [darktable-dev] An effort-less way to provide DT to advanced Windows users

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 11:32 PM, Martin Pecka wrote: > Hello DT developers. > > I know there is some discussion about Windows ports of DT. And I even know > there is a PR that looks promising and is adding Windows support the > "proper" and user-friendly way. However, it still

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 10:11 PM, johannes hanika wrote: > yeah that is annoying. is it a good idea to add that file to > .gitignore? or is this indeed the mechanism to update the submodule? Looking at

[darktable-dev] Re: compile DT with new exiv2 version

2017-01-03 Thread Matthias Bodenbinder
Am 03.01.2017 um 17:31 schrieb c...@0n0e.com: > On 01/03/2017 03:22 AM, Matthias Bodenbinder wrote: >> Hello, >> >> I am running Mint LMDE and can not easily install exiv2 0.25 from testing >> because it has too many dependencies. >> I compiled version 0.25 by myself and installed it in

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread johannes hanika
yeah that is annoying. is it a good idea to add that file to .gitignore? or is this indeed the mechanism to update the submodule? -jo On Wed, Jan 4, 2017 at 7:57 AM, Ulrich Pegelow wrote: > Am 03.01.2017 um 17:29 schrieb Roman Lebedev: >> >> On Tue, Jan 3, 2017 at

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Ulrich Pegelow
Am 03.01.2017 um 17:29 schrieb Roman Lebedev: On Tue, Jan 3, 2017 at 7:22 PM, Ulrich Pegelow What now? $ git checkout -f darktable-2.2.x Yep, works. But then: $ git checkout master M src/external/rawspeed Switched to branch 'master' Which means we generate a pseudo modification in

Re: [darktable-dev] compile DT with new exiv2 version

2017-01-03 Thread code
On 01/03/2017 03:22 AM, Matthias Bodenbinder wrote: > Hello, > > I am running Mint LMDE and can not easily install exiv2 0.25 from testing > because it has too many dependencies. > I compiled version 0.25 by myself and installed it in /home/software/exiv2. > In parallel I still have the default

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 7:22 PM, Ulrich Pegelow wrote: > Am 02.01.2017 um 22:27 schrieb Roman Lebedev: >> >> Hi everyone. >> >> Starting with today, darktable git master tracks rawspeed >> library as a submodule. >> >> Which means, after updating darktable repo (git

[darktable-dev] Re: HiPPI support on MacOs

2017-01-03 Thread Bastian A.
Hi everyone, the updated release (2.2.1+3) resolves low resolution issue I reported earlier. Thanks, Bastian On Tue, Dec 27, 2016 at 9:26 PM, Bastian A. wrote: > Hi everyone, > > thanks for the Christmas update. > I am using darktable 2.2.0 on MacOs 10.12.2; since the

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Terry Duell
On Tue, 03 Jan 2017 19:23:43 +1100, Roman Lebedev wrote: On Tue, Jan 3, 2017 at 2:07 AM, Terry Duell wrote: On Tue, 03 Jan 2017 09:46:23 +1100, Wolfgang Goetz wrote: Terry Duell wrote: [snip] That does the

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 1:46 AM, Wolfgang Goetz wrote: > MacOS/brew broken: > ... > [ 2%] Building CXX object > src/external/rawspeed/RawSpeed/CMakeFiles/rawspeed.dir/ArwDecoder.cpp.o > In file included > from >

Re: [darktable-dev] Warning: git master now uses rawspeed as submodule !

2017-01-03 Thread Roman Lebedev
On Tue, Jan 3, 2017 at 2:07 AM, Terry Duell wrote: > On Tue, 03 Jan 2017 09:46:23 +1100, Wolfgang Goetz > wrote: > >> Terry Duell wrote: > > > [snip] > >>> Well that seems to have buggered things up :-) >>> I suspect that the above commands might not

[darktable-dev] compile DT with new exiv2 version

2017-01-03 Thread Matthias Bodenbinder
Hello, I am running Mint LMDE and can not easily install exiv2 0.25 from testing because it has too many dependencies. I compiled version 0.25 by myself and installed it in /home/software/exiv2. In parallel I still have the default exiv2 version 0.24. How can I tell my self compiled darktable