diff --git a/engines/perimeter/build.sh b/engines/perimeter/build.sh index b0966a82f..6ba617233 100755 --- a/engines/perimeter/build.sh +++ b/engines/perimeter/build.sh @@ -3,7 +3,7 @@ # CLONE PHASE git clone https://github.com/IonAgorria/Perimeter.git source pushd source -git checkout -f 48e3d63 +git checkout -f 3b06a6f git submodule update --init --recursive popd @@ -11,7 +11,7 @@ popd pushd "source" mkdir build cd build -cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOPTION_LINKER_LLD=OFF -DCMAKE_PREFIX_PATH="$pfx" -DCMAKE_INSTALL_PREFIX="$pfx" +cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOPTION_LINKER_LLD=OFF -DCMAKE_PREFIX_PATH="$pfx;$VCPKG_INSTALLED_PATH" -DCMAKE_INSTALL_PREFIX="$pfx" ninja dependencies ninja cd Source/dxvk-prefix/src/dxvk-build @@ -23,5 +23,6 @@ mkdir -p "$diststart/common/dist/lib" cp -rfv "$pfx/lib"/*.so* "$diststart/common/dist/lib" cp -rfv "$pfx/usr/local/lib/x86_64-linux-gnu"/*.so* "$diststart/common/dist/lib" + cp -rfv source/build/Source/perimeter "$diststart/common/dist/" cp -rfv assets/* "$diststart/common/dist/" diff --git a/engines/perimeter/env.sh b/engines/perimeter/env.sh index 9bd451716..5187aa76c 100755 --- a/engines/perimeter/env.sh +++ b/engines/perimeter/env.sh @@ -2,6 +2,5 @@ export STEAM_APP_ID_LIST="289440 289240" export LICENSE_PATH="./source/LICENSE" -export LIBRARIES="yasm ffmpeg" export COMMON_PACKAGE="1" -export APT_LIBRARIES="libboost-dev" +export APT_LIBRARIES="libboost-dev nasm" diff --git a/engines/perimeter/vcpkg.json b/engines/perimeter/vcpkg.json new file mode 100644 index 000000000..212c3bf28 --- /dev/null +++ b/engines/perimeter/vcpkg.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "ffmpeg" + ] +} diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 715974030..a7297b958 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -8532,7 +8532,7 @@ }, { "engine_link": "https://github.com/IonAgorria/Perimeter", - "version": "48e3d63", + "version": "3b06a6f", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "GPLv3", @@ -9280,4 +9280,4 @@ "value": "Supports steam achivements." } ] -} \ No newline at end of file +}