diff options
| author | evpobr <evpobr@gmail.com> | 2021-06-25 01:14:37 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:14:37 -0700 |
| commit | 786970101d87bfa4c0ca1ede2744675ee11c6a4d (patch) | |
| tree | 7e1c4386538fc27b9fa1c47b9496c69b4a12bc59 /ports | |
| parent | 80f5457d07ef2efcd62f0ac96026b3ba27de7f31 (diff) | |
| download | vcpkg-786970101d87bfa4c0ca1ede2744675ee11c6a4d.tar.gz vcpkg-786970101d87bfa4c0ca1ede2744675ee11c6a4d.zip | |
[libogg] Upgrade to 1.3.5 (#18546)
* [libogg] Upgrade to 1.3.5
* Upgrade to 1.3.5.
* Convert CONTROL to vcpkg.json
* Change homepage to https://www.xiph.org/ogg (as in README.md)
* Download from the main repo https://gitlab.xiph.org/xiph/ogg
* [libogg] Use version instead of version-string in manifest
* [libogg] Update libogg.json
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libogg/CONTROL | 5 | ||||
| -rw-r--r-- | ports/libogg/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/libogg/vcpkg.json | 6 |
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" +} |
