[Lunar-commits] <moonbase> comix: an image viewer with support for viewing images in archives; new module :)
Duncan Gibson
engelsman at lunar-linux.org
Mon Oct 20 22:58:49 CEST 2008
commit 4edd1b047f8e91745310884beb424bb8242a48d3
Author: Valentin Ochs <apo at apo2k4.ath.cx>
Date: Mon Oct 20 22:58:49 2008 +0200
comix: an image viewer with support for viewing images in archives; new module :)
---
zbeta/comix/BUILD | 5 +++++
zbeta/comix/DEPENDS | 3 +++
zbeta/comix/DETAILS | 41 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/zbeta/comix/BUILD b/zbeta/comix/BUILD
new file mode 100644
index 0000000..6ec5850
--- /dev/null
+++ b/zbeta/comix/BUILD
@@ -0,0 +1,5 @@
+(
+ prepare_install && \
+ python install.py install
+) > $C_FIFO 2>&1
+
diff --git a/zbeta/comix/DEPENDS b/zbeta/comix/DEPENDS
new file mode 100644
index 0000000..e091638
--- /dev/null
+++ b/zbeta/comix/DEPENDS
@@ -0,0 +1,3 @@
+depends pygtk
+depends pil
+optional_depends "unrar" "" "" "for opening RAR archives"
diff --git a/zbeta/comix/DETAILS b/zbeta/comix/DETAILS
new file mode 100644
index 0000000..0276d07
--- /dev/null
+++ b/zbeta/comix/DETAILS
@@ -0,0 +1,41 @@
+ MODULE=comix
+ VERSION=3.6.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:08966760008d68ef23a132283e43c8457983daca
+ WEB_SITE=http://comix.sourceforge.net/
+ ENTERED=20080801
+ UPDATED=20080801
+ SHORT="GTK Comic Book Viewer"
+cat << EOF
+Comix is a comic book viewer. It reads zip, rar, tar, tar.gz and
+tar.bz2 archives (often called .cbz, .cbr and .cbt) as well as
+normal image files. It is written in Python and has a simple user
+interface using PyGTK.
+.
+Main Features:
+.
+ * Fullscreen mode.
+ * Double page mode.
+ * Fit-to-screen mode.
+ * Zooming and scrolling.
+ * Rotation and mirroring.
+ * Magnification lens.
+ * Changeable image scaling quality.
+ * Image enhancement.
+ * Can read right-to-left to fit manga etc.
+ * Caching for faster page flipping.
+ * Bookmarks support.
+ * Customizable GUI.
+ * Archive comments support.
+ * Archive converter.
+ * Thumbnail browser.
+ * Standards compliant.
+ * Translated to English, Swedish, Simplified Chinese, Spanish,
+ Brazilian Portuguese and German.
+ * Reads the JPEG, PNG, TIFF, GIF, BMP, ICO, XPM and XBM image formats.
+ * Reads ZIP and tar archives natively, and RAR archives through the unrar
+ program.
+ * Runs on Linux, FreeBSD, NetBSD and virtually any other UNIX-like OS.
+ * More!
+
More information about the Lunar-commits
mailing list