[Lunar-commits] r24698 - in moonbase/trunk/graphics: . libggi libggigcp libggimisc libggiwmh libgii libgiigic
Dennis Veatch
stumbles at lunar-linux.org
Tue Jun 5 13:39:53 CEST 2007
Author: stumbles
Date: 2007-06-05 13:39:53 +0200 (Tue, 05 Jun 2007)
New Revision: 24698
Added:
moonbase/trunk/graphics/libggi/
moonbase/trunk/graphics/libggi/DEPENDS
moonbase/trunk/graphics/libggi/DETAILS
moonbase/trunk/graphics/libggigcp/
moonbase/trunk/graphics/libggigcp/DEPENDS
moonbase/trunk/graphics/libggigcp/DETAILS
moonbase/trunk/graphics/libggimisc/
moonbase/trunk/graphics/libggimisc/DEPENDS
moonbase/trunk/graphics/libggimisc/DETAILS
moonbase/trunk/graphics/libggiwmh/
moonbase/trunk/graphics/libggiwmh/DEPENDS
moonbase/trunk/graphics/libggiwmh/DETAILS
moonbase/trunk/graphics/libgii/
moonbase/trunk/graphics/libgii/DETAILS
moonbase/trunk/graphics/libgiigic/
moonbase/trunk/graphics/libgiigic/DEPENDS
moonbase/trunk/graphics/libgiigic/DETAILS
Log:
Initial import providing General Graphics Interface
support for applications like SDL, MPlayer and
xmame.
Added: moonbase/trunk/graphics/libggi/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libggi/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/libggi/DEPENDS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1 @@
+depends libgii
Added: moonbase/trunk/graphics/libggi/DETAILS
===================================================================
--- moonbase/trunk/graphics/libggi/DETAILS (rev 0)
+++ moonbase/trunk/graphics/libggi/DETAILS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1,16 @@
+ MODULE=libggi
+ VERSION=2.2.2
+ SOURCE=$MODULE-$VERSION.src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ggi
+ SOURCE_VFY=sha1:aa439b21fb040b5b52ae18099a0c3cb02e50110f
+ WEB_SITE=http://www.ggi-project.org/index.html
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="General Graphics Interface"
+
+cat << EOF
+LibGGI, the dynamic GGI (General Graphics Interface) library is a flexible
+drawing library.
+
+It provides an opaque interface to the display's acceleration functions.
+EOF
Added: moonbase/trunk/graphics/libggigcp/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libggigcp/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/libggigcp/DEPENDS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1 @@
+depends libggi
Added: moonbase/trunk/graphics/libggigcp/DETAILS
===================================================================
--- moonbase/trunk/graphics/libggigcp/DETAILS (rev 0)
+++ moonbase/trunk/graphics/libggigcp/DETAILS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1,16 @@
+ MODULE=libggigcp
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ggi
+ SOURCE_VFY=sha1:4e36a901d1f740cce04939cbdeb7c6272abfa1f8
+ WEB_SITE=http://www.ggi-project.org/index.html
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="generic color and palette management"
+
+cat << EOF
+LibGGIGCP is a generic color and palette management extension. It supports
+conversion between different color spaces such as RGBA, YUV, HSV and CMYK.
+Furthermore it supports a generic color-blending, which can also be used
+for transluency effects.
+EOF
Added: moonbase/trunk/graphics/libggimisc/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libggimisc/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/libggimisc/DEPENDS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1 @@
+depends libggi
Added: moonbase/trunk/graphics/libggimisc/DETAILS
===================================================================
--- moonbase/trunk/graphics/libggimisc/DETAILS (rev 0)
+++ moonbase/trunk/graphics/libggimisc/DETAILS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1,18 @@
+ MODULE=libggimisc
+ VERSION=2.2.2
+ SOURCE=$MODULE-$VERSION.src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ggi
+ SOURCE_VFY=sha1:2c93b1a219c10ddf318d658ab73ac02de515ee80
+ WEB_SITE=http://www.ggi-project.org/index.html
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="support for graphics target features"
+
+cat << EOF
+LibGGIMisc is a place to put support for graphics target features
+which are not deserving their own special extensions. Right
+now this means basically some VGA adaptor features --
+getting and waiting for the raster position, using a hardware
+horizontal splitline feature, and loading/unloading font data
+from hardware text modes.
+EOF
Added: moonbase/trunk/graphics/libggiwmh/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libggiwmh/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/libggiwmh/DEPENDS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1 @@
+depends libggi
Added: moonbase/trunk/graphics/libggiwmh/DETAILS
===================================================================
--- moonbase/trunk/graphics/libggiwmh/DETAILS (rev 0)
+++ moonbase/trunk/graphics/libggiwmh/DETAILS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1,15 @@
+ MODULE=libggiwmh
+ VERSION=0.3.2
+ SOURCE=$MODULE-$VERSION.src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ggi
+ SOURCE_VFY=sha1:7b334358f375943f511a3208347f05e268545192
+ WEB_SITE=http://www.ggi-project.org/index.html
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="extension for GGI targets"
+
+cat << EOF
+LibGGIWMH is an extension for GGI targets that are window system
+based to allow access to things like setting the title bar, resizing,
+etc..
+EOF
Added: moonbase/trunk/graphics/libgii/DETAILS
===================================================================
--- moonbase/trunk/graphics/libgii/DETAILS (rev 0)
+++ moonbase/trunk/graphics/libgii/DETAILS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1,21 @@
+ MODULE=libgii
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ggi
+ SOURCE_VFY=sha1:5ee0cd4a5652df85d68303ace41b88df825a6ea0
+ WEB_SITE=http://www.ggi-project.org/index.html
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="General Input Interface"
+
+cat << EOF
+LibGII (General Input Interface) is intended to be to input what our LibGGI
+(General Graphics Interface) library is to graphics.
+
+LibGII is based on the concept of input streams, which virtualize access
+to the underlying input drivers. Events from various input devices are
+abstracted into easy-to-use structures. LibGII also allows the application to
+join streams together, receiving input from an arbitrary combination of
+devices. LibGII is a separate component from LibGGI, although LibGGI
+depends on LibGII for input purposes.
+EOF
Added: moonbase/trunk/graphics/libgiigic/DEPENDS
===================================================================
--- moonbase/trunk/graphics/libgiigic/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/libgiigic/DEPENDS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1 @@
+depends libgii
Added: moonbase/trunk/graphics/libgiigic/DETAILS
===================================================================
--- moonbase/trunk/graphics/libgiigic/DETAILS (rev 0)
+++ moonbase/trunk/graphics/libgiigic/DETAILS 2007-06-05 11:39:53 UTC (rev 24698)
@@ -0,0 +1,15 @@
+ MODULE=libgiigic
+ VERSION=1.1.2
+ SOURCE=$MODULE-$VERSION.src.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ggi
+ SOURCE_VFY=sha1:dd53d87cc575b8eb2d3227732464690abc06a388
+ WEB_SITE=http://www.ggi-project.org/index.html
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="flexible input mapping system"
+
+cat << EOF
+LibGIIGIC is intended to help the game developer with a flexible input
+mapping system which enables the user to easily adjust the bindings between
+game actions and the input device movements.
+EOF
More information about the Lunar-commits
mailing list