games/dolphin-emu: Updated for version 20160206_76d614e.
Marked 32bit as UNSUPPORTED, thanks to idlemoor Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
79f0a338e5
commit
56c7d4051d
|
@ -6,8 +6,8 @@ lesser known titles can be hit or miss. Triforce compatibility is
|
|||
currently limited to a couple of games - others require more of the
|
||||
Triforce-specific peripheral devices to be emulated.
|
||||
|
||||
Optional dependencies: are SFML, OpenAL, portaudio, soil, SDL2,
|
||||
miniupnpc, soundtouch, ffmpeg and wxGTK3
|
||||
Optional dependencies: SFML, OpenAL, portaudio, soil, miniupnpc,
|
||||
soundtouch, ffmpeg and wxGTK3
|
||||
|
||||
Optional dependencies (not used): wayland and polarssl (version < 1.3)
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dolphin-emu
|
||||
VERSION=${VERSION:-20151223_81f379b}
|
||||
VERSION=${VERSION:-20160206_76d614e}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dolphin-emu"
|
||||
VERSION="20151223_81f379b"
|
||||
VERSION="20160206_76d614e"
|
||||
HOMEPAGE="http://dolphin-emu.org/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/dolphin-20151223_81f379b.tar.xz"
|
||||
MD5SUM="660385ce7d6d16ca2fb52fe76e5fd363"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/dolphin-20160206_76d614e.tar.xz"
|
||||
MD5SUM_x86_64="444fce8f80ce1d594f428a2c1b823050"
|
||||
REQUIRES="nvidia-cg-toolkit"
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
|
|
Loading…
Reference in New Issue