diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-07 18:35:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-07 18:35:12 +0000 |
commit | aca8e8471a08858d41e53fcb4059ec0599ec7e19 (patch) | |
tree | fedcc1e9f12a40ca1ed8cc8cb7d3cf271d0f96aa /graphics/comix/Makefile | |
parent | c240f3d62498e3fada88e4dc7061a0650ea99cf0 (diff) | |
download | pkgsrc-aca8e8471a08858d41e53fcb4059ec0599ec7e19.tar.gz |
Update to 3.6:
Comix 3.6
- Added an "Adjust colour" dialog that lets you specify values for
brightness, contrast, saturation and sharpness.
- Improved the behaviour of the "Save window position and size" and
"Default fullscreen" preferences.
- Changed the "Save window position and size" preference to on by default.
- Changed the menus a bit.
- Improved autocontrast (slightly heavier contrast change).
- Changed the UI of the properties dialog a bit to better suit low
resolution screens.
- Improved handling of Zip files containing files with filenames of an
unknown character encoding.
- Added extra error message to install.py that is displayed when trying to
install into a non-existing directory.
- Added a --no-balloon option to install.py that tells the Nautilus
thumbnailer to not imprint balloon images on thumbnails by default.
- Fixed a bug that could cause Comix to scale images to the wrong
dimensions on a dual-screen setup. Thanks to Vegard Eriksen for this fix.
- Fixed a bug that caused icons to not be loaded when starting Comix
through a symbolic link not located in the same directory as the `comix`
executable.
- Fixed a bug that could cause an error message when going back to a
previous archive by flipping backwards in double page mode and directly
switching to single page mode afterwards.
- Fixed a bug that caused Comix to treat empty files as tar archives.
Thanks to Christoph Wolk for this fix.
- Fixed a bug in comicthumb with thumbnailing rar archives, plus
some cleanup. (Christoph Wolk)
Diffstat (limited to 'graphics/comix/Makefile')
-rw-r--r-- | graphics/comix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 242c145fa66..c9536154b8c 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/09/03 10:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/07 18:35:12 wiz Exp $ # -DISTNAME= comix-3.5.1 +DISTNAME= comix-3.6 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/} |