Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f787dd823aad6ada5e826a8229683fc4e8d6993e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f787dd823aad6ada5e826a8229683fc4e8d6993e)
  • Date: Sun, 29 Apr 2007 05:40:52 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

graphics-libs/mesalib/CONFLICTS | 7 +++++++
graphics-libs/mesalib/DEPENDS | 10 +++++++---
graphics-libs/mesalib/HISTORY | 5 +++++
3 files changed, 19 insertions(+), 3 deletions(-)

New commits:
commit f787dd823aad6ada5e826a8229683fc4e8d6993e
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

mesalib: odded conflicts with monolithic opengl providers and a depends
fixup

diff --git a/graphics-libs/mesalib/CONFLICTS b/graphics-libs/mesalib/CONFLICTS
new file mode 100755
index 0000000..9fb9abc
--- /dev/null
+++ b/graphics-libs/mesalib/CONFLICTS
@@ -0,0 +1,7 @@
+conflicts xorg &&
+conflicts xfree86 &&
+conflicts xfree86-libs &&
+conflicts xfree86-devel &&
+conflicts xfree86-4.3 &&
+conflicts xdirectfb
+
diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 48a1814..2a739d3 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -1,6 +1,10 @@
-depends libdrm &&
-depends X11-UTILS &&
-
+depends libdrm &&
+depends X11-UTILS &&
+depends X11-LIBS &&
+if check_if_xorg_modular_libs ; then
+ depends libxdamage &&
+ depends libxfixes
+fi &&
if [[ "$MESALIB_GIT" == "y" ]]; then
depends git
fi
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 5fe32d1..6e32d03 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,8 @@
+2007-04-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFLICTS: added to finnaly stop reciving bogus bugs when
+ people try to build it against monolithic X
+ * DEPENDS: added some missing deps as noted by dmlb2000
+
2007-04-28 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update 6.5.3
* CONFIGURE: added two new drivers



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f787dd823aad6ada5e826a8229683fc4e8d6993e), Andraž Levstik, 04/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page