diff options
author | markd <markd@pkgsrc.org> | 2005-01-07 12:35:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-07 12:35:10 +0000 |
commit | 12681d5437e9ac4e64fbc18ff9293f346e0313d2 (patch) | |
tree | 5b9a7114140ffc140369673b70e952b45b7d7344 /graphics/gwenview | |
parent | b7e57420af65910e6591a16eb40b2202f6a67021 (diff) | |
download | pkgsrc-12681d5437e9ac4e64fbc18ff9293f346e0313d2.tar.gz |
gwenview 1.1.7a update from maintainer Ian Zagorskih
Since there was some trouble building the 1.1.7 version on some distributions,
I just released version 1.1.7a.
A new development release is out: version 1.1.7. You can get it from the
download page. It features the following changes:
New features:
* Double clicking the image view toggles the full screen mode (By Daniel
Thaler)
* It's now possible to select which KIPI plugins should be loaded.
* The On Screen Display now contains "Previous", "Next" and "Exit
fullscreen" buttons. These buttons automatically hide when the cursor hides
itself.
* Adjust brightness, contrast and gamma.
* Going to next/previous image in the image KPart.
Fixes:
* If the URL given as an argument is a directory, start in browse mode, not
in view mode.
* On Screen Display is back, it was broken in 1.1.6.
* Updated man page.
* KIPI Batch image processing tools now work again.
* Fixed a few bugs in image saving.
* Made the save error messages more explicit.
* Removed the "show toolbar/menubar/statusbar in fullscreen" options.
* When selecting multiple images with Ctrl or Shift, block the "double click
an image goes to fullscreen" feature.
* Removed the "Auto load image" option, it's useless since Gwenview does not
block anymore when loading images.
* Fix reloading in the image KPart.
Diffstat (limited to 'graphics/gwenview')
-rw-r--r-- | graphics/gwenview/Makefile | 5 | ||||
-rw-r--r-- | graphics/gwenview/PLIST | 13 | ||||
-rw-r--r-- | graphics/gwenview/distinfo | 6 |
3 files changed, 17 insertions, 7 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 406a356e3ef..6f81f2e3f65 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/12/10 06:40:11 markd Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/07 12:35:10 markd Exp $ # -DISTNAME= gwenview-1.1.6 -PKGREVISION= 1 +DISTNAME= gwenview-1.1.7a CATEGORIES= kde graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gwenview/PLIST b/graphics/gwenview/PLIST index bc8b0123958..6964edfcba2 100644 --- a/graphics/gwenview/PLIST +++ b/graphics/gwenview/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/12/10 06:40:11 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/01/07 12:35:10 markd Exp $ bin/gwenview lib/kde3/libgvdirpart.la lib/kde3/libgvimagepart.la @@ -110,6 +110,14 @@ ${PKGLOCALEDIR}/locale/xx/LC_MESSAGES/gwenview.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gwenview.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gwenview.mo ${PKGLOCALEDIR}/locale/zu/LC_MESSAGES/gwenview.mo +@comment in kde: @dirrm share/kde/services +@comment in kde: @dirrm share/kde/icons/crystalsvg/64x64/apps +@comment in kde: @dirrm share/kde/icons/crystalsvg/48x48/apps +@comment in kde: @dirrm share/kde/icons/crystalsvg/32x32/apps +@comment in kde: @dirrm share/kde/icons/crystalsvg/22x22/apps +@comment in kde: @dirrm share/kde/icons/crystalsvg/16x16/apps +@comment in kde: @dirrm share/kde/icons/crystalsvg/128x128/apps +@comment in kde: @dirrm share/kde/apps/konqueror/servicemenus @dirrm share/kde/apps/gwenview/tools @dirrm share/kde/apps/gwenview/thumbnail @dirrm share/kde/apps/gwenview/icons/hicolor/48x48/actions @@ -126,3 +134,6 @@ ${PKGLOCALEDIR}/locale/zu/LC_MESSAGES/gwenview.mo @dirrm share/kde/apps/gwenview @dirrm share/kde/apps/gvimagepart @dirrm share/kde/apps/gvdirpart +@comment in kde: @dirrm share/kde/apps +@comment in kde: @dirrm share/applications/kde +@comment in kde: @dirrm lib/kde3 diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index 890c3f8975d..b54c54adfdf 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/10/25 11:31:44 markd Exp $ +$NetBSD: distinfo,v 1.4 2005/01/07 12:35:10 markd Exp $ -SHA1 (gwenview-1.1.6.tar.bz2) = 49539637b554dd4c88ffed6a593c536c2cc0bb9c -Size (gwenview-1.1.6.tar.bz2) = 929898 bytes +SHA1 (gwenview-1.1.7a.tar.bz2) = b55bf63ddbb6bce230ec1f1e99a9d7a5ef83e097 +Size (gwenview-1.1.7a.tar.bz2) = 910679 bytes |