Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (1a8df2813708a40b42bfff02a58465d1cd7ef473)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (1a8df2813708a40b42bfff02a58465d1cd7ef473)
  • Date: Thu, 7 Dec 2006 17:17:06 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-libs/plib/DEPENDS | 10 +++++++++-
games-libs/plib/DETAILS | 1 -
games-libs/plib/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 1a8df2813708a40b42bfff02a58465d1cd7ef473
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-lib/plib:

DETAILS: removed UPDATED
DEPENDS: added X11-LIBS, libxi only if X are modular

diff --git a/games-libs/plib/DEPENDS b/games-libs/plib/DEPENDS
index 7d546be..d4f492e 100755
--- a/games-libs/plib/DEPENDS
+++ b/games-libs/plib/DEPENDS
@@ -1 +1,9 @@
-depends GLUT
+depends GLUT &&
+depends X11-LIBS "--with-x" &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ; then
+ depends libxi
+fi
+
diff --git a/games-libs/plib/DETAILS b/games-libs/plib/DETAILS
index 01f8541..764dd4b 100755
--- a/games-libs/plib/DETAILS
+++ b/games-libs/plib/DETAILS
@@ -6,7 +6,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_HASH=sha512:8c8c91fd1686f1bdd3a73aaf4957af0e51db8250de482a8896b694483bbb7f9676c51b927a89317b2c769c5e767d89e4b6b313a62cbfbb2ab94f28c42f84fb30
WEB_SITE=http://plib.sourceforge.net
ENTERED=20010922
- UPDATED=20050123
LICENSE[0]=LGPL
SHORT="Portable game library."
cat << EOF
diff --git a/games-libs/plib/HISTORY b/games-libs/plib/HISTORY
index 537e538..2951bb5 100644
--- a/games-libs/plib/HISTORY
+++ b/games-libs/plib/HISTORY
@@ -1,3 +1,7 @@
+2006-12-08 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: removed UPDATED
+ * DEPENDS: added X11-LIBS, libxi only if X are modular
+
2006-09-21 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.





Archive powered by MHonArc 2.6.24.

Top of Page