From cf237fed658d142fddf414c67558b5f974b46fb1 Mon Sep 17 00:00:00 2001 From: "packages-releases-bot[bot]" <161914197+packages-releases-bot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:03:07 -0600 Subject: [PATCH] Update nugget-doom (#1433) * nugget-doom - Update to nugget-doom-4.0.0 * Update vcpkg.json * Fix --------- Co-authored-by: d10sfan <4337981+d10sfan@users.noreply.github.com> --- engines/nugget-doom/assets/run-nugget-doom.sh | 1 + engines/nugget-doom/build.sh | 2 +- engines/nugget-doom/env.json | 2 +- engines/nugget-doom/vcpkg.json | 3 ++- metadata/packagessniper_v2.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/engines/nugget-doom/assets/run-nugget-doom.sh b/engines/nugget-doom/assets/run-nugget-doom.sh index c0469e38c..fd942b013 100755 --- a/engines/nugget-doom/assets/run-nugget-doom.sh +++ b/engines/nugget-doom/assets/run-nugget-doom.sh @@ -10,6 +10,7 @@ fi export LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" mkdir -p ../share/nugget-doom +ln -rsf ./bugget-doom.pk3 ../share/nugget-doom ln -rsf ./soundfonts ../share/nugget-doom/soundfonts ./nugget-doom "$@" diff --git a/engines/nugget-doom/build.sh b/engines/nugget-doom/build.sh index 7ef5bd53c..a6bb299bb 100755 --- a/engines/nugget-doom/build.sh +++ b/engines/nugget-doom/build.sh @@ -22,7 +22,7 @@ popd # COPY PHASE cp -rfv "source/build/src/nugget-doom" "$diststart/common/dist/" -cp -rfv "source/autoload" "$diststart/common/dist/" +cp -rfv "source/build/src/nugget-doom.pk3" "$diststart/common/dist/" cp -rfv "source/docs" "$diststart/common/dist/" cp -rfv "source/soundfonts" "$diststart/common/dist/" diff --git a/engines/nugget-doom/env.json b/engines/nugget-doom/env.json index 9c452d185..d9452402f 100644 --- a/engines/nugget-doom/env.json +++ b/engines/nugget-doom/env.json @@ -6,5 +6,5 @@ ], "LICENSE_PATH": "./source/COPYING", "COMMON_PACKAGE": true, - "COMMIT_TAG": "nugget-doom-3.3.0" + "COMMIT_TAG": "nugget-doom-4.0.0" } \ No newline at end of file diff --git a/engines/nugget-doom/vcpkg.json b/engines/nugget-doom/vcpkg.json index 69f911d2d..282a871ca 100644 --- a/engines/nugget-doom/vcpkg.json +++ b/engines/nugget-doom/vcpkg.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ { "name": "fluidsynth", "features": ["pulseaudio"] }, - { "name": "sdl2-mixer", "features": ["fluidsynth"] } + { "name": "sdl2-mixer", "features": ["fluidsynth"] }, + "libebur128" ] } diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 193df0e77..903e1ee42 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -11284,7 +11284,7 @@ }, { "engine_link": "https://github.com/MrAlaux/Nugget-Doom", - "version": "nugget-doom-3.3.0", + "version": "nugget-doom-4.0.0", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "GPLv2",