diff options
author | markd <markd@pkgsrc.org> | 2007-10-20 10:48:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-10-20 10:48:30 +0000 |
commit | 6020752e6531a28321d9f746f75cf349ed770677 (patch) | |
tree | 2127f57d10d283ea3bf6cca6d747e2036d8a220b /graphics/kdegraphics3 | |
parent | d6d2f19128726319af36381e8702d7b8bc720b4f (diff) | |
download | pkgsrc-6020752e6531a28321d9f746f75cf349ed770677.tar.gz |
Update to KDE 3.5.8
SVG thumbnailer
* Fix problem with with "#" in foldername on svg-files.
KPDF
* Add a slotTogglePresentation() DCOP method to toggle the presentation
mode.
* Improve handling of page sizes when printing.
* Do not crash when leaving the presentation mode.
* Do no print the boxes around links.
* Reset the title of the KPDF window correctly when reloading a document.
* Take into account the accessibility settings when drawing an empty
page waiting for the real page to be rendered.
* Security fix for CVE-2007-3387.
* Correctly open documents in paths with special characters (like #).
* Save the case sensitivity setting of the Find dialog during each session.
* Don't crash when we don't have a CTU.
* Correctly take into account the margins when printing.
* Properly pass the standard accelerators to the presentation mode, and
make the presentation mode able to handle those.
* Provide horizontal scrollbar in table of contents sidebar instead of
cropping the entries.
* Increase time between accessing /proc/memory to check available memory.
libkscan
* Correctly retrieve the x/y scan resolution and store it into the
scanned image.
KolourPaint
* Always enable the paste actions to guarantee that pasting from non-Qt
applications is always allowed (non-Qt applications do not notify
KolourPaint when they place objects into the clipboard).
* Paste transparent pixels as white instead of uninitialized colors,
when the app does not support pasting transparent pixels (such as
OpenOffice.org).
* Make "Edit / Paste in New Window" always paste white pixels as white
(it used to paste them as transparent when the selection transparency
mode was set to Transparent).
* Saving, exporting and printing a document with an active text box,
that has opaque text and a transparent background, antialiases the text
with the document below.
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 7 | ||||
-rw-r--r-- | graphics/kdegraphics3/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index f31ec21fb79..78cb86ba3ed 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.73 2007/09/21 13:03:50 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2007/10/20 10:48:30 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} -PKGREVISION= 2 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop -PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ -PATCHFILES= post-3.5.7-kdegraphics-CVE-2007-3387.diff +# PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ +# PATCHFILES= post-3.5.7-kdegraphics-CVE-2007-3387.diff .include "../../meta-pkgs/kde3/Makefile.kde3" diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index 9dc92432c6c..f4e06c68a3e 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2007/08/12 21:06:49 markd Exp $ +$NetBSD: distinfo,v 1.47 2007/10/20 10:48:30 markd Exp $ -SHA1 (kdegraphics-3.5.7.tar.bz2) = 2b6ca2c27f565b5ca4a40d461db7b4038658b5f3 -RMD160 (kdegraphics-3.5.7.tar.bz2) = ccf36f5c34a1d484f0878a42a51dc620c2bdfa71 -Size (kdegraphics-3.5.7.tar.bz2) = 7424976 bytes +SHA1 (kdegraphics-3.5.8.tar.bz2) = 2f7b0aeefffd1d10128f1f1edd7e4c11e0329f35 +RMD160 (kdegraphics-3.5.8.tar.bz2) = 8e77f76a6edcf6a1c20b4d76fcc5c79fe196599b +Size (kdegraphics-3.5.8.tar.bz2) = 7444011 bytes SHA1 (post-3.5.7-kdegraphics-CVE-2007-3387.diff) = 64b9823af4c8f975011862e3fb15ef724a6253df RMD160 (post-3.5.7-kdegraphics-CVE-2007-3387.diff) = 90ae49e315080e2ef5431ae2bcfa25d06fa2fce2 Size (post-3.5.7-kdegraphics-CVE-2007-3387.diff) = 629 bytes |