aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/libogg/CONTROL5
-rw-r--r--ports/libogg/portfile.cmake7
-rw-r--r--ports/libogg/vcpkg.json6
3 files changed, 10 insertions, 8 deletions
diff --git a/ports/libogg/CONTROL b/ports/libogg/CONTROL
deleted file mode 100644
index 57d1748ee..000000000
--- a/ports/libogg/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libogg
-Version: 1.3.4
-Port-Version: 3
-Description: Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.
-Homepage: https://github.com/xiph/ogg
diff --git a/ports/libogg/portfile.cmake b/ports/libogg/portfile.cmake
index 2316a2a8a..cd0cfc092 100644
--- a/ports/libogg/portfile.cmake
+++ b/ports/libogg/portfile.cmake
@@ -1,8 +1,9 @@
-vcpkg_from_github(
+vcpkg_from_gitlab(
+ GITLAB_URL https://gitlab.xiph.org
OUT_SOURCE_PATH SOURCE_PATH
REPO xiph/ogg
- REF c8fca6b4a02d695b1ceea39b330d4406001c03ed
- SHA512 52980fcca3c1dbb5fbfa4032f179679a5c4000f1fea88e7ed8b2522d80d27513be96d94933daeb9e36f4ac8556e7e4e8ec7e91101e2ba456e0fce51c484eee9e
+ REF v1.3.5
+ SHA512 72bfad534a459bfca534eae9b209fa630ac20364a82e82f2707b210a40deaf9a7dc9031532a8b27120a9dd66f804655ddce79875758ef14b109bf869e57fb747
HEAD_REF master
)
diff --git a/ports/libogg/vcpkg.json b/ports/libogg/vcpkg.json
new file mode 100644
index 000000000..0c0979eb1
--- /dev/null
+++ b/ports/libogg/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "libogg",
+ "version": "1.3.5",
+ "description": "Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.",
+ "homepage": "https://www.xiph.org/ogg"
+}