Skip to Content.
Sympa Menu

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

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 (c2a2b58954263f729a6468561b50bedcdb8d85bc)
  • Date: Sat, 27 Jun 2015 00:27:55 +0000

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

games-libs/allegro5/DETAILS | 4 ++--
games-libs/allegro5/HISTORY | 3 +++
games-strategy-rts/openttd/BUILD | 10 +++++-----
games-strategy-rts/openttd/DEPENDS | 26 +++++++++++++++++++++++---
games-strategy-rts/openttd/DETAILS | 4 ++--
games-strategy-rts/openttd/HISTORY | 4 ++++
6 files changed, 39 insertions(+), 12 deletions(-)

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

openttd 1.5.1

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

allegro5 5.0.11

diff --git a/games-libs/allegro5/DETAILS b/games-libs/allegro5/DETAILS
index e5c4893..6ac9917 100755
--- a/games-libs/allegro5/DETAILS
+++ b/games-libs/allegro5/DETAILS
@@ -1,8 +1,8 @@
SPELL=allegro5
- VERSION=5.0.10
+ VERSION=5.0.11
SOURCE="allegro-$VERSION.tar.gz"

SOURCE_URL[0]=http://sourceforge.net/projects/alleg/files/allegro/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:38830c7e7472828991e1913230143a46d2af405c2404ee10a9fe39dbc4fa6322b84da6de450f7f53fdf661882ec2cb8ee1b03b70ed3cf1b67098cebf35621d13
+
SOURCE_HASH=sha512:bcf3bec236d5dee11c789394144959d2a2f6028ae3d89a91a726f796d74f785c7f28749ac1cda94becaf18c31c76fcf75b8f2f6d1f2c32c52d556f967a406052
SOURCE_DIRECTORY="$BUILD_DIRECTORY/allegro-$VERSION"
WEB_SITE="http://alleg.sourceforge.net";
LICENSE[0]="$WEB_SITE/license.html"
diff --git a/games-libs/allegro5/HISTORY b/games-libs/allegro5/HISTORY
index 4e6468b..45892fd 100644
--- a/games-libs/allegro5/HISTORY
+++ b/games-libs/allegro5/HISTORY
@@ -1,2 +1,5 @@
+2015-06-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.0.11
+
2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS: spell created
diff --git a/games-strategy-rts/openttd/BUILD
b/games-strategy-rts/openttd/BUILD
index c29322a..bcf3618 100755
--- a/games-strategy-rts/openttd/BUILD
+++ b/games-strategy-rts/openttd/BUILD
@@ -1,6 +1,6 @@
-OPTS="$OPTS --prefix-dir=${INSTALL_ROOT}/usr \
- --binary-dir=/games \
- --data-dir=/share/games \
- --man-dir=/share/man" &&
-./configure $OPTS &&
+./configure --prefix-dir=${INSTALL_ROOT}/usr \
+ --binary-dir=/games \
+ --data-dir=/share/games \
+ --man-dir=/share/man \
+ $OPTS &&
make
diff --git a/games-strategy-rts/openttd/DEPENDS
b/games-strategy-rts/openttd/DEPENDS
index 41f8cfd..97f0fd5 100755
--- a/games-strategy-rts/openttd/DEPENDS
+++ b/games-strategy-rts/openttd/DEPENDS
@@ -1,7 +1,15 @@
optional_depends sdl \
"--with-sdl" \
"--without-sdl" \
- "SDL is needed for client else server only" &&
+ "SDL video driver" &&
+optional_depends allegro \
+ "--with-allegro" \
+ "--without-allegro" \
+ "Allegro video driver" &&
+optional_depends TIMIDITY \
+ --with-libtimidity \
+ --without-libtimidity \
+ "Enable MIDI music with TiMidity++" &&
optional_depends libpng \
"--with-png" \
"--without-png" \
@@ -9,7 +17,15 @@ optional_depends libpng
\
optional_depends zlib \
"--with-zlib" \
"--without-zlib" \
- "Enable savegames using zlib" &&
+ "Enable zlib-compressed savegames" &&
+optional_depends xz-utils \
+ --with-liblzma \
+ --without-liblzma \
+ "Enable LZMA-compressed savegames" &&
+optional_depends lzo \
+ --with-liblzo2 \
+ --without-liblzo2 \
+ "Enabze LZO-compressed savegames" &&
optional_depends freetype2 \
"--with-freetype" \
"--without-freetype" \
@@ -17,4 +33,8 @@ optional_depends freetype2
\
optional_depends fontconfig \
"--with-fontconfig" \
"--without-config" \
- "Enable fontconfig"
+ "Enable fontconfig" &&
+optional_depends icu \
+ "--with-icu" \
+ "--without-icu" \
+ "right-to-left text support"
diff --git a/games-strategy-rts/openttd/DETAILS
b/games-strategy-rts/openttd/DETAILS
index 83c6962..5b02f1c 100755
--- a/games-strategy-rts/openttd/DETAILS
+++ b/games-strategy-rts/openttd/DETAILS
@@ -1,11 +1,11 @@
SPELL=openttd
- VERSION=1.1.5
+ VERSION=1.5.1
SOURCE=$SPELL-$VERSION-source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://binaries.openttd.org/releases/${VERSION}/${SOURCE}
WEB_SITE=http://www.openttd.org/
ENTERED=20040708
-
SOURCE_HASH=sha512:7700c5a5074876973a0c6d719de72e26cbca2fff1f2f5bae73b1aad1a6d0e8fde725fe9cf612d150aa3a0aa802440e488ac7e5dde6e1b23ff5812e004205c898
+
SOURCE_HASH=sha512:583b39066bbdb45186e07e2578f0533b0f47484eafd21210a9c2b8d9076c63e2e3291ef7d380442635b1fc818840070274c8555f12e0e95d127690bbda533c84
LICENSE[0]=GPL
SHORT="Open source clone of Microprose 'Transport Tycoon Deluxe'"
cat << EOF
diff --git a/games-strategy-rts/openttd/HISTORY
b/games-strategy-rts/openttd/HISTORY
index ad61b14..735481b 100644
--- a/games-strategy-rts/openttd/HISTORY
+++ b/games-strategy-rts/openttd/HISTORY
@@ -1,3 +1,7 @@
+2015-06-23 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: updated spell to 1.5.1
+ Updated dependencies
+
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 Ismael Luceno (c2a2b58954263f729a6468561b50bedcdb8d85bc), Ismael Luceno, 06/26/2015

Archive powered by MHonArc 2.6.24.

Top of Page