Skip to Content.
Sympa Menu

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

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 (d364980bcc32c7f959fb9cfc896203c770ac2917)
  • Date: Sat, 21 Oct 2006 09:17:14 -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, 288 insertions(+)

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

updating HISTORY files and ChangeLog

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

emerald and emerald-themes spells

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

deleting embarrassing backup files and updating a WIP

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

beryl-plugins spell

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

beryl-settings spell

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

beryl-core spell

diff --git a/ChangeLog b/ChangeLog
index 6cacd8d..2d3d9ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-21 Lalo Martins <lalo AT sourcemage.org>
+ * beryl/*: added beryl-related spells
+
2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* accounts, groups: added iplog

diff --git a/beryl/MAINTAINER b/beryl/MAINTAINER
new file mode 100644
index 0000000..2e84fe5
--- /dev/null
+++ b/beryl/MAINTAINER
@@ -0,0 +1 @@
+Lalo Martins <lalo AT sourcemage.org>
diff --git a/beryl/beryl-core/BUILD b/beryl/beryl-core/BUILD
new file mode 100755
index 0000000..5a48c05
--- /dev/null
+++ b/beryl/beryl-core/BUILD
@@ -0,0 +1,10 @@
+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
new file mode 100755
index 0000000..bbd5383
--- /dev/null
+++ b/beryl/beryl-core/DEPENDS
@@ -0,0 +1,25 @@
+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
new file mode 100755
index 0000000..4e11109
--- /dev/null
+++ b/beryl/beryl-core/DETAILS
@@ -0,0 +1,15 @@
+ 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
new file mode 100644
index 0000000..ee9a896
--- /dev/null
+++ b/beryl/beryl-core/HISTORY
@@ -0,0 +1,24 @@
+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
new file mode 100755
index 0000000..bd68741
--- /dev/null
+++ b/beryl/beryl-core/PREPARE
@@ -0,0 +1,2 @@
+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
new file mode 100755
index 0000000..2a4e7d0
--- /dev/null
+++ b/beryl/beryl-core/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/beryl-plugins/DEPENDS b/beryl/beryl-plugins/DEPENDS
new file mode 100755
index 0000000..6580515
--- /dev/null
+++ b/beryl/beryl-plugins/DEPENDS
@@ -0,0 +1,7 @@
+# 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
new file mode 100755
index 0000000..b00fcfa
--- /dev/null
+++ b/beryl/beryl-plugins/DETAILS
@@ -0,0 +1,15 @@
+ 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
new file mode 100644
index 0000000..b376047
--- /dev/null
+++ b/beryl/beryl-plugins/HISTORY
@@ -0,0 +1,5 @@
+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
new file mode 100755
index 0000000..2a4e7d0
--- /dev/null
+++ b/beryl/beryl-plugins/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/beryl-settings/DEPENDS b/beryl/beryl-settings/DEPENDS
new file mode 100755
index 0000000..5c5c520
--- /dev/null
+++ b/beryl/beryl-settings/DEPENDS
@@ -0,0 +1,5 @@
+# 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
new file mode 100755
index 0000000..fd3b88a
--- /dev/null
+++ b/beryl/beryl-settings/DETAILS
@@ -0,0 +1,12 @@
+ 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
new file mode 100644
index 0000000..ff6f98f
--- /dev/null
+++ b/beryl/beryl-settings/HISTORY
@@ -0,0 +1,5 @@
+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
new file mode 100755
index 0000000..2a4e7d0
--- /dev/null
+++ b/beryl/beryl-settings/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/emerald-themes/DEPENDS b/beryl/emerald-themes/DEPENDS
new file mode 100755
index 0000000..973e3b8
--- /dev/null
+++ b/beryl/emerald-themes/DEPENDS
@@ -0,0 +1 @@
+depends "emerald"
diff --git a/beryl/emerald-themes/DETAILS b/beryl/emerald-themes/DETAILS
new file mode 100755
index 0000000..932c4d7
--- /dev/null
+++ b/beryl/emerald-themes/DETAILS
@@ -0,0 +1,13 @@
+ 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
new file mode 100644
index 0000000..2f1d877
--- /dev/null
+++ b/beryl/emerald-themes/HISTORY
@@ -0,0 +1,11 @@
+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
new file mode 100755
index 0000000..2a4e7d0
--- /dev/null
+++ b/beryl/emerald-themes/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/emerald/DEPENDS b/beryl/emerald/DEPENDS
new file mode 100755
index 0000000..f2c278f
--- /dev/null
+++ b/beryl/emerald/DEPENDS
@@ -0,0 +1,18 @@
+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
new file mode 100755
index 0000000..7504ef7
--- /dev/null
+++ b/beryl/emerald/DETAILS
@@ -0,0 +1,13 @@
+ 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
new file mode 100644
index 0000000..b7b1aac
--- /dev/null
+++ b/beryl/emerald/HISTORY
@@ -0,0 +1,23 @@
+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
new file mode 100755
index 0000000..2a4e7d0
--- /dev/null
+++ b/beryl/emerald/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/mesalib-indirect-static/BUILD
b/beryl/mesalib-indirect-static/BUILD
new file mode 100755
index 0000000..6117abc
--- /dev/null
+++ b/beryl/mesalib-indirect-static/BUILD
@@ -0,0 +1 @@
+make linux-indirect
diff --git a/beryl/mesalib-indirect-static/DEPENDS
b/beryl/mesalib-indirect-static/DEPENDS
new file mode 100755
index 0000000..c9de6cb
--- /dev/null
+++ b/beryl/mesalib-indirect-static/DEPENDS
@@ -0,0 +1,2 @@
+depends libdrm &&
+depends X11-UTILS
diff --git a/beryl/mesalib-indirect-static/DETAILS
b/beryl/mesalib-indirect-static/DETAILS
new file mode 100755
index 0000000..281e0d4
--- /dev/null
+++ b/beryl/mesalib-indirect-static/DETAILS
@@ -0,0 +1,29 @@
+ 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
new file mode 100644
index 0000000..b5a4b8d
--- /dev/null
+++ b/beryl/mesalib-indirect-static/HISTORY
@@ -0,0 +1,5 @@
+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
new file mode 100755
index 0000000..e205968
--- /dev/null
+++ b/beryl/mesalib-indirect-static/INSTALL
@@ -0,0 +1,8 @@
+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
new file mode 100755
index 0000000..16e7cc2
--- /dev/null
+++ b/beryl/mesalib-indirect-static/PRE_BUILD
@@ -0,0 +1,18 @@
+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
new file mode 100644
index 0000000..ce59bf2
--- /dev/null
+++ b/beryl/mesalib-indirect-static/WIP
@@ -0,0 +1,2 @@
+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 (d364980bcc32c7f959fb9cfc896203c770ac2917), Lalo Martins, 10/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page