Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel grimoire by Lalo Martins (3596a619b4817cfa81c9063641642fe84119d043)

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 devel grimoire by Lalo Martins (3596a619b4817cfa81c9063641642fe84119d043)
  • Date: Sun, 17 Sep 2006 23:25:11 -0500

GIT changes to devel grimoire by Lalo Martins <lalo AT salmao.laranja.org>:

compiz/MAINTAINER | 1
compiz/cgwd-themes/DEPENDS | 1
compiz/cgwd-themes/DETAILS | 15 +++
compiz/cgwd-themes/HISTORY | 8 ++
compiz/cgwd-themes/WIP | 1
compiz/cgwd/DEPENDS | 18 ++++
compiz/cgwd/DETAILS | 15 +++
compiz/cgwd/HISTORY | 20 +++++
compiz/cgwd/WIP | 1
compiz/compiz-plugins/DEPENDS | 9 ++
compiz/compiz-plugins/DETAILS | 18 ++++
compiz/compiz-plugins/HISTORY | 2
compiz/compiz-plugins/PRE_BUILD | 9 ++
compiz/compiz-plugins/WIP | 1
compiz/compiz-quinn/BUILD | 10 ++
compiz/compiz-quinn/DEPENDS | 25 ++++++
compiz/compiz-quinn/DETAILS | 17 ++++
compiz/compiz-quinn/HISTORY | 20 +++++
compiz/compiz-quinn/PREPARE | 2
compiz/compiz-quinn/WIP | 1
compiz/csm/DEPENDS | 3
compiz/csm/DETAILS | 12 +++
compiz/csm/HISTORY | 2
compiz/csm/WIP | 1
compiz/mesalib-indirect-static/BUILD | 1
compiz/mesalib-indirect-static/DEPENDS | 2
compiz/mesalib-indirect-static/DETAILS | 29 +++++++
compiz/mesalib-indirect-static/HISTORY | 117
+++++++++++++++++++++++++++++++
compiz/mesalib-indirect-static/INSTALL | 8 ++
compiz/mesalib-indirect-static/PRE_BUILD | 18 ++++
compiz/mesalib-indirect-static/WIP | 1
31 files changed, 388 insertions(+)

New commits:
commit 3596a619b4817cfa81c9063641642fe84119d043
Author: Lalo Martins <lalo AT salmao.laranja.org>
Commit: Lalo Martins <lalo AT salmao.laranja.org>

adding compiz-related spells from my CVS grimoire

diff --git a/compiz/MAINTAINER b/compiz/MAINTAINER
new file mode 100644
index 0000000..2e84fe5
--- /dev/null
+++ b/compiz/MAINTAINER
@@ -0,0 +1 @@
+Lalo Martins <lalo AT sourcemage.org>
diff --git a/compiz/cgwd-themes/DEPENDS b/compiz/cgwd-themes/DEPENDS
new file mode 100755
index 0000000..6ba3469
--- /dev/null
+++ b/compiz/cgwd-themes/DEPENDS
@@ -0,0 +1 @@
+depends "cgwd"
diff --git a/compiz/cgwd-themes/DETAILS b/compiz/cgwd-themes/DETAILS
new file mode 100755
index 0000000..4f7bcee
--- /dev/null
+++ b/compiz/cgwd-themes/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cgwd-themes
+ BUILD_API=2
+ VERSION=0.16
+ SOURCE=${SPELL}_$VERSION.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://ubuntu.compiz.net/pool/main/c/cgwd-themes/$SOURCE
+ WEB_SITE=http://www.compiz.net/
+ ENTERED=20060804
+ UPDATED=20060804
+
SOURCE_HASH=sha512:0b8aaeecabeeef5274ee0cd1c8a007d4fac9125618eae2293461412d93fa77d6fc4dd13c113c5350c5e208998b91a1124cb1e4219d37f9e631e837ad37ec09e4
+ LICENSE[0]=GPL
+ SHORT="Themes for Compiz' custom generic window decorator"
+cat << EOF
+A set of community-written themes for Compiz' custom generic window decorator
+EOF
\ No newline at end of file
diff --git a/compiz/cgwd-themes/HISTORY b/compiz/cgwd-themes/HISTORY
new file mode 100644
index 0000000..30f7b28
--- /dev/null
+++ b/compiz/cgwd-themes/HISTORY
@@ -0,0 +1,8 @@
+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/compiz/cgwd-themes/WIP b/compiz/cgwd-themes/WIP
new file mode 100755
index 0000000..3602300
--- /dev/null
+++ b/compiz/cgwd-themes/WIP
@@ -0,0 +1 @@
+Work in progress to get compiz-related spells working
diff --git a/compiz/cgwd/DEPENDS b/compiz/cgwd/DEPENDS
new file mode 100755
index 0000000..cd3de57
--- /dev/null
+++ b/compiz/cgwd/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 "compiz-quinn"
diff --git a/compiz/cgwd/DETAILS b/compiz/cgwd/DETAILS
new file mode 100755
index 0000000..a3ee0d3
--- /dev/null
+++ b/compiz/cgwd/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cgwd
+ BUILD_API=2
+ VERSION=0.69
+ SOURCE=${SPELL}_$VERSION.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://ubuntu.compiz.net/pool/main/c/cgwd/$SOURCE
+ WEB_SITE=http://www.compiz.net/
+ ENTERED=20060724
+ UPDATED=20060813
+
SOURCE_HASH=sha512:e40d4a7d3c812ae60816fece9c8afa3204572b1d0586e06cdd748cfeee39a5862360c6ba14203d6105b478abc868f36ac68fcdbf2c2d575c3ca09ec4fa39ea94
+ LICENSE[0]=GPL
+ SHORT="Custom Generic Window Decorator for Compiz"
+cat << EOF
+A themeable window decorator for Compiz, compatible with any desktop
environment
+EOF
\ No newline at end of file
diff --git a/compiz/cgwd/HISTORY b/compiz/cgwd/HISTORY
new file mode 100644
index 0000000..676c14b
--- /dev/null
+++ b/compiz/cgwd/HISTORY
@@ -0,0 +1,20 @@
+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/compiz/cgwd/WIP b/compiz/cgwd/WIP
new file mode 100755
index 0000000..3602300
--- /dev/null
+++ b/compiz/cgwd/WIP
@@ -0,0 +1 @@
+Work in progress to get compiz-related spells working
diff --git a/compiz/compiz-plugins/DEPENDS b/compiz/compiz-plugins/DEPENDS
new file mode 100755
index 0000000..7903fc0
--- /dev/null
+++ b/compiz/compiz-plugins/DEPENDS
@@ -0,0 +1,9 @@
+depends "compiz-quinn" &&
+optional_depends "gconf" \
+ "--enable-gconf" \
+ "--disable-gconf" \
+ "to use gconf for settings (the gconf plugin) (deprecated,
use csm)" &&
+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/compiz/compiz-plugins/DETAILS b/compiz/compiz-plugins/DETAILS
new file mode 100755
index 0000000..608b83f
--- /dev/null
+++ b/compiz/compiz-plugins/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=compiz-plugins
+ BUILD_API=2
+#http://ubuntu.compiz.net/pool/main/c/compiz-plugins/compiz-plugins_0.37.orig.tar.gz
+ VERSION=0.37
+ SOURCE=${SPELL}_$VERSION.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://ubuntu.compiz.net/pool/main/c/${SPELL}/$SOURCE
+ WEB_SITE=http://www.compiz.net/
+ ENTERED=20060724
+ UPDATED=20060813
+
SOURCE_HASH=sha512:dc3049b62d5f17ece7cf4ee969edf22c78d1689277a3d317c229d908f9f2beb29e2bab91ad070bbabc22bba24c715fd337aa762037d910f2f97f6251305f66ca
+ LICENSE[0]=GPL
+ SHORT="OpenGL composition manager"
+cat << EOF
+compiz 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/compiz/compiz-plugins/HISTORY b/compiz/compiz-plugins/HISTORY
new file mode 100644
index 0000000..8839210
--- /dev/null
+++ b/compiz/compiz-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-09-17 Lalo Martins <lalo AT sourcemage.org>
+ DEPENDS, DETAILS, HISTORY: created this spell
diff --git a/compiz/compiz-plugins/PRE_BUILD b/compiz/compiz-plugins/PRE_BUILD
new file mode 100644
index 0000000..774d5bf
--- /dev/null
+++ b/compiz/compiz-plugins/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# some plugins are broken atm
+sed -i '/^\s\+\$(libreflection_module)\s\+\\$/d' \
+ -e 's/^libreflection/#\0/' \
+ -e '/^\s\+\$(libblur_module)\s\+\\$/d' \
+ -e 's/^libblur/#\0/' \
+ plugins/Makefile.am &&
+autoreconf
diff --git a/compiz/compiz-plugins/WIP b/compiz/compiz-plugins/WIP
new file mode 100755
index 0000000..3602300
--- /dev/null
+++ b/compiz/compiz-plugins/WIP
@@ -0,0 +1 @@
+Work in progress to get compiz-related spells working
diff --git a/compiz/compiz-quinn/BUILD b/compiz/compiz-quinn/BUILD
new file mode 100755
index 0000000..5e2c09d
--- /dev/null
+++ b/compiz/compiz-quinn/BUILD
@@ -0,0 +1,10 @@
+echo "building for $COMPIZ_XTYPE" &&
+
+if [ "$COMPIZ_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 compiz
+ sed -i 's|Libs: .*|\0 /usr/lib/libGL-indirect/libGL.a -pthread -ldrm|'
compiz.pc.in
+fi &&
+
+default_build
diff --git a/compiz/compiz-quinn/DEPENDS b/compiz/compiz-quinn/DEPENDS
new file mode 100755
index 0000000..5e16b3c
--- /dev/null
+++ b/compiz/compiz-quinn/DEPENDS
@@ -0,0 +1,25 @@
+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 [ "$COMPIZ_XTYPE" == "xgl" ]; then
+ depends "mesalib-indirect-static"
+fi &&
+depends "OPENGL" &&
+depends "libwnck" &&
+depends "pango" &&
+optional_depends "control-center2" \
+ "--enable-gnome" \
+ "--disable-gnome" \
+ "to build gnome-window-decorator (deprecated)"
diff --git a/compiz/compiz-quinn/DETAILS b/compiz/compiz-quinn/DETAILS
new file mode 100755
index 0000000..7250bf0
--- /dev/null
+++ b/compiz/compiz-quinn/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=compiz-quinn
+ BUILD_API=2
+ VERSION=0.0.13.57
+ SOURCE=compiz_$VERSION.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/compiz
+ SOURCE_URL[0]=http://ubuntu.compiz.net/pool/main/c/compiz/$SOURCE
+ WEB_SITE=http://www.compiz.net/
+ ENTERED=20060724
+ UPDATED=20060917
+
SOURCE_HASH=sha512:1706d0ca29211c277eedbfa40d7bd564135236b75d86ea168fb408b316e3fd92beccbc8e0152da68a24c26cc8e0ced5d8edb196a37dc4e1a8047646634ec0069
+ LICENSE[0]=GPL
+ SHORT="OpenGL composition manager"
+cat << EOF
+compiz 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/compiz/compiz-quinn/HISTORY b/compiz/compiz-quinn/HISTORY
new file mode 100644
index 0000000..0f0f8a6
--- /dev/null
+++ b/compiz/compiz-quinn/HISTORY
@@ -0,0 +1,20 @@
+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/compiz/compiz-quinn/PREPARE b/compiz/compiz-quinn/PREPARE
new file mode 100755
index 0000000..008eb1b
--- /dev/null
+++ b/compiz/compiz-quinn/PREPARE
@@ -0,0 +1,2 @@
+config_query_list COMPIZ_XTYPE "Which indirect acceleration will you use?" \
+ xgl aiglx
diff --git a/compiz/compiz-quinn/WIP b/compiz/compiz-quinn/WIP
new file mode 100755
index 0000000..3602300
--- /dev/null
+++ b/compiz/compiz-quinn/WIP
@@ -0,0 +1 @@
+Work in progress to get compiz-related spells working
diff --git a/compiz/csm/DEPENDS b/compiz/csm/DEPENDS
new file mode 100755
index 0000000..1de0953
--- /dev/null
+++ b/compiz/csm/DEPENDS
@@ -0,0 +1,3 @@
+depends "gtk+2" &&
+depends "compiz-quinn" &&
+depends "dbus-glib"
\ No newline at end of file
diff --git a/compiz/csm/DETAILS b/compiz/csm/DETAILS
new file mode 100755
index 0000000..f5dd6f1
--- /dev/null
+++ b/compiz/csm/DETAILS
@@ -0,0 +1,12 @@
+ SPELL=csm
+ VERSION=0.12
+ SOURCE=${SPELL}_$VERSION.orig.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=http://ubuntu.compiz.net/pool/main/c/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f30399b2c7493e728fa8e97d297740fdd28f6fcc53a5b237142f5ae92bf74e547f8ce413e885000858e0cf79a088b7a50222d85676fe537a6f1ff1e38cc6bb35
+ WEB_SITE=http://www.compiz.net/
+ LICENSE[0]=GPL
+ SHORT="Compiz Settings Manager"
+cat << EOF
+Compiz Settings Manager maintains and edits your Compiz settings
+EOF
diff --git a/compiz/csm/HISTORY b/compiz/csm/HISTORY
new file mode 100644
index 0000000..ab771b6
--- /dev/null
+++ b/compiz/csm/HISTORY
@@ -0,0 +1,2 @@
+2006-09-17 Lalo Martins <lalo AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/compiz/csm/WIP b/compiz/csm/WIP
new file mode 100755
index 0000000..3602300
--- /dev/null
+++ b/compiz/csm/WIP
@@ -0,0 +1 @@
+Work in progress to get compiz-related spells working
diff --git a/compiz/mesalib-indirect-static/BUILD
b/compiz/mesalib-indirect-static/BUILD
new file mode 100755
index 0000000..6117abc
--- /dev/null
+++ b/compiz/mesalib-indirect-static/BUILD
@@ -0,0 +1 @@
+make linux-indirect
diff --git a/compiz/mesalib-indirect-static/DEPENDS
b/compiz/mesalib-indirect-static/DEPENDS
new file mode 100755
index 0000000..c9de6cb
--- /dev/null
+++ b/compiz/mesalib-indirect-static/DEPENDS
@@ -0,0 +1,2 @@
+depends libdrm &&
+depends X11-UTILS
diff --git a/compiz/mesalib-indirect-static/DETAILS
b/compiz/mesalib-indirect-static/DETAILS
new file mode 100755
index 0000000..47df310
--- /dev/null
+++ b/compiz/mesalib-indirect-static/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=mesalib-indirect-static
+ VERSION=6.5.1-cvs20060628
+ SOURCE=mesa_${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/mesa-${VERSION%-cvs*}
+ SOURCE_URL[0]=http://ubuntu.compiz.net/pool/main/m/mesa/${SOURCE}
+
SOURCE_HASH=sha512:d8c1bae080da2a527cc9faaa0c7de3659af998e0d9a78dcef26fb67fb57be69871f2d2c39073e7d2e94abda11f1f6ec7e74cea4ae2af707566d27ad59034a246
+ WEB_SITE=http://mesa3d.sourceforge.net/
+ ENTERED=20060722
+ UPDATED=20060723
+ LICENSE[0]=GPL
+ BUILD_API=2
+ 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 when running on Xgl is one such application.
+
+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/compiz/mesalib-indirect-static/HISTORY
b/compiz/mesalib-indirect-static/HISTORY
new file mode 100644
index 0000000..b5f8563
--- /dev/null
+++ b/compiz/mesalib-indirect-static/HISTORY
@@ -0,0 +1,117 @@
+2006-07-22 Lalo Martins <lalo.martins AT gmail.com>
+ * new spell, "forked" from graphics-libs/mesalib
+
+2006-05-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * INSTALL: add install for x86_64 bug #12141
+
+2006-05-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: removed X11-LIBS and added X11-UTILS
+
+2006-05-23 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update, PATCHLEVEL droped new version
+ * DEPENDS: added libdrm
+ * PRE_BUILD: check if we're acctually installing for -modular
+ * INSTALL: finnaly fix for the non-dri targets
+
+2006-05-01 Robin Cook <rcook AT wyrms.net>
+ * volatiles: modified for the libGL.so.* files
+
+2006-04-30 Robin Cook <rcook AT wyrms.net>
+ * volatiles: added for the files nvidia_driver installs
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-03-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * BUILD: removed mesademos own spell
+ * CONFIGURE: use proper ARCH variable for selection
+ removed mesademos uses own spell
+ * DETAILS: removed mesademos uses own spell
+ * INSTALL: removed mesademos uses own spell
+ * PRE_BUILD: removed mesademos uses own spell
+
+2006-03-03 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: added mesademos
+ PATCHLEVEL, multiple bugfixes and new functinality
+ * PRE_BUILD: added mesademos
+ * INSTALL: fix for instalation of dri drivers
+ and added mesademos support
+ * BUILD: added mesademos support
+ * CONFIGURE: added mesademos support,
+ fixed for arch selection...
+ * DEPENDS: uses X11-LIBS for now
+
+2006-02-03 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 6.4.2
+
+2006-01-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: added makedepend
+
+2005-12-26 Robin Cook <rcook AT wyrms.net>
+ * CONFIGURE: corrected query question
+
+2006-02-17 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: version 6.4.2
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-28 Seth Woolley <seth AT tautology.org>
+ * BUILD: unpack api update
+
+2005-06-08 Ladislav Hagara <hgr AT vabo.cz>
+ * CONFLICTS: deleted, MesaLib was removed from grimoire
+
+2005-02-28 Eric Sandall <eric AT sandall.us>
+ * Renamed from MesaLib
+ * DETAILS: Renamed to mesalib
+ Updated UPDATED
+ Added BUILD_API=2
+ * CONFIGURE: Converted to config_query
+ * CONFLICTS: Auto-conflicts with MesaLib
+ * BUILD: Converted to build_api 2
+ Apply CONFIGURE flags to OPTS
+ * INSTALL: Branched from BUILD
+ Converted to build_api 2
+
+2003-11-06 hgg <hgreig AT bigpond.net.au>
+ * DETAILS: correct md5 (they released an updated tarball)
+ * BUILD: remove my fudge from previously
+
+2003-10-27 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Changed 'glut' to 'GLUT'
+
+2003-10-10 hgg <hgreig AT bigpond.net.au>
+ * HISTORY: convert to new format
+ * PROVIDES: uppercase
+ * DEPENDS: uppercase for providers
+
+2003-10-03 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Change optional_depends xfree86 to x11-libs, needs devel
sorcery now
+
+2003-09-27 hgg <hgreig AT bigpond.net.au>
+ * DETAILS: Fix my faulty update by adding a correct MD5[0]
+
+2003-09-13 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Xfree86 is an optional depends, added other options to
DEPENDS
+ * DETAILS,BUILD: Update to 5.0.2(lot of work for some reason?),
+ remove /usr/X11R6/lib reference from BUILD as it breaks non-X
builds.
+
+2003-08-11 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Add xfree86 as depends
+
+2003-07-08 hgg <hgreig AT bigpond.net.au>
+ * ALL: Moved to x11 section
+
+2003-07-06 hgg <hgreig AT bigpond.net.au>
+ * BUILD,POST_INSTALL: Found some aliens from the POST_INSTALL so
removed that and modified the BUILD.
+
+2003-06-24 hgg <hgreig AT bigpond.net.au>
+ * DETAILS: Update to 5.0.1
+
+2002-11-26 Julian v. Bock <julian AT wongr.net>
+ * ALL: add spell.
+
+2002-11-20 Eric Sandall <eric AT sandall.us>
+ * ALL: Spell created
+
diff --git a/compiz/mesalib-indirect-static/INSTALL
b/compiz/mesalib-indirect-static/INSTALL
new file mode 100755
index 0000000..e205968
--- /dev/null
+++ b/compiz/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/compiz/mesalib-indirect-static/PRE_BUILD
b/compiz/mesalib-indirect-static/PRE_BUILD
new file mode 100755
index 0000000..16e7cc2
--- /dev/null
+++ b/compiz/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/compiz/mesalib-indirect-static/WIP
b/compiz/mesalib-indirect-static/WIP
new file mode 100755
index 0000000..3602300
--- /dev/null
+++ b/compiz/mesalib-indirect-static/WIP
@@ -0,0 +1 @@
+Work in progress to get compiz-related spells working



  • [SM-Commit] GIT changes to devel grimoire by Lalo Martins (3596a619b4817cfa81c9063641642fe84119d043), Lalo Martins, 09/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page