Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (ea8e227bd5e1132038b42ae007f4bfc2a6f69610)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (ea8e227bd5e1132038b42ae007f4bfc2a6f69610)
  • Date: Sun, 7 Feb 2016 21:45:38 +0000

GIT changes to master games grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

games-strategy-rts/openttd/BUILD | 2 +-
games-strategy-rts/openttd/DEPENDS | 11 +++++++----
games-strategy-rts/openttd/HISTORY | 7 +++++++
3 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit af8e79da111fbca6ce35dd078ebf777e52934da0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

openttd: update to 1.3.3 (a long time ago)

diff --git a/games-strategy-rts/openttd/BUILD
b/games-strategy-rts/openttd/BUILD
index bcf3618..19ad996 100755
--- a/games-strategy-rts/openttd/BUILD
+++ b/games-strategy-rts/openttd/BUILD
@@ -1,6 +1,6 @@
./configure --prefix-dir=${INSTALL_ROOT}/usr \
--binary-dir=/games \
- --data-dir=/share/games \
+ --data-dir=/share/games/openttd \
--man-dir=/share/man \
$OPTS &&
make
diff --git a/games-strategy-rts/openttd/DEPENDS
b/games-strategy-rts/openttd/DEPENDS
index 97f0fd5..40d5541 100755
--- a/games-strategy-rts/openttd/DEPENDS
+++ b/games-strategy-rts/openttd/DEPENDS
@@ -6,10 +6,13 @@ optional_depends allegro
\
"--with-allegro" \
"--without-allegro" \
"Allegro video driver" &&
-optional_depends TIMIDITY \
- --with-libtimidity \
- --without-libtimidity \
- "Enable MIDI music with TiMidity++" &&
+# This is _not_ tmidity the program, but libtimidity the
+# library.
+# Create a spell for that one and then we can depend on it.
+#optional_depends TIMIDITY \
+# --with-libtimidity \
+# --without-libtimidity \
+# "Enable MIDI music with TiMidity++" &&
optional_depends libpng \
"--with-png" \
"--without-png" \
diff --git a/games-strategy-rts/openttd/HISTORY
b/games-strategy-rts/openttd/HISTORY
index 735481b..3602a57 100644
--- a/games-strategy-rts/openttd/HISTORY
+++ b/games-strategy-rts/openttd/HISTORY
@@ -1,7 +1,14 @@
+2016-02-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: disable timidity dependency, as it is wrong
+
2015-06-23 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: updated spell to 1.5.1
Updated dependencies

+2014-02-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 1.3.3
+ * BUILD: fix data directory
+
2012-01-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.1.5




  • [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (ea8e227bd5e1132038b42ae007f4bfc2a6f69610), Thomas Orgis, 02/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page