[Digikam-devel] Future plans : 0.9.2-final and KDE4 port...

Gilles Caulier caulier.gilles at gmail.com
Wed Jun 13 07:42:33 BST 2007


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


Achim,

in libkdcraw/libkdcraw/Makefile.am, this is not correct to use the macro :

INCLUDES = -DKDCRAW_DIR='"$(KDCRAW_DIR)"' $(all_includes)

The -DKDCRAW_DIR='"$(KDCRAW_DIR)"' sentence is not at the right place. You
must use this macro instead :

INCLUDES= $(all_includes)
libkdcraw_la_CFLAGS  = INCLUDES= -DKDCRAW_DIR='"$(KDCRAW_DIR)"'

Gilles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20070613/1782dc30/attachment.html>


More information about the Digikam-devel mailing list