Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (68eb3f33b9907004598bdb8f85deb59f76079b4a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (68eb3f33b9907004598bdb8f85deb59f76079b4a)
  • Date: Mon, 28 Jan 2008 11:49:47 -0600

GIT changes to master games grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

games-engines/gemrb/DEPENDS | 3 ++-
games-engines/gemrb/HISTORY | 4 ++++
games-engines/gemrb/INSTALL | 4 ++++
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 68eb3f33b9907004598bdb8f85deb59f76079b4a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gemrb: missing dep & annoying plugin

diff --git a/games-engines/gemrb/DEPENDS b/games-engines/gemrb/DEPENDS
index 6c05af5..6079f2f 100755
--- a/games-engines/gemrb/DEPENDS
+++ b/games-engines/gemrb/DEPENDS
@@ -2,4 +2,5 @@ depends zlib &&
depends g++ &&
depends openal &&
depends python &&
-depends sdl
+depends sdl &&
+depends libpng
diff --git a/games-engines/gemrb/HISTORY b/games-engines/gemrb/HISTORY
index 5993308..32c40f2 100644
--- a/games-engines/gemrb/HISTORY
+++ b/games-engines/gemrb/HISTORY
@@ -1,3 +1,7 @@
+2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added libpng
+ * INSTALL: added to remove the null sound plugin
+
2008-01-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 0.2.9
fixed long description wrap
diff --git a/games-engines/gemrb/INSTALL b/games-engines/gemrb/INSTALL
new file mode 100755
index 0000000..7af1fc3
--- /dev/null
+++ b/games-engines/gemrb/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+# this one is only useful for developers, but sorts before the real output
+# plugin, so remove it.
+rm "$INSTALL_ROOT"/usr/lib/gemrb/libNullSound.*



  • [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (68eb3f33b9907004598bdb8f85deb59f76079b4a), Jaka Kranjc, 01/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page