aboutsummaryrefslogtreecommitdiff
path: root/ports/opusfile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/opusfile')
-rw-r--r--ports/opusfile/CONTROL10
-rw-r--r--ports/opusfile/vcpkg.json20
2 files changed, 20 insertions, 10 deletions
diff --git a/ports/opusfile/CONTROL b/ports/opusfile/CONTROL
deleted file mode 100644
index 139b7fa7e..000000000
--- a/ports/opusfile/CONTROL
+++ /dev/null
@@ -1,10 +0,0 @@
-Source: opusfile
-Version: 0.12
-Homepage: https://github.com/xiph/opusfile
-Description: Stand-alone decoder library for .opus streams
-Build-Depends: libogg, opus
-Supports: !uwp
-
-Feature: opusurl
-Description: Support decoding of http(s) streams
-Build-Depends: openssl
diff --git a/ports/opusfile/vcpkg.json b/ports/opusfile/vcpkg.json
new file mode 100644
index 000000000..212c393f5
--- /dev/null
+++ b/ports/opusfile/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "opusfile",
+ "version-string": "0.12",
+ "port-version": 1,
+ "description": "Stand-alone decoder library for .opus streams",
+ "homepage": "https://github.com/xiph/opusfile",
+ "supports": "!uwp",
+ "dependencies": [
+ "libogg",
+ "opus"
+ ],
+ "features": {
+ "opusurl": {
+ "description": "Support decoding of http(s) streams",
+ "dependencies": [
+ "openssl"
+ ]
+ }
+ }
+}