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/Makefile | |
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/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 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/} |