diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-17 15:26:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:29 +0700 |
commit | 1c4b82ca44728b26270b587112df8ce202648e32 (patch) | |
tree | 59118a832e1dff5e6942c45a7390735ededbf659 /games/colem/colem.SlackBuild | |
parent | 5a81160b695c6915a374ad978db5e32100d3a6c7 (diff) | |
download | slackbuilds-1c4b82ca44728b26270b587112df8ce202648e32.tar.gz |
games/colem: Updated for version 3.8.
Diffstat (limited to 'games/colem/colem.SlackBuild')
-rw-r--r-- | games/colem/colem.SlackBuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 5c2bf26574..62a52fd03f 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20161017 bkw: +# - updated for 3.8 +# - updated man page with new 3.8 options + # 20160729 bkw: # - updated for 3.7 # - rom_path.diff now handles filenames longer than 20 characters. @@ -38,7 +42,7 @@ # with OSS modules disabled by default. PRGNAM=colem -VERSION=${VERSION:-3.7} +VERSION=${VERSION:-3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -99,6 +103,13 @@ find -L . \ sed -i "s/-O2/$SLKCFLAGS/" EMULib/Rules.gcc +# colem still uses OSS audio. I thought linking with -laoss would Just Work, +# avoiding the need for the aoss wrapper script, but it doesn't work. code +# left here for references (I may revisit this someday). +##if [ "${AOSS:-yes}" = "yes" ]; then +## sed -i '/^LIBS/s,$, -laoss,' EMULib/Rules.Unix +##fi + # Make the emulator look in /usr/share/colem and ~/.colem for the # system ROMs, as well as the current directory. Without this, it's # quite annoying to use colem from either the command line or KDE. |