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 | |
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)
-rw-r--r-- | graphics/comix/Makefile | 4 | ||||
-rw-r--r-- | graphics/comix/PLIST | 16 | ||||
-rw-r--r-- | graphics/comix/distinfo | 8 |
3 files changed, 15 insertions, 13 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/} diff --git a/graphics/comix/PLIST b/graphics/comix/PLIST index 60aadbd8d7c..4558b29eda9 100644 --- a/graphics/comix/PLIST +++ b/graphics/comix/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2006/08/25 16:00:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/10/07 18:35:12 wiz Exp $ bin/comicthumb bin/comix -man/man1/comicthumb.1.gz +man/man1/comicthumb.1 man/man1/comix.1 share/applications/comix.desktop share/icons/hicolor/48x48/apps/comix.png @@ -23,7 +23,7 @@ share/pixmaps/comix.png share/pixmaps/comix/cbr.png share/pixmaps/comix/cbt.png share/pixmaps/comix/cbz.png -share/pixmaps/comix/double_page.png +share/pixmaps/comix/double-page.png share/pixmaps/comix/fitheight.png share/pixmaps/comix/fitnone.png share/pixmaps/comix/fitscreen.png @@ -40,14 +40,16 @@ share/pixmaps/comix/rotate-270.png share/pixmaps/comix/rotate-90-jpeg.png share/pixmaps/comix/rotate-90.png share/pixmaps/comix/silk-bookmarks.png +share/pixmaps/comix/silk-colour-adjust.png share/pixmaps/comix/silk-desaturate.png -share/pixmaps/comix/silk-edit_bookmarks.png -share/pixmaps/comix/silk-file_operations.png +share/pixmaps/comix/silk-edit-bookmarks.png +share/pixmaps/comix/silk-file-operations.png +share/pixmaps/comix/silk-library-add.png share/pixmaps/comix/silk-library.png -share/pixmaps/comix/silk-library_add.png -share/pixmaps/comix/silk-recent_files.png +share/pixmaps/comix/silk-recent-files.png share/pixmaps/comix/silk-slideshow.png share/pixmaps/comix/silk-thumbnails.png +share/pixmaps/comix/silk-toolbars.png share/pixmaps/comix/silk-transform.png share/pixmaps/comix/silk-view.png share/pixmaps/comix/silk-zoom.png diff --git a/graphics/comix/distinfo b/graphics/comix/distinfo index d83a1260918..a9ef61bac25 100644 --- a/graphics/comix/distinfo +++ b/graphics/comix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/09/03 10:24:55 wiz Exp $ +$NetBSD: distinfo,v 1.5 2006/10/07 18:35:12 wiz Exp $ -SHA1 (comix-3.5.1.tar.gz) = e443ff544a7e39b8a7e2d05954a1b56aa0f52b68 -RMD160 (comix-3.5.1.tar.gz) = d457bd95f875c5fe3e5177a5be145aac4ab1c004 -Size (comix-3.5.1.tar.gz) = 310502 bytes +SHA1 (comix-3.6.tar.gz) = ad408e616cae82f0ecc6ea07d50c70845952de3b +RMD160 (comix-3.6.tar.gz) = d609b67f423bccfb3e25e9c0eac17531f7ce3a97 +Size (comix-3.6.tar.gz) = 322947 bytes |