summaryrefslogtreecommitdiffstats
path: root/games/eduke32
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-01-28 19:11:41 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 07:00:05 +0700
commit62c5e90e71258dec15193388ec76a9db8bc8636c (patch)
tree13eff2a62c03afdab0dd6e220172e907cbe0dbc7 /games/eduke32
parent55a7f0819c3035d89c820c4bc30da240e8cb42fa (diff)
downloadslackbuilds-62c5e90e71258dec15193388ec76a9db8bc8636c.tar.gz
slackbuilds-62c5e90e71258dec15193388ec76a9db8bc8636c.tar.xz
games/eduke32: Updated for version 20170123_6052.
Diffstat (limited to 'games/eduke32')
-rw-r--r--games/eduke32/eduke32.SlackBuild20
-rw-r--r--games/eduke32/eduke32.info6
2 files changed, 15 insertions, 11 deletions
diff --git a/games/eduke32/eduke32.SlackBuild b/games/eduke32/eduke32.SlackBuild
index 28fd460273..f29678ec39 100644
--- a/games/eduke32/eduke32.SlackBuild
+++ b/games/eduke32/eduke32.SlackBuild
@@ -6,6 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170128 bkw:
+# - update for 20170123_6052
+# - add new utilities
+# - compilefix.diff no longer needed
+
# 20160808 bkw:
# - update for 20160704_5811
# - install samples/ to the doc dir, not the game data dir
@@ -20,7 +25,7 @@
# - slack-desc shows SDL version and whether or not libvpx was used.
PRGNAM=eduke32
-VERSION=${VERSION:-20160704_5811}
+VERSION=${VERSION:-20170123_6052}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,8 +78,6 @@ else
ANDVPX=" and libvpx"
fi
-patch -p1 < $CWD/compilefix.diff
-
# On some systems, the game spits out tons of warnings:
# Error: glGetTexLevelParameteriv returned GL_FALSE!
# These don't seem to actually hurt anything (the game looks
@@ -103,18 +106,18 @@ make \
# Build the utilities, if requested.
if [ "${BUILD_UTILS:-yes}" = "yes" ]; then
- make utils \
+ make utils sdlutils \
OPTIMIZATIONS="$SLKCFLAGS" \
ARCH="" \
$VPXFLAG \
SDL_TARGET=$SDL_TARGET \
- for i in kextract kgroup transpal wad2art wad2map; do
+ for i in kextract kgroup transpal wad2art wad2map kmd2tool \
+ md2tool generateicon cacheinfo arttool givedepth \
+ mkpalette unpackssi map2stl ivfrate makesdlkeytrans
+ do
install -s -D -m0755 $i $PKG/usr/games/$i
done
-
- mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
- cp build/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
fi
install -D -m0755 $PRGNAM $PKG/usr/libexec/$PRGNAM/$PRGNAM
@@ -140,6 +143,7 @@ mkdir -p $PKG/usr/share/pixmaps
cp $CWD/$PRGNAM.png $PKG/usr/share/pixmaps
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp build/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cp build/buildlic.txt source/gpl-2.0.txt $CWD/README_game_data.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -r package/sdk/samples $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/eduke32/eduke32.info b/games/eduke32/eduke32.info
index 9755c65cbe..6c633a7ef5 100644
--- a/games/eduke32/eduke32.info
+++ b/games/eduke32/eduke32.info
@@ -1,8 +1,8 @@
PRGNAM="eduke32"
-VERSION="20160704_5811"
+VERSION="20170123_6052"
HOMEPAGE="http://www.eduke32.com/"
-DOWNLOAD="http://dukeworld.duke4.net/eduke32/synthesis/20160704-5811/eduke32_src_20160704-5811.tar.xz"
-MD5SUM="979df7dfbe3584f88b40cdab88e37f4a"
+DOWNLOAD="http://dukeworld.duke4.net/eduke32/synthesis/20170123-6052/eduke32_src_20170123-6052.tar.xz"
+MD5SUM="b3109ceca104bb4550ebeb58fc5b38f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""