Hi,
I've created 0.8.2 rc1 tarball. Please test it. If no showstopper is found I'll upload to sf.net tonight. http://www.mpe.mpg.de/~ach/tmp/digikam-0.8.2-rc1.tar.bz2 Kubuntu/Dapper user feel free to test http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1+0.8.2-rc1-1_i386.deb New NEWS entries: ------------------------------------------------------------------------- 0.8.2-rc1 New feature: o add missing Rating info in album item file tip and image properties dialog Bugs fixed: o fix JFIF comments section encoding extraction to respect UTF8 (#120241) o fix x-raw.desktop: removed tiff extention o camera download: auto-rotated images lose EXIF meta data (#126326) o fix message about missing dcraw program o EXIF info lost when saving a modified image that was readonly (#118501) o Hash marks ('#') in album names cause problems. 0.7.* regression (#118501) o something is broken with TIFF imlib2 loader and 16 bits images. Use KDE/Qt TIFF loader instead. (#125916) ------------------------------------------------------------------------- Achim -- 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 |
On Wednesday 10 May 2006 04:26, Achim Bohnet wrote:
> Hi, > I've created 0.8.2 rc1 tarball. Please test it. If no showstopper > is found I'll upload to sf.net tonight. > > http://www.mpe.mpg.de/~ach/tmp/digikam-0.8.2-rc1.tar.bz2 --enable-final triggers: http://bugs.kde.org/show_bug.cgi?id=126326 digikam: camera download: auto-rotated images loose EXIF info ... Patch below fixes it (already commited). I'll update the tarball tonight. Achim Index: digikam/libs/jpegutils/Makefile.am =================================================================== --- digikam/libs/jpegutils/Makefile.am (revision 539183) +++ digikam/libs/jpegutils/Makefile.am (working copy) @@ -1,5 +1,11 @@ METASOURCES = AUTO +# --enable-final triggers: http://bugs.kde.org/show_bug.cgi?id=126326 +# digikam: camera download: auto-rotated images loose EXIF info ... +# So make sure nofinal is always used here! +KDE_OPTIONS = nofinal + + noinst_LTLIBRARIES = libjpegutils.la libjpegutils_la_SOURCES = jpegmetadata.cpp exifrotate.cpp transupp.cpp > Kubuntu/Dapper user feel free to test > > http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1+0.8.2-rc1-1_i386.deb This pkg was build with enable final :( [...] Achim -- 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 |
Le Mercredi 10 Mai 2006 04:00 PM, Achim Bohnet a écrit :
> On Wednesday 10 May 2006 04:26, Achim Bohnet wrote: > > Hi, > > I've created 0.8.2 rc1 tarball. Please test it. If no showstopper > > is found I'll upload to sf.net tonight. > > > > http://www.mpe.mpg.de/~ach/tmp/digikam-0.8.2-rc1.tar.bz2 > > --enable-final triggers: http://bugs.kde.org/show_bug.cgi?id=126326 > digikam: camera download: auto-rotated images loose EXIF info ... > > Patch below fixes it (already commited). I'll update the tarball > tonight. I will trying your tarball tomorrow morning at work... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |