v 0.1.4
----------------------------------------------------------------------------
Note on release:
Due to missing files on svn, docbook "pt" and "da" have been removed form this
final release, apologize for that.
v 0.1.4 beta2
----------------------------------------------------------------------------
Kipi-plugins NEW FEATURES
HTMLExport : Option to specify whether the original images should be included
HTMLExport : Support for theme variants
HTMLExport : New theme: "frames", by Rüdiger Bente
HTMLExport : New theme: "cleanframes", by Beth and Robert Marmorstein
HTMLExport : New theme: "classic", simulating the output of the old HTML Gallery plugin
SlideShow : Skip to next or previous image by a right or left click
SlideShow : Skip to next or previous image by mouse wheel scrolling
SlideShow : Images can be sorted/added/removed manually.
SlideShow : Progress indicator printing doesn't depend on file name printing anymore.
Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):
001 ==> 140477 : SendImages : Ability to rename images being sent via email.
002 ==> 143450 : SlideShow : Skip to next or previous image by a right or left click
003 ==> 138880 : TimeAdjust : digiKam 0.9rc2 - 0.9.1rc1 setting file date to exif doesn't work.
004 ==> 140890 : TimeAdjust : The preview does not display date and time properly for Japanese locale.
005 ==> 144185 : TimeAdjust : Adjust date-time tool should remember previous fixed date.
006 ==> 146799 : SlideShow : digikam 0.9.2 crashes when exiting - slideshow error
v 0.1.4 beta1
----------------------------------------------------------------------------
Kipi-plugins NEW FEATURES
General : Moved Exiv2Iface class to a new shared library named libkexiv2 used by
kipi-plugins and digiKam.
ImageViewer : initial import of new OpenGL based image viewer.
RAWConverter : Port plugin to libkdcraw shared library.
Printwizard : Printwizard can print 8 photos per page (A4)
MPEGEncoder : Avoid to pass img2mpg script unmanaged file path.
GPSSync : New plugin to export GPS locations from pictures to Google Maps / Google Earth.
Kipi-plugins BUG FIXING from B.K.O (http://bugs.kde.org):
001 ==> 139264 : General : Prefer Exif DateTimeOriginal for image date/time (DateTimeDigitized and DateTime only used as fallback)
002 ==> 139074 : SendImages : Format missmatch at sendimages.cpp ('int' vs. 'size_t').
003 ==> 140132 : MetadataEdit : Comments should sync to IPTC Caption First.
006 ==> 138241 : SendImages : A patch that adds support for the Claws Mail MUA.
007 ==> 140865 : RAWConverter : Plugin does not work (image can not be converted).
008 ==> 141528 : JPEGLossLess : Remove confirmation dialog for image rotate.
009 ==> 141530 : JPEGLossLess : Use Rotate left/right instead of degrees.
010 ==> 142848 : GPSSync : Timezone needs to go to GMT +13.
011 ==> 140297 : GPSSync : GPS kipi plugin truncates input coordinates, introducing inacuracy.
012 ==> 143594 : GPSSync : Bad Interpolation in correlate gpssync.
014 ==> 139793 : GPSSync : KML google export import.
015 ==> 142259 : GalleruExport: Export to Gallery 2.2-RC-1 fails.
016 ==> 135945 : FLickrExport : Tags with spaces are exported as multible tags.
017 ==> 146084 : SlideShow : Slide show interface suggestions.
018 ==> 145771 : MPEGEncoder : Gnome Desktop crashes and restarts when select Cancel option for Mpeg Slideshow plugin
BUG FIXING from B.K.O (http://bugs.kde.org):
GalleryExport : Add preliminary support for Gallery 2.2 security features
SendImages : Solved problems with filenames and commandline with
thunderbird and mozilla
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".
SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
Change MASTER_SITES to DigiKam's.
Summary of changes since last packaged version (0.1.0beta2):
(from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html)
From the previous beta version we have fixed a major amount of bugs,
and we would now like to have feedback so we can squash the remaining bugs.
New in this version is the flickr upload plugin: you can now easily upload
your images to the flickr server. Sendimages now has support for Thunderbird
and GmailAgent. We fixed numerous bugs in the CDArchiving plugin, it should
work fine again with K3b. Rename images had some issues, we rewrote the user
interface and fixed several bugs. The weekdays of the calendar were not
localized. We fixed the ImagesGallery, so you can export multiple tags to a
html-page. You can now rotate or flip your images lossless, while preserving
the timestamp. The rawconverter now supports dcraw>=6.x.
More information about the bugs can be found in the following bugreports:
108227, 98269, 89394,91651,100877,100568,110391,110659,110698,
110575,99895,104032,105727,110508,104511,97178,102219, 98199,
108537, 101110. 9943 .103282
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.