mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/scummvm: Updated for version 1.6.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
afb12327a6
commit
801ba30e34
4 changed files with 18 additions and 17 deletions
|
@ -5,4 +5,5 @@ LucasArts games such as Monkey Island, Day of the Tentacle, and others.
|
||||||
ScummVM also contains interpreters for several non-SCUMM games - currently
|
ScummVM also contains interpreters for several non-SCUMM games - currently
|
||||||
Beneath a Steel Sky, Broken Sword I & II, and Simon the Sorcerer 1 & 2.
|
Beneath a Steel Sky, Broken Sword I & II, and Simon the Sorcerer 1 & 2.
|
||||||
|
|
||||||
ScummVM has an optional dependency on fluidsynth.
|
ScummVM optionally uses libmpeg2 and fluidsynth, both are available from
|
||||||
|
SlackBuilds.org
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for scummvm
|
# Slackware build script for scummvm
|
||||||
|
|
||||||
# Copyright 2006 Halim Issa <yallaone@gmail.com>
|
# Copyright 2006 Halim Issa <yallaone@gmail.com>
|
||||||
# Copyright 2008, 2010 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
# Copyright 2008, 2010, 2012, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=scummvm
|
PRGNAM=scummvm
|
||||||
VERSION=${VERSION:-1.5.0}
|
VERSION=${VERSION:-1.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="scummvm"
|
PRGNAM="scummvm"
|
||||||
VERSION="1.5.0"
|
VERSION="1.6.0"
|
||||||
HOMEPAGE="http://www.scummvm.org/"
|
HOMEPAGE="http://www.scummvm.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/scummvm/scummvm-1.5.0.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/scummvm/scummvm-1.6.0.tar.bz2"
|
||||||
MD5SUM="d71d1df5c8262556fedbe885972fbf6e"
|
MD5SUM="473c151ff44e3db7b603ecacd800a0d2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
scummvm: ScummVM (SCUMM game engine interpreter)
|
scummvm: ScummVM (SCUMM game engine interpreter)
|
||||||
scummvm:
|
scummvm:
|
||||||
scummvm: ScummVM is a collection of interpreters, capable of emulating
|
scummvm: ScummVM is a collection of interpreters, capable of emulating
|
||||||
scummvm: several adventure game engines. ScummVM mainly supports engines
|
scummvm: several adventure game engines. ScummVM mainly supports engines
|
||||||
scummvm: created using SCUMM (Script Creation Utility for Maniac Mansion),
|
scummvm: created using SCUMM (Script Creation Utility for Maniac Mansion),
|
||||||
scummvm: used in various LucasArts games such as Monkey Island, Day of the
|
scummvm: used in various LucasArts games such as Monkey Island, Day of the
|
||||||
scummvm: Tentacle, and others. ScummVM also contains interpreters for
|
scummvm: Tentacle, and others. ScummVM also contains interpreters for
|
||||||
scummvm: several non-SCUMM games, currently these are Beneath a Steel Sky,
|
scummvm: several non-SCUMM games, currently these are Beneath a Steel Sky,
|
||||||
scummvm: Broken Sword I & II, and Simon the Sorcerer 1 & 2.
|
scummvm: Broken Sword I & II, and Simon the Sorcerer 1 & 2.
|
||||||
scummvm:
|
scummvm:
|
||||||
scummvm:
|
scummvm:
|
||||||
|
|
Loading…
Reference in a new issue