Re: [PATCH] mscms: Use lcms2, when available [try 2]

2013-06-03 Thread Hans Leidekker
On Sun, 2013-06-02 at 22:49 +0200, Detlef Riekenberg wrote: > try2: > import the unchanged icc34.h from the lcms (v1) dev. package. > (Do we need to add a Wine LGPL licence header for icc34.h?) > > The plan is to remove this include, when changing Wine > to use the new getter/setter functions of l

Re: [PATCH] mscms: Use lcms2, when available

2013-05-11 Thread Scott Ritchie
On 05/09/2013 01:37 PM, Hans Leidekker wrote: > On Thu, 2013-05-09 at 18:56 +0200, wine@web.de wrote: >> Hi Hans. >> lcms2 was released on 8. May 2010 lcms v1 is on the way to be phased out in the newest distribution versions. >> >>> Are there any distributions that have releas

Re: [PATCH] mscms: Use lcms2, when available

2013-05-10 Thread Hans Leidekker
On Fri, 2013-05-10 at 02:05 +0200, Detlef Riekenberg wrote: > > For most apps it will be a matter of adding a configure check for lcms2 > > and then recompiling. This is not the case for Wine as you have pointed out. > - cmsCreateLabProfile was renamed to cmsCreateLab2Profile > cmsvirt.c (1.19:

Re: [PATCH] mscms: Use lcms2, when available

2013-05-09 Thread Detlef Riekenberg
Hi Hans. > For most apps it will be a matter of adding a configure check for lcms2 > and then recompiling. This is not the case for Wine as you have pointed out. - cmsCreateLabProfile was renamed to cmsCreateLab2Profile cmsvirt.c (1.19: 570) / (2.4: 458 and 497) - cmsSetLogErrorHandler can be

Re: [PATCH] mscms: Use lcms2, when available

2013-05-09 Thread Hans Leidekker
On Thu, 2013-05-09 at 18:56 +0200, wine@web.de wrote: > Hi Hans. > > >> lcms2 was released on 8. May 2010 > >> lcms v1 is on the way to be phased out in the newest > >> distribution versions. > > >Are there any distributions that have released without v1? > > I don't know, but Ubuntu has a

Re: [PATCH] mscms: Use lcms2, when available

2013-05-09 Thread wine . dev
Hi Hans. >> lcms2 was released on 8. May 2010 >> lcms v1 is on the way to be phased out in the newest >> distribution versions. >Are there any distributions that have released without v1? I don't know, but Ubuntu has a bug for replacing lcms v1. There is no reason, that Wine is the last app,

Re: [PATCH] mscms: Use lcms2, when available

2013-05-08 Thread Hans Leidekker
On Tue, 2013-05-07 at 22:45 +0200, Detlef Riekenberg wrote: > lcms2 was released on 8. May 2010 and should be present in important > distributions since a while. > > lcms v1 is on the way to be phased out in the newest distribution > versions. Are there any distributions that have released withou