diff options
Diffstat (limited to 'games/doomsday')
-rw-r--r-- | games/doomsday/doomsday.SlackBuild | 24 | ||||
-rw-r--r-- | games/doomsday/doomsday.info | 6 |
2 files changed, 26 insertions, 4 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 diff --git a/games/doomsday/doomsday.info b/games/doomsday/doomsday.info index db442f4dd7..1d21ad5463 100644 --- a/games/doomsday/doomsday.info +++ b/games/doomsday/doomsday.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/deng/Doomsday%20Engine/1.15.8 MD5SUM="14487b988bd3b46580164cdcfa5989d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython OpenAL fmodapi assimp SDL2_mixer" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +REQUIRES="wxPython assimp SDL2_mixer" +MAINTAINER="B. Watson" +EMAIL="yalhcru@gmail.com" |