summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-05 17:56:39 +0000
committerwiz <wiz@pkgsrc.org>2006-08-05 17:56:39 +0000
commitcfa16ba83163861ca8da051ddee01bf7040ffac2 (patch)
treeddfd9ea2f68d31c2c2afb9c1d5d48e0ae4ff83f9 /graphics
parent249393f30a099c6c9a4bc223d2ce1374674ff317 (diff)
downloadpkgsrc-cfa16ba83163861ca8da051ddee01bf7040ffac2.tar.gz
Update to 3.4:
Comix 3.4 - Added more image data to the properties dialog. - Added a "delete image" command that can remove single images from Comix. It is currently not possible to remove image files within archives. - Added lossless JPEG rotation commands. It is currently not possible to rotate image files within archives. The `jpegtran` program (part of the jpeg library) must be present for this to work. Comix can still run as normal without `jpegtran`, but then without the new JPEG rotation capabilities. - Changed the buttons in the toolbar. - Improved the space key smart scrolling mode so that it automatically performs all the sideways scrolling as well. - Added a preference to set the magnitude of the space key scroll in percentages of either the window size or the page size. - Added a Traditional Chinese translation by Hsin-Lin Cheng. - Comments are now displayed using a monospaced font. - Comments can now be dragged around with the mouse just like an image. - Directories can now be given as command line parameters as well as files. If a directory is given it will be recursed into and the first image file found will be loaded. - Improved cover guessing of comicthumb and the library a bit. - Handling of files that have filenames encoded with the wrong character encoding is now more sturdy. - Fixed a bug that could cause outdated thumbnails to be left in the ~/.comix/menu_thumbnails/ directory when running multiple instances of Comix at the same time. - Applied a workaround for a bug(?) in WindowMaker that caused the "Open dialog" to be invisible while in fullscreen mode when using WindowMaker. The same problem applies to the library window, but there is no workaround for that in place currently. - Fixed a bug that could cause no images to be displayed when turning double page mode off, then on again and flipping to the next couple of pages in that order. - Some minor changes.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/comix/Makefile4
-rw-r--r--graphics/comix/PLIST12
-rw-r--r--graphics/comix/distinfo8
3 files changed, 17 insertions, 7 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile
index cc52f3a187b..ab1cf318895 100644
--- a/graphics/comix/Makefile
+++ b/graphics/comix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/06 20:36:02 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/05 17:56:39 wiz Exp $
#
-DISTNAME= comix-3.3
+DISTNAME= comix-3.4
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/}
diff --git a/graphics/comix/PLIST b/graphics/comix/PLIST
index 32c4fe83355..4148548a30b 100644
--- a/graphics/comix/PLIST
+++ b/graphics/comix/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/06 20:36:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/08/05 17:56:39 wiz Exp $
bin/comicthumb
bin/comix
man/man1/comicthumb.1.gz
@@ -17,17 +17,27 @@ share/locale/pl/LC_MESSAGES/comix.mo
share/locale/pt_BR/LC_MESSAGES/comix.mo
share/locale/sv/LC_MESSAGES/comix.mo
share/locale/zh_CN/LC_MESSAGES/comix.mo
+share/locale/zh_TW/LC_MESSAGES/comix.mo
share/mime/packages/comix.xml
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/fitheight.png
+share/pixmaps/comix/fitnone.png
+share/pixmaps/comix/fitscreen.png
+share/pixmaps/comix/fitwidth.png
share/pixmaps/comix/flip-horizontal.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
@dirrm share/pixmaps/comix
diff --git a/graphics/comix/distinfo b/graphics/comix/distinfo
index 4176225a227..022fecd10b6 100644
--- a/graphics/comix/distinfo
+++ b/graphics/comix/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/07/06 20:36:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/08/05 17:56:39 wiz Exp $
-SHA1 (comix-3.3.tar.gz) = 9e324c99046709247e6282d5a37040e88ecdb0f7
-RMD160 (comix-3.3.tar.gz) = 489d888a909f537f612f79bce10712f4fb746536
-Size (comix-3.3.tar.gz) = 268245 bytes
+SHA1 (comix-3.4.tar.gz) = c771679657b1a109e035f48417e62f933a7505f6
+RMD160 (comix-3.4.tar.gz) = 0088f7fbb7e7d9357d8c81199114a22ede79e0a8
+Size (comix-3.4.tar.gz) = 296877 bytes