diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-10-28 05:13:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 10:28:38 +0700 |
commit | f6f036df47800d717df7b411cd91ce02232e4907 (patch) | |
tree | 8e2574e1046fc2a688687e21a671a3556267507c /games/dolphin-emu | |
parent | 189b0f6b3fdeaeb4788ccb55696da6e4a9019b1e (diff) |
games/dolphin-emu: Updated for version 5.0.17738.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/dolphin-emu')
-rw-r--r-- | games/dolphin-emu/README | 7 | ||||
-rw-r--r-- | games/dolphin-emu/dolphin-emu.SlackBuild | 15 | ||||
-rw-r--r-- | games/dolphin-emu/dolphin-emu.info | 12 |
3 files changed, 26 insertions, 8 deletions
diff --git a/games/dolphin-emu/README b/games/dolphin-emu/README index 1b0fe654412af..463206099423d 100644 --- a/games/dolphin-emu/README +++ b/games/dolphin-emu/README @@ -7,5 +7,12 @@ multiplayer, and even more! Optional dependencies: SFML, cubeb, fmt, gtest, hidapi, jack, mbedtls, miniupnpc, pugixml, qt6 +Analytic data collection is enabled by default, however, users are +prompted about this on first launch. To disable analytics without being +prompted, pass ANALYTICS=OFF to the build script. + +Discord Rich Presence is disabled by default, to enable Discord +functionality, pass DISCORD=ON to the build script. + If you would like to disable Gameboy Advance controller support, pass USEMGBA=OFF to the build script. This will remove the mgba dependecy. diff --git a/games/dolphin-emu/dolphin-emu.SlackBuild b/games/dolphin-emu/dolphin-emu.SlackBuild index 11f291c226d40..059d3d0056393 100644 --- a/games/dolphin-emu/dolphin-emu.SlackBuild +++ b/games/dolphin-emu/dolphin-emu.SlackBuild @@ -27,12 +27,15 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dolphin-emu SRCNAM=dolphin -VERSION=${VERSION:-20220903_1088021} -SRCVER=${SRCVER:-1088021e39750c22ba622ab9e5065ffc32cb0e39} +VERSION=${VERSION:-5.0.17738} +SRCVER=${SRCVER:-5ee7a555887f4365c61f99aa18a29ff822e4b8d8} LIBSPNG=${LIBSPNG:-dc5b1032c08efac68ad30170f7ccbf0aa8dd55c9} MGBA=${MGBA:-40d4c430fc36caeb7ea32fd39624947ed487d2f2} SPIRVCROSS=${SPIRVCROSS:-50b4d5389b6a06f86fb63a2848e1a7da6d9755ca} -ZLIBNG=${ZLIBNG:-a406284705a462939c7a634119884a31b87d6af9} +VULKANMEMORYALLOCATOR=${VULKANMEMORYALLOCATOR:-c351692490513cdb0e5a2c925aaf7ea4a9b672f4} +ZLIBNG=${ZLIBNG:-ce01b1e41da298334f8214389cc9369540a7560f} +ANALYTICS=${ANALYTICS:-ON} +DISCORD=${DISCORD:-OFF} USEMGBA=${USEMGBA:-ON} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,6 +83,8 @@ tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz tar xvf $CWD/SPIRV-Cross-$SPIRVCROSS.tar.gz -C \ $DEPS/spirv_cross/SPIRV-Cross --strip-components 1 +tar xvf $CWD/VulkanMemoryAllocator-$VULKANMEMORYALLOCATOR.tar.gz -C \ + $DEPS/VulkanMemoryAllocator --strip-components 1 tar xvf $CWD/libspng-$LIBSPNG.tar.gz -C \ $DEPS/libspng/libspng --strip-components 1 if [ ${USEMGBA} = "ON" ]; then @@ -106,7 +111,11 @@ cd build -DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \ -Dmandir=/usr/man \ -DDISTRIBUTOR=SlackBuilds.org \ + -DENABLE_ANALYTICS=$ANALYTICS \ + -DENABLE_LTO=ON \ -DENABLE_SDL=ON \ + -DENABLE_TESTS=OFF \ + -DUSE_DISCORD_PRESENCE=$DISCORD \ -DUSE_MGBA=$USEMGBA \ -DCMAKE_BUILD_TYPE=Release .. make diff --git a/games/dolphin-emu/dolphin-emu.info b/games/dolphin-emu/dolphin-emu.info index eeeafded0012a..f317b9a16f307 100644 --- a/games/dolphin-emu/dolphin-emu.info +++ b/games/dolphin-emu/dolphin-emu.info @@ -1,18 +1,20 @@ PRGNAM="dolphin-emu" -VERSION="20220903_1088021" +VERSION="5.0.17738" HOMEPAGE="https://dolphin-emu.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/dolphin-emu/dolphin/archive/1088021e39750c22ba622ab9e5065ffc32cb0e39/dolphin-1088021e39750c22ba622ab9e5065ffc32cb0e39.tar.gz \ +DOWNLOAD_x86_64="https://github.com/dolphin-emu/dolphin/archive/5ee7a555887f4365c61f99aa18a29ff822e4b8d8/dolphin-5ee7a555887f4365c61f99aa18a29ff822e4b8d8.tar.gz \ https://github.com/KhronosGroup/SPIRV-Cross/archive/50b4d5389b6a06f86fb63a2848e1a7da6d9755ca/SPIRV-Cross-50b4d5389b6a06f86fb63a2848e1a7da6d9755ca.tar.gz \ + https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/c351692490513cdb0e5a2c925aaf7ea4a9b672f4/VulkanMemoryAllocator-c351692490513cdb0e5a2c925aaf7ea4a9b672f4.tar.gz \ https://github.com/randy408/libspng/archive/dc5b1032c08efac68ad30170f7ccbf0aa8dd55c9/libspng-dc5b1032c08efac68ad30170f7ccbf0aa8dd55c9.tar.gz \ https://github.com/mgba-emu/mgba/archive/40d4c430fc36caeb7ea32fd39624947ed487d2f2/mgba-40d4c430fc36caeb7ea32fd39624947ed487d2f2.tar.gz \ - https://github.com/zlib-ng/zlib-ng/archive/a406284705a462939c7a634119884a31b87d6af9/zlib-ng-a406284705a462939c7a634119884a31b87d6af9.tar.gz" -MD5SUM_x86_64="04264aae02912f3f70973053949ac7ee \ + https://github.com/zlib-ng/zlib-ng/archive/ce01b1e41da298334f8214389cc9369540a7560f/zlib-ng-ce01b1e41da298334f8214389cc9369540a7560f.tar.gz" +MD5SUM_x86_64="c2d1d0f6cbc95afe24e78407b86f7b08 \ ccbd4691aa98e09c48ca52938780f485 \ + 9eb7af01d2b36d8d5964696ecd257011 \ 5c563b774605b0bad9f6ed244bd9e14d \ 640f4014848dbe1e40d09a138956be38 \ - 7d4d0c4d98619529cd9368fa0b6cefda" + 59bc34854f5bb7492810e30f20b844eb" REQUIRES="" MAINTAINER="Steven Voges" EMAIL="svoges.sbo@gmail.com" |