Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2a1fc9705243055f04a2b82a19ffe20802651bb0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2a1fc9705243055f04a2b82a19ffe20802651bb0)
  • Date: Tue, 5 Feb 2008 21:24:37 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
python-pypi/mirage/DEPENDS | 1 +
python-pypi/mirage/DETAILS | 26 ++++++++++++++++++++++++++
python-pypi/mirage/HISTORY | 3 +++
4 files changed, 31 insertions(+)

New commits:
commit 2a1fc9705243055f04a2b82a19ffe20802651bb0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mirage: new spell, fast and simple GTK+ image viewer, based on work of
Jose Iria <jose.iria AT gmail.com>, bug #14279

diff --git a/ChangeLog b/ChangeLog
index 572bdbb..960e6f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-02-06 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/zsi: python lib that provides an implementation of SOAP
* python-pypi/py-libmpdclient: client library for MPD, written in
Python
+ * python-pypi/mirage: new spell, fast and simple GTK+ image viewer

2008-02-05 Vlad Glagolev <stealth AT sourcemage.org>
* devel/geanylua: new spell, Lua scripting plugin for the Geany IDE
diff --git a/python-pypi/mirage/DEPENDS b/python-pypi/mirage/DEPENDS
new file mode 100755
index 0000000..40618e7
--- /dev/null
+++ b/python-pypi/mirage/DEPENDS
@@ -0,0 +1 @@
+depends pygtk2
diff --git a/python-pypi/mirage/DETAILS b/python-pypi/mirage/DETAILS
new file mode 100755
index 0000000..b1d4512
--- /dev/null
+++ b/python-pypi/mirage/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=mirage
+ VERSION=0.9.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://download.berlios.de/${SPELL}iv/$SOURCE
+
SOURCE_HASH=sha512:eb7f7b188399e7acae410df4816c5601f9fd271fe593ecad3db9f09621b7b4c88e26623c826f1fbb67dc493f60ef021a9a26d5014ccc812e2fcc4fb9d0f39a9a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://mirageiv.berlios.de/
+ LICENSE[0]=GPL
+ ENTERED=20071218
+ SHORT="Mirage is a fast and simple GTK+ image viewer"
+cat << EOF
+Mirage is a fast and simple GTK+ image viewer. Because it depends only on
+PyGTK, Mirage is ideal for users who wish to keep their computers lean
+while still having a clean image viewer.
+
+Features:
+- Supports png, jpg, svg, xpm, gif, bmp, tiff, and others
+- Cycling through multiple images (with preloading)
+- Thumbnail pane for quick navigation
+- Slideshow and fullscreen modes
+- Rotating, zooming, flipping, resizing, cropping
+- Saving, deleting, renaming
+- Custom actions
+- Command-line access
+- Configurable interface
+EOF
diff --git a/python-pypi/mirage/HISTORY b/python-pypi/mirage/HISTORY
new file mode 100644
index 0000000..32e34f5
--- /dev/null
+++ b/python-pypi/mirage/HISTORY
@@ -0,0 +1,3 @@
+2008-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created, based on work of
+ Jose Iria <jose.iria AT gmail.com>



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2a1fc9705243055f04a2b82a19ffe20802651bb0), Vlad Glagolev, 02/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page