diff options
author | markd <markd> | 2004-10-25 11:31:44 +0000 |
---|---|---|
committer | markd <markd> | 2004-10-25 11:31:44 +0000 |
commit | 9d742e8274c8e54c07f20dbb075e3627fa62f84a (patch) | |
tree | 82d94b1d9da1cdbfaf5c985fa1db3131e58c8941 /graphics/gwenview | |
parent | 9b3edbc6bc0c89fb053301d116b4a4f7c782f3fd (diff) | |
download | pkgsrc-9d742e8274c8e54c07f20dbb075e3627fa62f84a.tar.gz |
Update of gwenview to 1.1.6 by mantainer Ian Zagorskih.
This new version uses the first release of KIPI, the KDE Image Plugin
Interface. It features the following changes:
New features:
* The application now has two modes: browse and view. Browse mode shows
all views: folder, file and image. View mode only shows the image.
Gwenview starts in browse mode except if an image URL is given as an
argument. You can switch between modes using the toolbar button, or with
the "View/Browse mode" menu item or with the Ctrl+Return shortcut.
* JPEGTran code has been integrated into Gwenview, there's no need to
install it separately anymore.
Fixes:
* Update the EXIF thumbnail when rotating a JPEG file.
* In the folder view, folders now open with a single click (By Daniel
Thaler).
* Reworked coordinate conversions in order to avoid subtle paint errors.
* Remember computed optimal repaint sizes in the config file, so they are
available immediately after next start.
* Remember shown URL after session restore.
Diffstat (limited to 'graphics/gwenview')
-rw-r--r-- | graphics/gwenview/Makefile | 5 | ||||
-rw-r--r-- | graphics/gwenview/PLIST | 7 | ||||
-rw-r--r-- | graphics/gwenview/distinfo | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 30f47f93f49..a25817b5898 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:52 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/25 11:31:44 markd Exp $ # -DISTNAME= gwenview-1.1.5 -PKGREVISION= 1 +DISTNAME= gwenview-1.1.6 CATEGORIES= kde graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gwenview/PLIST b/graphics/gwenview/PLIST index e701739fdfe..679a942364d 100644 --- a/graphics/gwenview/PLIST +++ b/graphics/gwenview/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:34 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/10/25 11:31:44 markd Exp $ bin/gwenview lib/kde3/libgvdirpart.la lib/kde3/libgvimagepart.la @@ -69,8 +69,10 @@ share/kde/icons/crystalsvg/48x48/apps/gwenview.png share/kde/icons/crystalsvg/64x64/apps/gwenview.png share/kde/locale/ar/LC_MESSAGES/gwenview.mo share/kde/locale/az/LC_MESSAGES/gwenview.mo +share/kde/locale/br/LC_MESSAGES/gwenview.mo share/kde/locale/ca/LC_MESSAGES/gwenview.mo share/kde/locale/cs/LC_MESSAGES/gwenview.mo +share/kde/locale/cy/LC_MESSAGES/gwenview.mo share/kde/locale/da/LC_MESSAGES/gwenview.mo share/kde/locale/de/LC_MESSAGES/gwenview.mo share/kde/locale/el/LC_MESSAGES/gwenview.mo @@ -79,6 +81,7 @@ share/kde/locale/es/LC_MESSAGES/gwenview.mo share/kde/locale/et/LC_MESSAGES/gwenview.mo share/kde/locale/fo/LC_MESSAGES/gwenview.mo share/kde/locale/fr/LC_MESSAGES/gwenview.mo +share/kde/locale/ga/LC_MESSAGES/gwenview.mo share/kde/locale/gl/LC_MESSAGES/gwenview.mo share/kde/locale/he/LC_MESSAGES/gwenview.mo share/kde/locale/hu/LC_MESSAGES/gwenview.mo @@ -121,3 +124,5 @@ share/kde/services/gvimagepart.desktop @dirrm share/kde/apps/gwenview/icons @dirrm share/kde/apps/gwenview/cursors @dirrm share/kde/apps/gwenview +@dirrm share/kde/apps/gvimagepart +@dirrm share/kde/apps/gvdirpart diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index cf6087080d1..890c3f8975d 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/09/20 10:09:15 jklos Exp $ +$NetBSD: distinfo,v 1.3 2004/10/25 11:31:44 markd Exp $ -SHA1 (gwenview-1.1.5.tar.bz2) = 1d50b9d170d58e19a5e64c5446540ed9bc97810d -Size (gwenview-1.1.5.tar.bz2) = 873349 bytes +SHA1 (gwenview-1.1.6.tar.bz2) = 49539637b554dd4c88ffed6a593c536c2cc0bb9c +Size (gwenview-1.1.6.tar.bz2) = 929898 bytes |