aboutsummaryrefslogtreecommitdiff
path: root/ports/libraw
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libraw')
-rw-r--r--ports/libraw/CONTROL5
-rw-r--r--ports/libraw/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL
deleted file mode 100644
index b5cbd7332..000000000
--- a/ports/libraw/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libraw
-Version: 201903-3
-Build-Depends: lcms, jasper
-Homepage: https://www.libraw.org
-Description: raw image decoder library
diff --git a/ports/libraw/vcpkg.json b/ports/libraw/vcpkg.json
new file mode 100644
index 000000000..01b3babe0
--- /dev/null
+++ b/ports/libraw/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "libraw",
+ "version-string": "201903",
+ "port-version": 4,
+ "description": "raw image decoder library",
+ "homepage": "https://www.libraw.org",
+ "dependencies": [
+ "jasper",
+ "lcms"
+ ]
+}