Final 0.8.1

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

Final 0.8.1

Bugzilla from tomalbers@kde.nl
Hi,

The tarball for 0.8.1 is ready, i will announce it wednesday. If you are a
distro packager and want to be included in the announcement, mail me the text
before wednesday 17h cet.

http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2

Tom

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

smime.p7s (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Gilles Caulier
Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> Hi,
>
> The tarball for 0.8.1 is ready, i will announce it wednesday. If you are a
> distro packager and want to be included in the announcement, mail me the
> text before wednesday 17h cet.
>
> http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
>
> Tom

I will test it under mandriva. digikamimageplugins isn't released ? Why ? I
have fixed a lot of memory leak in stable branch !!! I think it's
important...

--
Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Bugzilla from ach@mpe.mpg.de
In reply to this post by Bugzilla from tomalbers@kde.nl
On Monday 16 January 2006 19:51, Tom Albers wrote:
> Hi,
>
> The tarball for 0.8.1 is ready, i will announce it wednesday. If you are a
> distro packager and want to be included in the announcement, mail me the text
> before wednesday 17h cet.
>
> http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2

fine on kubuntu/dapper.  Breezy und dapper pkg later.

Achim
>
> Tom
>

--
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- [hidden email]
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Gilles Caulier
In reply to this post by Bugzilla from tomalbers@kde.nl
Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> Hi,
>
> The tarball for 0.8.1 is ready, i will announce it wednesday. If you are a
> distro packager and want to be included in the announcement, mail me the
> text before wednesday 17h cet.
>
> http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
>
> Tom

Compile fine in Mandriva 2006, but...

kioslave/parse.c file must be removed. This implemntation is obsolete and out
of date. Remember that new implementation is in C++ located
at /libs/dcraw/dcraw_parse.cpp

You can just remove the source file and changed Makefile.am accordinly.

--
Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Bugzilla from tomalbers@kde.nl
Op dinsdag 17 januari 2006 15:48, schreef Gilles Caulier:

> Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> > Hi,
> >
> > The tarball for 0.8.1 is ready, i will announce it wednesday. If you are
> > a distro packager and want to be included in the announcement, mail me
> > the text before wednesday 17h cet.
> >
> > http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
> >
> > Tom
>
> Compile fine in Mandriva 2006, but...
>
> kioslave/parse.c file must be removed. This implemntation is obsolete and
> out of date. Remember that new implementation is in C++ located
> at /libs/dcraw/dcraw_parse.cpp
>
> You can just remove the source file and changed Makefile.am accordinly.

is there a problem leaving it as it is?

Toma
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Gilles Caulier
Le Mardi 17 Janvier 2006 18:25, Tom Albers a écrit :

> Op dinsdag 17 januari 2006 15:48, schreef Gilles Caulier:
> > Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> > > Hi,
> > >
> > > The tarball for 0.8.1 is ready, i will announce it wednesday. If you
> > > are a distro packager and want to be included in the announcement, mail
> > > me the text before wednesday 17h cet.
> > >
> > > http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
> > >
> > > Tom
> >
> > Compile fine in Mandriva 2006, but...
> >
> > kioslave/parse.c file must be removed. This implemntation is obsolete and
> > out of date. Remember that new implementation is in C++ located
> > at /libs/dcraw/dcraw_parse.cpp
> >
> > You can just remove the source file and changed Makefile.am accordinly.
>
> is there a problem leaving it as it is?
>

Not sure. It's difficult to check kioslave using valgrind. Normally no because
C++ and C Ansi "parse" implementation are completly separed. But parse.c
create any static data and methods that increase kioslave object in memory. I
think that linking thumb kioslave with both can generated strange effects in
memory... I have never tested the code in this case.

--
Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Bugzilla from tomalbers@kde.nl
In reply to this post by Gilles Caulier
Op dinsdag 17 januari 2006 07:46, schreef Gilles Caulier:

> Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> > Hi,
> >
> > The tarball for 0.8.1 is ready, i will announce it wednesday. If you are
> > a distro packager and want to be included in the announcement, mail me
> > the text before wednesday 17h cet.
> >
> > http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
> >
> > Tom
>
> I will test it under mandriva. digikamimageplugins isn't released ? Why ? I
> have fixed a lot of memory leak in stable branch !!! I think it's
> important...
I announced it around new year (to everyone, including translators) and we
have done two release candidates, why mention it now?

If I look at the diff the changes are only minor, but if you feel like it, you
can announce a release to the translators and release in a week of two...

Toma

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

smime.p7s (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Gilles Caulier
Le Mardi 17 Janvier 2006 19:39, Tom Albers a écrit :

> Op dinsdag 17 januari 2006 07:46, schreef Gilles Caulier:
> > Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> > > Hi,
> > >
> > > The tarball for 0.8.1 is ready, i will announce it wednesday. If you
> > > are a distro packager and want to be included in the announcement, mail
> > > me the text before wednesday 17h cet.
> > >
> > > http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
> > >
> > > Tom
> >
> > I will test it under mandriva. digikamimageplugins isn't released ? Why ?
> > I have fixed a lot of memory leak in stable branch !!! I think it's
> > important...
>
> I announced it around new year (to everyone, including translators) and we
> have done two release candidates, why mention it now?
>

I have'nt read anything about. I'm too busy (:=)))

Forget to said that there is new icons from Tung included in svn. Also, I
thinking that DigikamImagePlugins release number must following digiKam if
it's possible.

> If I look at the diff the changes are only minor, but if you feel like it,
> you can announce a release to the translators and release in a week of
> two...

I think it's unnecessary to do it because there is no i18n changes between
current implementation and 0.8.0...
--
Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Bugzilla from ach@mpe.mpg.de
In reply to this post by Gilles Caulier
On Tuesday 17 January 2006 18:44, Gilles Caulier wrote:

> Le Mardi 17 Janvier 2006 18:25, Tom Albers a écrit :
> > Op dinsdag 17 januari 2006 15:48, schreef Gilles Caulier:
> > > Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> > > > Hi,
> > > >
> > > > The tarball for 0.8.1 is ready, i will announce it wednesday. If you
> > > > are a distro packager and want to be included in the announcement, mail
> > > > me the text before wednesday 17h cet.
> > > >
> > > > http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
> > > >
> > > > Tom
> > >
> > > Compile fine in Mandriva 2006, but...
> > >
> > > kioslave/parse.c file must be removed. This implemntation is obsolete and
> > > out of date. Remember that new implementation is in C++ located
> > > at /libs/dcraw/dcraw_parse.cpp
> > >
> > > You can just remove the source file and changed Makefile.am accordinly.
> >
> > is there a problem leaving it as it is?
> >
>
> Not sure. It's difficult to check kioslave using valgrind. Normally no because
> C++ and C Ansi "parse" implementation are completly separed. But parse.c
> create any static data and methods that increase kioslave object in memory. I

Memory usage is bad, but does not harm ;)

> think that linking thumb kioslave with both can generated strange effects in
> memory... I have never tested the code in this case.

If it's not needed we should remove it at least from stable branch.
Mhmm kioslaves run in their own process, so there influence should be
pretty limited.  Anyone noted strange effects?  I'm not sure if it's
worth a new tarball.

Rebuild is fine and thumbnails still working ;)

Question: I found two similar parse.c in digikam source

./digikam/kioslave/parse.c
./digikam/libs/dcraw/parse.c

kioslave/parse.c is an older version.  Can we remove /digikam/libs/dcraw/parse
too?

Achim
>
> --
> Gilles
--
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- [hidden email]
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Kubuntu pkgs (was: Final 0.8.1)

Bugzilla from ach@mpe.mpg.de
In reply to this post by Bugzilla from tomalbers@kde.nl
On Monday 16 January 2006 19:51, Tom Albers wrote:
> Hi,
>
> The tarball for 0.8.1 is ready, i will announce it wednesday. If you are a
> distro packager and want to be included in the announcement, mail me the text
> before wednesday 17h cet.
>
> http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2

Hi,

kubuntu breezy and dapper pkgs

        deb http://www.mpe.mpg.de/~ach/kubuntu/breezy ./
        deb-src http://www.mpe.mpg.de/~ach/kubuntu/breezy ./

We'll upload to dapper as soon as we are sure the
tarball will not change.  In the meantime you can try
what's pending for dapper at

        deb http://www.mpe.mpg.de/~ach/kubuntu/dapper ./
        deb-src http://www.mpe.mpg.de/~ach/kubuntu/dapper ./

Achim

>
> Tom
>

--
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- [hidden email]
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Final 0.8.1

Gilles Caulier
In reply to this post by Bugzilla from ach@mpe.mpg.de
Le Mardi 17 Janvier 2006 20:56, Achim Bohnet a écrit :

> On Tuesday 17 January 2006 18:44, Gilles Caulier wrote:
> > Le Mardi 17 Janvier 2006 18:25, Tom Albers a écrit :
> > > Op dinsdag 17 januari 2006 15:48, schreef Gilles Caulier:
> > > > Le Lundi 16 Janvier 2006 19:51, Tom Albers a écrit :
> > > > > Hi,
> > > > >
> > > > > The tarball for 0.8.1 is ready, i will announce it wednesday. If
> > > > > you are a distro packager and want to be included in the
> > > > > announcement, mail me the text before wednesday 17h cet.
> > > > >
> > > > > http://digikam3rdparty.free.fr/0.8.0/digikam-0.8.1.tar.bz2
> > > > >
> > > > > Tom
> > > >
> > > > Compile fine in Mandriva 2006, but...
> > > >
> > > > kioslave/parse.c file must be removed. This implemntation is obsolete
> > > > and out of date. Remember that new implementation is in C++ located
> > > > at /libs/dcraw/dcraw_parse.cpp
> > > >
> > > > You can just remove the source file and changed Makefile.am
> > > > accordinly.
> > >
> > > is there a problem leaving it as it is?
> >
> > Not sure. It's difficult to check kioslave using valgrind. Normally no
> > because C++ and C Ansi "parse" implementation are completly separed. But
> > parse.c create any static data and methods that increase kioslave object
> > in memory. I
>
> Memory usage is bad, but does not harm ;)
>
> > think that linking thumb kioslave with both can generated strange effects
> > in memory... I have never tested the code in this case.
>
> If it's not needed we should remove it at least from stable branch.
> Mhmm kioslaves run in their own process, so there influence should be
> pretty limited.  Anyone noted strange effects?  I'm not sure if it's
> worth a new tarball.
>
> Rebuild is fine and thumbnails still working ;)
>
> Question: I found two similar parse.c in digikam source
>
> ./digikam/kioslave/parse.c
> ./digikam/libs/dcraw/parse.c
>
> kioslave/parse.c is an older version.  Can we remove
> /digikam/libs/dcraw/parse too?

No. i use it to update dcraw_parse.cpp with new dcraw parse.c source code
using diff program. libs/dcraw/parse.c isn't never compiled. Look in
lib/dcraw/README file from trunk for more informations

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel