summaryrefslogtreecommitdiffstats
path: root/games/doomsday/doomsday.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-02-07 18:33:06 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:23:58 +0700
commit375fc382136ad425b3e2915da23d7d794d21d658 (patch)
treef7bea7bf9201d340e51fea2aa11d9ef100bed564 /games/doomsday/doomsday.SlackBuild
parente8a1157cd213e454d6735ac65486d800f1ef199d (diff)
downloadslackbuilds-375fc382136ad425b3e2915da23d7d794d21d658.tar.gz
slackbuilds-375fc382136ad425b3e2915da23d7d794d21d658.tar.xz
games/doomsday: Fix REQUIRES, new maintainer.
Diffstat (limited to 'games/doomsday/doomsday.SlackBuild')
-rw-r--r--games/doomsday/doomsday.SlackBuild24
1 files changed, 23 insertions, 1 deletions
diff --git a/games/doomsday/doomsday.SlackBuild b/games/doomsday/doomsday.SlackBuild
index b7961aad63..aae23d6b0a 100644
--- a/games/doomsday/doomsday.SlackBuild
+++ b/games/doomsday/doomsday.SlackBuild
@@ -22,10 +22,32 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Now maintained by B. Watson.
+
+# 20170207 bkw:
+# - Take over maintenance, BUILD=2
+# - Remove OpenAL and fmodapi from REQUIRES, since they are not
+# only not required, but actually not enabled in the build.
+# - TODO: get rid of libpng sRGB profile warnings, especially in
+# doomsday-launcher where they cause a modal dialog.
+# - TODO: get rid of "can't initialize FMOD" warnings, when fmodapi
+# isn't even built in.
+# - TODO: install binaries to /usr/games, not /usr/bin
+# - TODO: possibly have .desktop file start doomsday, not launch-doomsday,
+# since doomsday automagically locates the game resources instead
+# of forcing the user to manually navigate to the IWAD paths. Not
+# sure about this: what else does launch-doomsday do?
+# - TODO: enable OpenAL and fmodapi as optional dependencies. Think this
+# is done in config_user.pri.
+# - TODO: figure out how to decrease the detail level or something, so
+# the game runs faster than a slideshow on my system. Failing
+# that, do all of the above, then hand off maintenance to someone
+# who can afford a shinier newer video card than I can.
+
PRGNAM=doomsday
SRCNAM=${PRGNAM}-stable
VERSION=${VERSION:-1.15.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then