diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-25 16:00:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-25 16:00:07 +0000 |
commit | d0f62f9193ec4d663fd86fde2f68ab78b5ce1270 (patch) | |
tree | e8514beab5ffbf6e1700ef469e0203de1c56089c /graphics/comix | |
parent | a7d9c49c6268297110260c64d3ea4f078219209f (diff) | |
download | pkgsrc-d0f62f9193ec4d663fd86fde2f68ab78b5ce1270.tar.gz |
Update to 3.5:
Comix 3.5
- Added a bunch of new icons, including a new "logo".
- The magnifying lens code has been polished a bit. It is now
substantially faster so the lens should appear less choppy.
- Added horizontal and vertical lossless JPEG flip commands.
- Added a JPEG desaturation command.
- Added support for SVG, PCX, PNM, PBM, PGM, PPM, Targa and Sun raster
image files.
- Rearranged the toolbar a bit and added tooltips to it.
- When a directory is given as a command line parameter, Comix now
recursively searches for cbr, cbz and cbt files as well as image files.
- Changed install.py so that it aborts installation if the required
dependencies are not found.
- Fixed a bug that caused the space key to not scroll down when in double
page mode and manga mode and the window is wider than the pages.
- Applied a workaround for a bug(?) in WindowMaker that caused problems
when using the "fullscreen as default" preference.
- Fixed a memory leak in the magnifying lens code.
- Some internal and some minor changes.
Diffstat (limited to 'graphics/comix')
-rw-r--r-- | graphics/comix/Makefile | 4 | ||||
-rw-r--r-- | graphics/comix/PLIST | 19 | ||||
-rw-r--r-- | graphics/comix/distinfo | 8 |
3 files changed, 21 insertions, 10 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index ab1cf318895..9c36d4e6285 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/08/05 17:56:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/25 16:00:07 wiz Exp $ # -DISTNAME= comix-3.4 +DISTNAME= comix-3.5 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/} diff --git a/graphics/comix/PLIST b/graphics/comix/PLIST index 4148548a30b..60aadbd8d7c 100644 --- a/graphics/comix/PLIST +++ b/graphics/comix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/08/05 17:56:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/08/25 16:00:07 wiz Exp $ bin/comicthumb bin/comix man/man1/comicthumb.1.gz @@ -28,16 +28,27 @@ share/pixmaps/comix/fitheight.png share/pixmaps/comix/fitnone.png share/pixmaps/comix/fitscreen.png share/pixmaps/comix/fitwidth.png +share/pixmaps/comix/flip-horizontal-jpeg.png share/pixmaps/comix/flip-horizontal.png +share/pixmaps/comix/flip-vertical-jpeg.png share/pixmaps/comix/flip-vertical.png share/pixmaps/comix/lens.png -share/pixmaps/comix/library.png -share/pixmaps/comix/library_add.png share/pixmaps/comix/manga.png share/pixmaps/comix/rotate-180.png share/pixmaps/comix/rotate-270-jpeg.png share/pixmaps/comix/rotate-270.png share/pixmaps/comix/rotate-90-jpeg.png share/pixmaps/comix/rotate-90.png -share/pixmaps/comix/slideshow.png +share/pixmaps/comix/silk-bookmarks.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-library.png +share/pixmaps/comix/silk-library_add.png +share/pixmaps/comix/silk-recent_files.png +share/pixmaps/comix/silk-slideshow.png +share/pixmaps/comix/silk-thumbnails.png +share/pixmaps/comix/silk-transform.png +share/pixmaps/comix/silk-view.png +share/pixmaps/comix/silk-zoom.png @dirrm share/pixmaps/comix diff --git a/graphics/comix/distinfo b/graphics/comix/distinfo index 022fecd10b6..b4a8fe817a0 100644 --- a/graphics/comix/distinfo +++ b/graphics/comix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/08/05 17:56:39 wiz Exp $ +$NetBSD: distinfo,v 1.3 2006/08/25 16:00:07 wiz Exp $ -SHA1 (comix-3.4.tar.gz) = c771679657b1a109e035f48417e62f933a7505f6 -RMD160 (comix-3.4.tar.gz) = 0088f7fbb7e7d9357d8c81199114a22ede79e0a8 -Size (comix-3.4.tar.gz) = 296877 bytes +SHA1 (comix-3.5.tar.gz) = 0cf7cc1e7e4b92beeceb7f1ae9e2fe35f93acb44 +RMD160 (comix-3.5.tar.gz) = 1859867e5048e2b31ae3a8b9a70e01b6cab51718 +Size (comix-3.5.tar.gz) = 310394 bytes |