Skip to content

Commit

Permalink
Update woof (#1410)
Browse files Browse the repository at this point in the history
* woof - Update to woof_15.0.0

* Update vcpkg.json

* fix

---------

Co-authored-by: d10sfan <[email protected]>
Co-authored-by: d10sfan <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent dd16a83 commit d4f5b17
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions engines/woof/assets/run-woof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fi
export LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH"

mkdir -p ../share/woof
ln -rsf ./woof.pk3 ../share/woof
ln -rsf ./soundfonts ../share/woof/soundfonts

./woof "$@"
2 changes: 1 addition & 1 deletion engines/woof/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ popd

# COPY PHASE
cp -rfv "source/build/src/woof" "$diststart/common/dist/"
cp -rfv "source/autoload" "$diststart/common/dist/"
cp -rfv "source/build/src/woof.pk3" "$diststart/common/dist/"
cp -rfv "source/docs" "$diststart/common/dist/"
cp -rfv "source/soundfonts" "$diststart/common/dist/"

Expand Down
2 changes: 1 addition & 1 deletion engines/woof/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
],
"LICENSE_PATH": "./source/COPYING",
"COMMON_PACKAGE": true,
"COMMIT_TAG": "woof_14.5.0"
"COMMIT_TAG": "woof_15.0.0"
}
3 changes: 2 additions & 1 deletion engines/woof/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11268,7 +11268,7 @@
},
{
"engine_link": "https://github.com/fabiangreffrath/woof",
"version": "woof_14.5.0",
"version": "woof_15.0.0",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "GPLv2",
Expand Down

0 comments on commit d4f5b17

Please sign in to comment.