pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/comix Update to 3.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d28925ffc2f9
branches: trunk
changeset: 517154:d28925ffc2f9
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Aug 05 17:56:39 2006 +0000
description:
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:
graphics/comix/Makefile | 4 ++--
graphics/comix/PLIST | 12 +++++++++++-
graphics/comix/distinfo | 8 ++++----
3 files changed, 17 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r ccf51fa2eae7 -r d28925ffc2f9 graphics/comix/Makefile
--- a/graphics/comix/Makefile Sat Aug 05 17:48:18 2006 +0000
+++ b/graphics/comix/Makefile Sat Aug 05 17:56:39 2006 +0000
@@ -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 -r ccf51fa2eae7 -r d28925ffc2f9 graphics/comix/PLIST
--- a/graphics/comix/PLIST Sat Aug 05 17:48:18 2006 +0000
+++ b/graphics/comix/PLIST Sat Aug 05 17:56:39 2006 +0000
@@ -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/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 -r ccf51fa2eae7 -r d28925ffc2f9 graphics/comix/distinfo
--- a/graphics/comix/distinfo Sat Aug 05 17:48:18 2006 +0000
+++ b/graphics/comix/distinfo Sat Aug 05 17:56:39 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index