aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openjpeg/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/openjpeg/vcpkg.json')
-rw-r--r--vcpkg/ports/openjpeg/vcpkg.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/vcpkg/ports/openjpeg/vcpkg.json b/vcpkg/ports/openjpeg/vcpkg.json
new file mode 100644
index 0000000..09dac13
--- /dev/null
+++ b/vcpkg/ports/openjpeg/vcpkg.json
@@ -0,0 +1,43 @@
+{
+ "name": "openjpeg",
+ "version": "2.5.4",
+ "description": "OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.",
+ "homepage": "https://github.com/uclouvain/openjpeg",
+ "license": "BSD-2-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "jpip": {
+ "description": "Build optional component jpip",
+ "supports": "!uwp"
+ },
+ "tools": {
+ "description": "(deprecated)",
+ "dependencies": [
+ {
+ "name": "curl",
+ "platform": "!windows"
+ },
+ {
+ "name": "fastcgi",
+ "platform": "!windows"
+ },
+ "lcms",
+ "libpng",
+ {
+ "name": "tiff",
+ "default-features": false
+ },
+ "zlib"
+ ]
+ }
+ }
+}