Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (d383987dccc8f96f9aec165a0eb5a4cec886ef77)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (d383987dccc8f96f9aec165a0eb5a4cec886ef77)
  • Date: Sat, 21 Oct 2006 10:51:10 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

ChangeLog | 3 ++-
beryl/MAINTAINER | 1 -
beryl/beryl-core/BUILD | 10 ----------
beryl/beryl-core/DEPENDS | 25 -------------------------
beryl/beryl-core/DETAILS | 15 ---------------
beryl/beryl-core/HISTORY | 24 ------------------------
beryl/beryl-core/PREPARE | 2 --
beryl/beryl-core/PRE_BUILD | 3 ---
beryl/beryl-plugins/DEPENDS | 7 -------
beryl/beryl-plugins/DETAILS | 15 ---------------
beryl/beryl-plugins/HISTORY | 5 -----
beryl/beryl-plugins/PRE_BUILD | 3 ---
beryl/beryl-settings/DEPENDS | 5 -----
beryl/beryl-settings/DETAILS | 12 ------------
beryl/beryl-settings/HISTORY | 5 -----
beryl/beryl-settings/PRE_BUILD | 3 ---
beryl/emerald-themes/DEPENDS | 1 -
beryl/emerald-themes/DETAILS | 13 -------------
beryl/emerald-themes/HISTORY | 11 -----------
beryl/emerald-themes/PRE_BUILD | 3 ---
beryl/emerald/DEPENDS | 18 ------------------
beryl/emerald/DETAILS | 13 -------------
beryl/emerald/HISTORY | 23 -----------------------
beryl/emerald/PRE_BUILD | 3 ---
beryl/mesalib-indirect-static/BUILD | 1 -
beryl/mesalib-indirect-static/DEPENDS | 2 --
beryl/mesalib-indirect-static/DETAILS | 29 -----------------------------
beryl/mesalib-indirect-static/HISTORY | 5 -----
beryl/mesalib-indirect-static/INSTALL | 8 --------
beryl/mesalib-indirect-static/PRE_BUILD | 18 ------------------
beryl/mesalib-indirect-static/WIP | 2 --
31 files changed, 2 insertions(+), 286 deletions(-)

New commits:
commit a80370c8c10c444b181ae29179db10e3c44752e6
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

moving Beryl spells to xorg-modular

commit bfbdd435381828aa4c87b129cd511db5520e4f10
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

nuking mesalib-indirect-static -- there's no way to build xgl, so it's
pointless

diff --git a/ChangeLog b/ChangeLog
index 2d3d9ed..7f9e5f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- * beryl/*: added beryl-related spells
+ * beryl/*: added beryl-related spells, then removed them again
+ (look for them in xorg-modular)

2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* accounts, groups: added iplog
diff --git a/beryl/MAINTAINER b/beryl/MAINTAINER
deleted file mode 100644
index 2e84fe5..0000000
--- a/beryl/MAINTAINER
+++ /dev/null
@@ -1 +0,0 @@
-Lalo Martins <lalo AT sourcemage.org>
diff --git a/beryl/beryl-core/BUILD b/beryl/beryl-core/BUILD
deleted file mode 100755
index 5a48c05..0000000
--- a/beryl/beryl-core/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-echo "building for $BERYL_XTYPE" &&
-
-if [ "$BERYL_XTYPE" == "xgl" ]; then
- OPTS="--with-gl-libs=/usr/lib/libGL-indirect/libGL.a $OPTS"
- LDFLAGS="$LDFLAGS -pthread -ldrm"
- # this avoids the need for the same hack on spells that depend on
beryl-core
- sed -i 's|Libs: .*|\0 /usr/lib/libGL-indirect/libGL.a -pthread -ldrm|'
beryl.pc.in
-fi &&
-
-default_build
diff --git a/beryl/beryl-core/DEPENDS b/beryl/beryl-core/DEPENDS
deleted file mode 100755
index bbd5383..0000000
--- a/beryl/beryl-core/DEPENDS
+++ /dev/null
@@ -1,25 +0,0 @@
-depends "subversion" &&
-depends "autoconf" &&
-depends "automake" &&
-depends "cairo" &&
-depends "libpng" &&
-depends "libxdamage" &&
-depends "libxcomposite" &&
-depends "libxfixes" &&
-depends "libxrandr" &&
-depends "libice" &&
-depends "libsm" &&
-depends "libxcursor" &&
-depends "libxext" &&
-depends "libxi" &&
-depends "libxinerama" &&
-depends "libxrender" &&
-depends "libdrm" &&
-depends "startup-notification" &&
-if [ "$BERYL_XTYPE" == "xgl" ]; then
- depends "mesalib-indirect-static"
-fi &&
-depends "OPENGL" &&
-depends "libwnck" &&
-depends "pango" &&
-depends "dbus"
diff --git a/beryl/beryl-core/DETAILS b/beryl/beryl-core/DETAILS
deleted file mode 100755
index 4e11109..0000000
--- a/beryl/beryl-core/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=beryl-core
- VERSION=0.1.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
- SOURCE_IGNORE=volatile
- WEB_SITE=http://www.beryl-project.org/
- ENTERED=20060724
- LICENSE[0]=GPL
- SHORT="OpenGL composition manager"
-cat << EOF
-Beryl provides support for compositing X windows using OpenGL. This allows
-clients to modify what is drawn to the screen before it happens and for this
-to be hardware accelerated.
-EOF
\ No newline at end of file
diff --git a/beryl/beryl-core/HISTORY b/beryl/beryl-core/HISTORY
deleted file mode 100644
index ee9a896..0000000
--- a/beryl/beryl-core/HISTORY
+++ /dev/null
@@ -1,24 +0,0 @@
-2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- DETAILS, DEPENDS, PRE_BUILD, PREPARE, BUILD: rename for beryl,
- and new release
-
-2006-09-17 Lalo Martins <lalo AT sourcemage.org>
- DETAILS: new release
-
-2006-08-13 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-12 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-11 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-04 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-07-29 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: upstream tarball changed (???)
-
-2006-07-23 Lalo Martins <lalo.martins AT gmail.com>
- DEPENDS, DETAILS, BUILD, HISTORY: created this spell
diff --git a/beryl/beryl-core/PREPARE b/beryl/beryl-core/PREPARE
deleted file mode 100755
index bd68741..0000000
--- a/beryl/beryl-core/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query_list BERYL_XTYPE "Which indirect acceleration will you use?" \
- aiglx xgl
diff --git a/beryl/beryl-core/PRE_BUILD b/beryl/beryl-core/PRE_BUILD
deleted file mode 100755
index 2a4e7d0..0000000
--- a/beryl/beryl-core/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/beryl-plugins/DEPENDS b/beryl/beryl-plugins/DEPENDS
deleted file mode 100755
index 6580515..0000000
--- a/beryl/beryl-plugins/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-# no need to depend on subversion, as beryl-core already does
-depends "beryl-core" &&
-depends "beryl-settings" &&
-optional_depends "librsvg2" \
- "--enable-librsvg" \
- "--disable-librsvg" \
- "to load svg files on the cube top and bottom"
\ No newline at end of file
diff --git a/beryl/beryl-plugins/DETAILS b/beryl/beryl-plugins/DETAILS
deleted file mode 100755
index b00fcfa..0000000
--- a/beryl/beryl-plugins/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=beryl-plugins
- VERSION=0.1.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
- SOURCE_IGNORE=volatile
- WEB_SITE=http://www.beryl-project.org/
- ENTERED=20060724
- LICENSE[0]=GPL
- SHORT="OpenGL composition manager plugins"
-cat << EOF
-Beryl provides support for compositing X windows using OpenGL. This allows
-clients to modify what is drawn to the screen before it happens and for this
-to be hardware accelerated.
-EOF
\ No newline at end of file
diff --git a/beryl/beryl-plugins/HISTORY b/beryl/beryl-plugins/HISTORY
deleted file mode 100644
index b376047..0000000
--- a/beryl/beryl-plugins/HISTORY
+++ /dev/null
@@ -1,5 +0,0 @@
-2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- DETAILS, DEPENDS, PRE_BUILD: rename for beryl, and new release
-
-2006-09-17 Lalo Martins <lalo AT sourcemage.org>
- DEPENDS, DETAILS, HISTORY: created this spell
diff --git a/beryl/beryl-plugins/PRE_BUILD b/beryl/beryl-plugins/PRE_BUILD
deleted file mode 100755
index 2a4e7d0..0000000
--- a/beryl/beryl-plugins/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/beryl-settings/DEPENDS b/beryl/beryl-settings/DEPENDS
deleted file mode 100755
index 5c5c520..0000000
--- a/beryl/beryl-settings/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-# no need to depend on subversion, as beryl-core already does
-depends "gtk+2" &&
-depends "beryl-core" &&
-depends "intltool" &&
-depends "dbus-glib"
\ No newline at end of file
diff --git a/beryl/beryl-settings/DETAILS b/beryl/beryl-settings/DETAILS
deleted file mode 100755
index fd3b88a..0000000
--- a/beryl/beryl-settings/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- SPELL=beryl-settings
- VERSION=0.1.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
- SOURCE_IGNORE=volatile
- WEB_SITE=http://www.beryl-project.org/
- LICENSE[0]=GPL
- SHORT="Beryl Settings Manager"
-cat << EOF
-Beryl Settings Manager maintains and edits your Beryl settings
-EOF
diff --git a/beryl/beryl-settings/HISTORY b/beryl/beryl-settings/HISTORY
deleted file mode 100644
index ff6f98f..0000000
--- a/beryl/beryl-settings/HISTORY
+++ /dev/null
@@ -1,5 +0,0 @@
-2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- DETAILS, DEPENDS, PRE_BUILD: rename for beryl, and new release
-
-2006-09-17 Lalo Martins <lalo AT sourcemage.org>
- * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/beryl/beryl-settings/PRE_BUILD b/beryl/beryl-settings/PRE_BUILD
deleted file mode 100755
index 2a4e7d0..0000000
--- a/beryl/beryl-settings/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/emerald-themes/DEPENDS b/beryl/emerald-themes/DEPENDS
deleted file mode 100755
index 973e3b8..0000000
--- a/beryl/emerald-themes/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends "emerald"
diff --git a/beryl/emerald-themes/DETAILS b/beryl/emerald-themes/DETAILS
deleted file mode 100755
index 932c4d7..0000000
--- a/beryl/emerald-themes/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- SPELL=emerald-themes
- VERSION=0.1.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
- SOURCE_IGNORE=volatile
- WEB_SITE=http://www.beryl-project.org/
- ENTERED=20060804
- LICENSE[0]=GPL
- SHORT="Themes for Beryl's window decorator"
-cat << EOF
-A set of community-written themes for Beryl's window decorator
-EOF
\ No newline at end of file
diff --git a/beryl/emerald-themes/HISTORY b/beryl/emerald-themes/HISTORY
deleted file mode 100644
index 2f1d877..0000000
--- a/beryl/emerald-themes/HISTORY
+++ /dev/null
@@ -1,11 +0,0 @@
-2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- DETAILS, DEPENDS, PRE_BUILD: rename for emerald, and new release
-
-2006-09-17 Lalo Martins <lalo AT sourcemage.org>
- DETAILS: new release
-
-2006-08-11 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-04 Lalo Martins <lalo.martins AT gmail.com>
- DEPENDS, DETAILS, HISTORY: created this spell
diff --git a/beryl/emerald-themes/PRE_BUILD b/beryl/emerald-themes/PRE_BUILD
deleted file mode 100755
index 2a4e7d0..0000000
--- a/beryl/emerald-themes/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/emerald/DEPENDS b/beryl/emerald/DEPENDS
deleted file mode 100755
index f2c278f..0000000
--- a/beryl/emerald/DEPENDS
+++ /dev/null
@@ -1,18 +0,0 @@
-depends "gtk+2" &&
-depends "cairo" &&
-depends "dbus" &&
-depends "OPENGL" &&
-depends "libice" &&
-depends "pango" &&
-depends "libpng" &&
-depends "libsm" &&
-depends "startup-notification" &&
-depends "libwnck" &&
-depends "libxdamage" &&
-depends "libxcomposite" &&
-depends "libxfixes" &&
-depends "libxrandr" &&
-depends "libxinerama" &&
-depends "libxrender" &&
-depends "libdrm" &&
-depends "beryl-core"
diff --git a/beryl/emerald/DETAILS b/beryl/emerald/DETAILS
deleted file mode 100755
index 7504ef7..0000000
--- a/beryl/emerald/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- SPELL=emerald
- VERSION=0.1.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
- SOURCE_IGNORE=volatile
- WEB_SITE=http://www.beryl-project.org/
- ENTERED=20060724
- LICENSE[0]=GPL
- SHORT="Window Decorator for Beryl"
-cat << EOF
-A themeable window decorator for Beryl, compatible with any desktop
environment
-EOF
\ No newline at end of file
diff --git a/beryl/emerald/HISTORY b/beryl/emerald/HISTORY
deleted file mode 100644
index b7b1aac..0000000
--- a/beryl/emerald/HISTORY
+++ /dev/null
@@ -1,23 +0,0 @@
-2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- DETAILS, DEPENDS, PRE_BUILD: rename for emerald, and new release
-
-2006-09-17 Lalo Martins <lalo AT sourcemage.org>
- DETAILS: new release
-
-2006-08-13 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-12 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-11 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-08-04 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-07-29 Lalo Martins <lalo.martins AT gmail.com>
- DETAILS: new release
-
-2006-05-26 Lalo Martins <lalo.martins AT gmail.com>
- DEPENDS, DETAILS, HISTORY: created this spell
diff --git a/beryl/emerald/PRE_BUILD b/beryl/emerald/PRE_BUILD
deleted file mode 100755
index 2a4e7d0..0000000
--- a/beryl/emerald/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/mesalib-indirect-static/BUILD
b/beryl/mesalib-indirect-static/BUILD
deleted file mode 100755
index 6117abc..0000000
--- a/beryl/mesalib-indirect-static/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make linux-indirect
diff --git a/beryl/mesalib-indirect-static/DEPENDS
b/beryl/mesalib-indirect-static/DEPENDS
deleted file mode 100755
index c9de6cb..0000000
--- a/beryl/mesalib-indirect-static/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libdrm &&
-depends X11-UTILS
diff --git a/beryl/mesalib-indirect-static/DETAILS
b/beryl/mesalib-indirect-static/DETAILS
deleted file mode 100755
index 281e0d4..0000000
--- a/beryl/mesalib-indirect-static/DETAILS
+++ /dev/null
@@ -1,29 +0,0 @@
- SPELL=mesalib-indirect-static
- VERSION=6.5.1
- SOURCE=MesaLib-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Mesa-${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/mesa3d/${SOURCE}
-
SOURCE_HASH=sha512:b2322384d16656b73b98690fef9f06ca554b0321da377b3b92599b551a33ff0be7b5144eef296f231f6c04934c3cb095b365fb5cf3548e2ad2e6ede85de978d8
- WEB_SITE=http://mesa3d.sourceforge.net/
- ENTERED=20060722
- LICENSE[0]=GPL
- KEYWORDS="graphics libs"
- SHORT="Mesa library -- static build for indirect rendering"
-cat << EOF
-This is a static build of mesalib, for applications that need
-indirect rendering primitives on top of the real, underlying OpenGL
-library. Compiz and Beryl when running on Xgl are examples of that.
-NOTE, do NOT use this spell if you're using Beryl or Compiz with
-anything else than Xgl!
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL.* To the extent that Mesa utilizes the OpenGL command
-syntax or state machine, it is being used with authorization from
-Silicon Graphics, Inc.(SGI). However, the author does not possess an
-OpenGL license from SGI, and makes no claim that Mesa is in any way a
-compatible replacement for OpenGL or associated with SGI. Those who
-want a licensed implementation of OpenGL should contact a licensed
-vendor.
-EOF
-# note, this spell does NOT provide "OPENGL", as it's not usable as
-# a "normal" gl implementation
\ No newline at end of file
diff --git a/beryl/mesalib-indirect-static/HISTORY
b/beryl/mesalib-indirect-static/HISTORY
deleted file mode 100644
index b5a4b8d..0000000
--- a/beryl/mesalib-indirect-static/HISTORY
+++ /dev/null
@@ -1,5 +0,0 @@
-2006-10-21 Lalo Martins <lalo AT sourcemage.org>
- * updated for mesalib 6.5.1
-
-2006-07-22 Lalo Martins <lalo.martins AT gmail.com>
- * new spell, "forked" from graphics-libs/mesalib
diff --git a/beryl/mesalib-indirect-static/INSTALL
b/beryl/mesalib-indirect-static/INSTALL
deleted file mode 100755
index e205968..0000000
--- a/beryl/mesalib-indirect-static/INSTALL
+++ /dev/null
@@ -1,8 +0,0 @@
-local base_lib_dir=lib
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]
-then
-base_lib_dir=lib64
-fi
-mkdir ${INSTALL_ROOT}/usr/lib/libGL-indirect &&
-mv -fv ${SOURCE_DIRECTORY}/$base_lib_dir/*
${INSTALL_ROOT}/usr/lib/libGL-indirect
-
diff --git a/beryl/mesalib-indirect-static/PRE_BUILD
b/beryl/mesalib-indirect-static/PRE_BUILD
deleted file mode 100755
index 16e7cc2..0000000
--- a/beryl/mesalib-indirect-static/PRE_BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY}/configs &&
-sedit "s:/usr/local:/usr:g" default &&
-
-if [[ $(get_spell_provider $SPELL X11-LIBS) = xorg-server ]]
-then
-sedit "s:MKDEP = /usr/X11R6:MKDEP = /usr/:g" linux-indirect &&
-cd ${SOURCE_DIRECTORY}/docs &&
-sedit "s:/X11R6::g" install.html &&
-cd ${SOURCE_DIRECTORY}/src/mesa/drivers/dri &&
-sedit "s:/X11R6::g" Makefile.template &&
-cd ${SOURCE_DIRECTORY}/src/glx/x11 &&
-sedit "s:/X11R6::g" dri_glx.c &&
-cd ${SOURCE_DIRECTORY}/src/glw &&
-sedit "s:/X11R6::g" Makefile
-fi &&
-
-echo "MKLIB_OPTIONS = -static" >> linux-indirect
\ No newline at end of file
diff --git a/beryl/mesalib-indirect-static/WIP
b/beryl/mesalib-indirect-static/WIP
deleted file mode 100644
index ce59bf2..0000000
--- a/beryl/mesalib-indirect-static/WIP
+++ /dev/null
@@ -1,2 +0,0 @@
-This spell should probably not even exist at all. Maybe build
-the lib with xgl when we can build xgl from a spell?



  • [SM-Commit] GIT changes to master grimoire by Lalo Martins (d383987dccc8f96f9aec165a0eb5a4cec886ef77), Lalo Martins, 10/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page