Update to 3.3:

Comix 3.3

    - Added a slideshow feature.

    - Added RGB colour histogram to the properties dialog. More data will be
    added in future versions.

    - Added a Catalan translation by Carles Escrig.

    - Rewrote install.py from scratch.

    - Fixed a bug that caused compressed tar archives to be presented as
    plain tar archives.

    - Fixed a bug that could cause invalid page numbers in bookmarks when
    re-adding an already present bookmark.

    - Some minor changes.
This commit is contained in:
Thomas Klausner 2006-07-05 20:02:22 +00:00
parent 94c94c7d50
commit c8f9bc9494
3 changed files with 15 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2006/07/04 20:09:20 thomasklausner Exp $
# $NetBSD: Makefile,v 1.3 2006/07/05 20:02:22 thomasklausner Exp $
#
DISTNAME= comix-3.2.1
DISTNAME= comix-3.3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2006/07/04 20:09:20 thomasklausner Exp $
@comment $NetBSD: PLIST,v 1.3 2006/07/05 20:02:24 thomasklausner Exp $
bin/comicthumb
bin/comix
man/man1/comicthumb.1.gz
@ -6,6 +6,7 @@ man/man1/comix.1
share/applications/comix.desktop
share/icons/hicolor/48x48/apps/comix.png
share/icons/hicolor/scalable/apps/comix.svg
share/locale/ca/LC_MESSAGES/comix.mo
share/locale/de/LC_MESSAGES/comix.mo
share/locale/el/LC_MESSAGES/comix.mo
share/locale/es/LC_MESSAGES/comix.mo
@ -16,15 +17,17 @@ 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/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/flip-horizontal.png
share/pixmaps/comix/flip-vertical.png
share/pixmaps/comix/library.png
share/pixmaps/comix/library_add.png
share/pixmaps/comix/stock-flip-horizontal-16.png
share/pixmaps/comix/stock-flip-vertical-16.png
share/pixmaps/comix/stock-rotate-180-16.png
share/pixmaps/comix/stock-rotate-270-16.png
share/pixmaps/comix/stock-rotate-90-16.png
share/pixmaps/comix/rotate-180.png
share/pixmaps/comix/rotate-270.png
share/pixmaps/comix/rotate-90.png
share/pixmaps/comix/slideshow.png
@dirrm share/pixmaps/comix

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2006/07/04 20:09:20 thomasklausner Exp $
$NetBSD: distinfo,v 1.3 2006/07/05 20:02:26 thomasklausner Exp $
SHA1 (comix-3.2.1.tar.gz) = d8cbf5485b26eb535ca47ada3dd2c0d6d3c61f4b
RMD160 (comix-3.2.1.tar.gz) = a2aa362f166d13206f72c1713d08e935b5e6f355
Size (comix-3.2.1.tar.gz) = 252572 bytes
SHA1 (comix-3.3.tar.gz) = 9e324c99046709247e6282d5a37040e88ecdb0f7
RMD160 (comix-3.3.tar.gz) = 489d888a909f537f612f79bce10712f4fb746536
Size (comix-3.3.tar.gz) = 268245 bytes