Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshermp <14854761+shermp@users.noreply.github.com>2022-06-14 01:55:55 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-06-14 02:44:50 +0300
commitaf32b4aa07b63b655f067c71619d1e0715dfcc94 (patch)
treeb5a75824c0c6913d8348e869093b3abb1ef4e949 /vcpkg.json.release_only
parent8c926436d78a12ff702e0bcb3f6e004b75836ae8 (diff)
Add versioned vcpkg manifest for use with releases
Diffstat (limited to 'vcpkg.json.release_only')
-rw-r--r--vcpkg.json.release_only17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg.json.release_only b/vcpkg.json.release_only
new file mode 100644
index 000000000..7d7b09387
--- /dev/null
+++ b/vcpkg.json.release_only
@@ -0,0 +1,17 @@
+{
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "name": "dosbox-staging",
+ "description": "DOSBox Staging is a fork of the DOSBox project that focuses on ease of use, modern technology and best practices.",
+ "version": "0.79.0",
+ "builtin-baseline": "19fafcdb3557f8a029ee1a4eb203600ff638448e",
+ "dependencies": [
+ {"name": "libpng", "version>=": "1.6.37#17"},
+ {"name": "sdl2", "version>=": "2.0.22#1"},
+ {"name": "sdl2-net", "version>=": "2.0.1#9"},
+ {"name": "libmt32emu", "version>=": "2.6.2"},
+ {"name": "opusfile", "version>=": "0.12#1"},
+ {"name": "fluidsynth", "version>=": "2.2.6#2"},
+ {"name": "gtest", "version>=": "1.11.0#5"},
+ {"name": "speexdsp", "version>=": "1.2.0#7"}
+ ]
+}