[Lunar-commits] <moonbase> qzion: initial import. A hard depends for qedje.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Jan 25 19:52:10 CET 2009
commit 8afac508e0f9fa3c283d6cafe3d1768e8cc5f0f0
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Jan 25 13:52:10 2009 -0500
qzion: initial import. A hard depends for qedje.
---
qt4-apps/qzion/BUILD | 9 +++++++++
qt4-apps/qzion/DEPENDS | 1 +
qt4-apps/qzion/DETAILS | 24 ++++++++++++++++++++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/qt4-apps/qzion/BUILD b/qt4-apps/qzion/BUILD
new file mode 100644
index 0000000..4cf7de4
--- /dev/null
+++ b/qt4-apps/qzion/BUILD
@@ -0,0 +1,9 @@
+(
+
+ . /etc/profile.d/qt4.rc &&
+
+ qmake -unix PREFIX=$MODULE_PREFIX &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qzion/DEPENDS b/qt4-apps/qzion/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/qt4-apps/qzion/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/qt4-apps/qzion/DETAILS b/qt4-apps/qzion/DETAILS
new file mode 100644
index 0000000..517acc6
--- /dev/null
+++ b/qt4-apps/qzion/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=qzion
+ VERSION=0.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://dev.openbossa.org/qedje/downloads/source/$MODULE/
+ SOURCE_VFY=sha1:13ab37280c9b8c92f560e3c447c3fd2caa92ef8a
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://dev.openbossa.org/trac/qedje/
+ ENTERED=20090125
+ UPDATED=20090125
+ SHORT="canvas abstraction for QEdje"
+
+cat << EOF
+QZion is a canvas abstraction used by and made for QEdje. As it is an
+abstraction, different implementations can exist, making it possible to
+optimize QEdje for different platforms/devices.
+
+Currently an implementation, based on KGameCanvas (from libkdegames)
+exists, but work is being done on providing an implementation using QT's
+QGraphicsView.
+
+The KGameCanvas-based implementation is very lightweight and works relatively
+well on embedded devices, where QGraphicsView is currently slow and not
+yet optimized for.
+EOF
More information about the Lunar-commits
mailing list