diff options
author | Jože Zobec <jozze.zepl@gmail.com> | 2012-12-20 12:22:49 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-20 12:23:04 +0100 |
commit | 345e3708999abdf98c8deb2c8ff6de49a5a4a81e (patch) | |
tree | bfaa25336b7a52cf6cc3a6f69630491286bf9684 /graphics/mcomix/README | |
parent | e524edc30cdab8b8cca5a3265c171c2d8ef941f6 (diff) | |
download | slackbuilds-345e3708999abdf98c8deb2c8ff6de49a5a4a81e.tar.gz |
graphics/mcomix: Added (comic book viewer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/mcomix/README')
-rw-r--r-- | graphics/mcomix/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/mcomix/README b/graphics/mcomix/README new file mode 100644 index 0000000000..e0a1b82185 --- /dev/null +++ b/graphics/mcomix/README @@ -0,0 +1,20 @@ +MComix - user-friendly, customizable image viewer for comic books + +MComix is a user-friendly, customizable image viewer. It is specifically +designed to handle comic books, but also serves as a generic viewer. It +reads images in ZIP, RAR, 7Zip or tar archives as well as plain image files. It +is written in Python and uses GTK+ through the PyGTK bindings. + +MComix is a fork of the Comix project, and aims to add bug fixes and stability +improvements after Comix development came to a halt in late 2009. + +OPTIONAL DEPENDENCIES: +You also need either the "unrar" or the "rar" program installed if you wish +to read RAR (.cbr) archives. + +Alternatively, MComix can be built over the optional dependency libunrar +from Rarlab. + +To read 7Zip archives, you need to have the "7z" program installed. Likewise, +"lha" is needed to open LHA/LZA archives. Note that "7z" can be used as +substitute for both "unrar" and "lha". |