aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libbluray/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libbluray/vcpkg.json')
-rw-r--r--vcpkg/ports/libbluray/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/libbluray/vcpkg.json b/vcpkg/ports/libbluray/vcpkg.json
new file mode 100644
index 0000000..5f3aef8
--- /dev/null
+++ b/vcpkg/ports/libbluray/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "libbluray",
+ "version-semver": "1.4.0",
+ "description": "Library to access Blu-Ray disks",
+ "homepage": "https://www.videolan.org/developers/libbluray.html",
+ "license": "LGPL-2.1-or-later",
+ "supports": "!uwp & !xbox",
+ "dependencies": [
+ {
+ "name": "fontconfig",
+ "platform": "!uwp & !windows"
+ },
+ "freetype",
+ "libudfread",
+ "libxml2",
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ]
+}