Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (b20f0d4da99ea417c6c903c6d871a5a1bd54bc48)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (b20f0d4da99ea417c6c903c6d871a5a1bd54bc48)
  • Date: Fri, 26 Jun 2015 02:26:32 +0000

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-arcade-3d/atr3d/DEPENDS | 2 +-
games-arcade-3d/atr3d/HISTORY | 3 +++
games-engines/spring/DEPENDS | 2 +-
games-engines/spring/HISTORY | 3 +++
games-fps/tremulous/DEPENDS | 2 +-
games-fps/tremulous/HISTORY | 3 +++
games-rpg-mp/ember/DEPENDS | 2 +-
games-rpg-mp/ember/HISTORY | 3 +++
games-rpg-sp/uqm/DEPENDS | 2 +-
games-rpg-sp/uqm/HISTORY | 3 +++
10 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit b20f0d4da99ea417c6c903c6d871a5a1bd54bc48
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

uqm: Switch dependency from openal(-soft) to OPENAL

commit 444471db642f853a9ffa5808458810a1c338a002
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ember: Switch dependency from openal(-soft) to OPENAL

commit c9e5b6f78799d463e8b6c6608ad3bb663a1e7c18
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tremulous: Switch dependency from openal(-soft) to OPENAL

commit dfb42fc32e70514fe329733190a2edd23842bb63
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

spring: Switch dependency from openal(-soft) to OPENAL

commit 10833347de8f6dbf01bea34e9bcbaf4051191ef0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

atr3d: Switch dependency from openal(-soft) to OPENAL

diff --git a/games-arcade-3d/atr3d/DEPENDS b/games-arcade-3d/atr3d/DEPENDS
index b715982..e842320 100755
--- a/games-arcade-3d/atr3d/DEPENDS
+++ b/games-arcade-3d/atr3d/DEPENDS
@@ -1,2 +1,2 @@
depends GLUT &&
-depends openal
+depends OPENAL
diff --git a/games-arcade-3d/atr3d/HISTORY b/games-arcade-3d/atr3d/HISTORY
index 519953b..1e3df81 100644
--- a/games-arcade-3d/atr3d/HISTORY
+++ b/games-arcade-3d/atr3d/HISTORY
@@ -1,3 +1,6 @@
+2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency from openal(-soft) to OPENAL
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-engines/spring/DEPENDS b/games-engines/spring/DEPENDS
index 02dfd29..2ac649a 100755
--- a/games-engines/spring/DEPENDS
+++ b/games-engines/spring/DEPENDS
@@ -6,7 +6,7 @@ depends glew &&
depends jdk6-bin '' 'z-rejected' &&
depends libogg &&
depends libvorbis &&
-depends openal-soft &&
+depends OPENAL &&
depends OPENGL &&
depends python &&
depends sdl &&
diff --git a/games-engines/spring/HISTORY b/games-engines/spring/HISTORY
index 302e766..b0fc209 100644
--- a/games-engines/spring/HISTORY
+++ b/games-engines/spring/HISTORY
@@ -1,3 +1,6 @@
+2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency from openal(-soft) to OPENAL
+
2011-09-18 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.82.7.1
Changed SOURCE_URL[0] extension, Fixed SOURCE_URL[0]
diff --git a/games-fps/tremulous/DEPENDS b/games-fps/tremulous/DEPENDS
index fe079e5..1fc3324 100755
--- a/games-fps/tremulous/DEPENDS
+++ b/games-fps/tremulous/DEPENDS
@@ -1,5 +1,5 @@
depends glibc &&
-depends openal &&
+depends OPENAL &&
depends sdl &&
depends tslib &&
depends X11-LIBS
diff --git a/games-fps/tremulous/HISTORY b/games-fps/tremulous/HISTORY
index fb3b7b9..4af54ad 100644
--- a/games-fps/tremulous/HISTORY
+++ b/games-fps/tremulous/HISTORY
@@ -1,3 +1,6 @@
+2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency from openal(-soft) to OPENAL
+
2008-02-28 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on tslib as well

diff --git a/games-rpg-mp/ember/DEPENDS b/games-rpg-mp/ember/DEPENDS
index 73ebe6c..9fb46e0 100755
--- a/games-rpg-mp/ember/DEPENDS
+++ b/games-rpg-mp/ember/DEPENDS
@@ -9,7 +9,7 @@ depends libsigc++3 &&
depends libwfut &&
depends mercator &&
depends -sub "CEGUI DEVIL" ogre &&
-depends openal &&
+depends OPENAL &&
depends sdl &&
depends skstream &&
depends varconf &&
diff --git a/games-rpg-mp/ember/HISTORY b/games-rpg-mp/ember/HISTORY
index 1ccb603..f4851d7 100644
--- a/games-rpg-mp/ember/HISTORY
+++ b/games-rpg-mp/ember/HISTORY
@@ -1,3 +1,6 @@
+2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency from openal(-soft) to OPENAL
+
2009-04-25 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.5.6
* BUILD: No need to call make_normal if no call to make_single is made
diff --git a/games-rpg-sp/uqm/DEPENDS b/games-rpg-sp/uqm/DEPENDS
index 104279b..c4abd4e 100755
--- a/games-rpg-sp/uqm/DEPENDS
+++ b/games-rpg-sp/uqm/DEPENDS
@@ -9,7 +9,7 @@ depends nasm
fi &&
if [[ "$UQM_SOUND" == "openal" ]]
then
-depends openal
+depends OPENAL
fi &&
if [[ "$UQM_SOUND" == "mixsdl" ]]
then
diff --git a/games-rpg-sp/uqm/HISTORY b/games-rpg-sp/uqm/HISTORY
index 6955be5..35f4ed5 100644
--- a/games-rpg-sp/uqm/HISTORY
+++ b/games-rpg-sp/uqm/HISTORY
@@ -1,3 +1,6 @@
+2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switch dependency from openal(-soft) to OPENAL
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (b20f0d4da99ea417c6c903c6d871a5a1bd54bc48), Ismael Luceno, 06/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page