diff options
author | markd <markd@pkgsrc.org> | 2006-12-03 05:07:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-12-03 05:07:08 +0000 |
commit | 54e99937d294580a9ca30e11ab24bf32926400cc (patch) | |
tree | 2c11079396cf914761fc1cab7f85db5be4bb2bbf /graphics/gwenview-i18n/Makefile | |
parent | 90c72f829b7ca7275776182dc4a750d609a64a21 (diff) | |
download | pkgsrc-54e99937d294580a9ca30e11ab24bf32926400cc.tar.gz |
Update gwenview{,-i18n} to 1.4.1
New features:
* Show preview of images when dragging them.
* Added "back/forward/reload/save as" actions to the KPart context menu
Fixes:
* Load JPEG rotated images using the right rotation directly instead of
loading them first and rotate them after.
* Fix crash when showing current folder properties from context menu.
* Do not show the name of the current file in the status bar: it's
already shown in the title bar and it was causing the mainwindow to
be enlarged if the name was very long.
* Show the "rotate left" button in KParts.
* Use Exiv2 instead of libexif to fix troubles with some JPEG.
* Fix crash when using Gwenview KPart in kwebdesktop.
* Fix content of KPart context menu when viewing remote images.
* Do not let the KPart title get overriden when switching tabs.
* Make context menu behavior coherent with KDE.
* Fix compilation with --enable-final
* Do not loose selection when switching from detail to thumbnail view.
* In KPart, do not loose selection when starting a drag.
* Fixed behavior of the middle-mouse button.
* Unless the user rotated the image, saving from the KPart now does a
copy of the image instead of recompressing it. This ensures the KPart
won't fail to save certain files.
Diffstat (limited to 'graphics/gwenview-i18n/Makefile')
-rw-r--r-- | graphics/gwenview-i18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gwenview-i18n/Makefile b/graphics/gwenview-i18n/Makefile index 77067cbb74f..15aa23609e2 100644 --- a/graphics/gwenview-i18n/Makefile +++ b/graphics/gwenview-i18n/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/06 20:26:51 markd Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/03 05:07:08 markd Exp $ # -DISTNAME= gwenview-i18n-1.4.0 +DISTNAME= gwenview-i18n-1.4.1 CATEGORIES= kde graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES -DEPENDS+= gwenview-1.4.0{,nb[0-9]*}:../../graphics/gwenview +DEPENDS+= gwenview-1.4.1{,nb[0-9]*}:../../graphics/gwenview .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |