<br><br><div><span class="gmail_quote">2007/6/13, Achim Bohnet <<a href="mailto:ach@mpe.mpg.de">ach@mpe.mpg.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tuesday, 12. June 2007, Gerhard Kulzer wrote:<br>> Am Tuesday 12 June 2007 schrieb Angelo Naselli:<br>> > Alle lunedì 11 giugno 2007, Gilles Caulier ha scritto:<br>> > > Hi all,<br>> > ><br>
> > > See below the future digiKam plans :<br>> > ><br>> > > DIGIKAM 0.9.2 FINAL RELEASE:<br>> > > ---------------------------------------------<br>> > ><br>> > > The 
0.9.2-final release date is near. Like Gerhard will back at home<br>> > > today (:=))), final release will be done at soon.<br>> > ><br>> > > Gerhard, just a little tip : the libkdcraw need to be released again
<br>> > > following #146464 B.K.O file. the library have been patched to fix this<br>> > > bug. So 0.9.2-final will need a new small 0.1.1 release of libkdcraw...<br>> > ><br>> > > Angelo, Achim : Please take a care to provide a new package of this
<br>> > > library for Mandriva and Debian at the same time than digiKam 0.9.2.<br>> > > thanks in advance...<br>> ><br>> > hmm, the problem is that often i see that digikam has been released and
<br>> > then i know it. Maybe in a case like this one we can talk, also in private,<br>> > to get the related libraries released first ;)<br>> ><br>> > Ok, if you can wait for a day more, tonight i can release new libkdcraw
<br>> > tonight and maybe a kipi-plugins rc1(?) beta2(?), I would have liked the<br>> > rc1 to get final ready for the next week, but i haven't got the time to see<br>> > the state of bugs by now, and it depends on docs status anyway....
<br>> ><br>> > Is it ok for you?<br>> ><br>> > Angelo<br>><br>> Can you give me a release hour for libkdcraw tomorrow? Then I can sync 0.9.2<br>> final with it.<br><br>Hi Gerhard,<br><br>Angelo and me tried to get the tarball ready but did not finish.
<br><br>The problems were/are:<br><br> 1) kdcraw binary needs to be installed into $prefix/lib/libkdcraw<abi-major>/kdcraw<br>   so libkdcraw0 and libkdraw1 can be installed in parallel  (fixed with commit:<br>   674731)  See also: 
<a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLIBLIBRARIESFORPROGRAMMINGANDPA">http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLIBLIBRARIESFORPROGRAMMINGANDPA</a></blockquote></div><br>Achim, <br><br>in libkdcraw/libkdcraw/Makefile.am, this is not correct to use the macro :
<br><br>INCLUDES = -DKDCRAW_DIR='"$(KDCRAW_DIR)"' $(all_includes)<br><br>The -DKDCRAW_DIR='"$(KDCRAW_DIR)"' sentence is not at the right place. You must use this macro instead :<br><br>
INCLUDES= $(all_includes)<br>libkdcraw_la_CFLAGS  = INCLUDES= -DKDCRAW_DIR='"$(KDCRAW_DIR)"'<br><br>Gilles<br><br><br>