summaryrefslogtreecommitdiff
path: root/graphics/gwenview
diff options
context:
space:
mode:
authormarkd <markd>2006-12-03 05:07:08 +0000
committermarkd <markd>2006-12-03 05:07:08 +0000
commit0884390d1b1907cba54ffd78584176943110f99c (patch)
tree2c11079396cf914761fc1cab7f85db5be4bb2bbf /graphics/gwenview
parenta4cf88dbfebc202901667bdfb0987509b18c30f6 (diff)
downloadpkgsrc-0884390d1b1907cba54ffd78584176943110f99c.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')
-rw-r--r--graphics/gwenview/Makefile6
-rw-r--r--graphics/gwenview/PLIST3
-rw-r--r--graphics/gwenview/distinfo10
-rw-r--r--graphics/gwenview/patches/patch-aa13
-rw-r--r--graphics/gwenview/patches/patch-ab17
5 files changed, 9 insertions, 40 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile
index a36cc0f6bf0..20513ec6c54 100644
--- a/graphics/gwenview/Makefile
+++ b/graphics/gwenview/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2006/10/06 20:23:47 markd Exp $
+# $NetBSD: Makefile,v 1.22 2006/12/03 05:07:08 markd Exp $
#
-DISTNAME= gwenview-1.4.0
+DISTNAME= gwenview-1.4.1
CATEGORIES= kde graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --enable-kipi
SHLIBTOOL_OVERRIDE= # empty
.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/libkipi/buildlink3.mk"
-.include "../../graphics/libexif/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gwenview/PLIST b/graphics/gwenview/PLIST
index 48f3b8a37cf..fed5abb80da 100644
--- a/graphics/gwenview/PLIST
+++ b/graphics/gwenview/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2006/10/06 20:23:47 markd Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/12/03 05:07:08 markd Exp $
bin/gwenview
lib/kde3/gwenview.la
lib/kde3/libgvdirpart.la
@@ -22,6 +22,7 @@ share/doc/kde/HTML/en/gwenview/mouse.docbook
share/doc/kde/HTML/en/gwenview/view_mode.png
share/kde/apps/gvdirpart/gvdirpart.rc
share/kde/apps/gvimagepart/gvimagepart.rc
+share/kde/apps/gvimagepart/gvimagepartpopup.rc
share/kde/apps/gwenview/cursors/zoom.png
share/kde/apps/gwenview/gwenviewui.rc
share/kde/apps/gwenview/icons/hicolor/16x16/actions/dnd1.png
diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo
index b7c15396db7..d11b904c1e8 100644
--- a/graphics/gwenview/distinfo
+++ b/graphics/gwenview/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.12 2006/10/06 20:23:47 markd Exp $
+$NetBSD: distinfo,v 1.13 2006/12/03 05:07:08 markd Exp $
-SHA1 (gwenview-1.4.0.tar.bz2) = e8594c5b47c79fee108a4999c23dac1130320de5
-RMD160 (gwenview-1.4.0.tar.bz2) = 0540aed93837a736d7372ccf947b312311910b44
-Size (gwenview-1.4.0.tar.bz2) = 997269 bytes
-SHA1 (patch-aa) = 8d21d30e46a2e8deea32df65b85f317a703377b9
-SHA1 (patch-ab) = 611231f9765566c5603b0b0bf128633b487ecd73
+SHA1 (gwenview-1.4.1.tar.bz2) = f882be7ccb1931a8218407dde27f118e3201c8c1
+RMD160 (gwenview-1.4.1.tar.bz2) = 71045eac9f05fba919e9abb4711b34c061799fe2
+Size (gwenview-1.4.1.tar.bz2) = 989237 bytes
diff --git a/graphics/gwenview/patches/patch-aa b/graphics/gwenview/patches/patch-aa
deleted file mode 100644
index e70fc162818..00000000000
--- a/graphics/gwenview/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/01/10 20:16:44 wiz Exp $
-
---- src/imageutils/jpeg-data.h.orig 2005-11-20 17:08:51.000000000 +0000
-+++ src/imageutils/jpeg-data.h
-@@ -22,7 +22,7 @@
- #define __JPEG_DATA_H__
-
- #include "jpeg-marker.h"
--#include "exif-data.h"
-+#include "libexif/exif-data.h"
-
- #ifdef __cplusplus
- extern "C" {
diff --git a/graphics/gwenview/patches/patch-ab b/graphics/gwenview/patches/patch-ab
deleted file mode 100644
index 0ebc2093caf..00000000000
--- a/graphics/gwenview/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2006/01/10 20:16:44 wiz Exp $
-
---- src/imageutils/jpegcontent.cpp.orig 2005-11-20 17:08:51.000000000 +0000
-+++ src/imageutils/jpegcontent.cpp
-@@ -37,9 +37,9 @@ extern "C" {
- #include <kdebug.h>
-
- // Exif
--#include "exif-data.h"
--#include "exif-ifd.h"
--#include "exif-utils.h"
-+#include "libexif/exif-data.h"
-+#include "libexif/exif-ifd.h"
-+#include "libexif/exif-utils.h"
-
- // Local
- #include "imageutils/imageutils.h"