aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/allegro5/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/allegro5/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/allegro5/vcpkg.json')
-rw-r--r--vcpkg/ports/allegro5/vcpkg.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/vcpkg/ports/allegro5/vcpkg.json b/vcpkg/ports/allegro5/vcpkg.json
new file mode 100644
index 0000000..1647042
--- /dev/null
+++ b/vcpkg/ports/allegro5/vcpkg.json
@@ -0,0 +1,66 @@
+{
+ "name": "allegro5",
+ "version": "5.2.10.0",
+ "port-version": 1,
+ "description": "Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like.",
+ "homepage": "https://liballeg.org/",
+ "license": "BSD-3-Clause AND Zlib",
+ "dependencies": [
+ {
+ "name": "alsa",
+ "platform": "linux"
+ },
+ "bzip2",
+ {
+ "name": "freetype",
+ "default-features": false
+ },
+ "libflac",
+ "libjpeg-turbo",
+ "libogg",
+ "libpng",
+ "libtheora",
+ "libvorbis",
+ {
+ "name": "libwebp",
+ "default-features": false
+ },
+ "minimp3",
+ "openal-soft",
+ "opus",
+ "opusfile",
+ "physfs",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "default-features": [
+ {
+ "name": "direct3d",
+ "platform": "windows"
+ },
+ {
+ "name": "opengl",
+ "platform": "!(arm & windows) & !uwp & !xbox"
+ }
+ ],
+ "features": {
+ "direct3d": {
+ "description": "Direct3D support",
+ "supports": "windows"
+ },
+ "opengl": {
+ "description": "OpenGL support",
+ "supports": "!(arm & windows) & !uwp & !xbox",
+ "dependencies": [
+ "opengl"
+ ]
+ }
+ }
+}