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 | |
| 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
| -rw-r--r-- | ports/libogg/CONTROL | 5 | ||||
| -rw-r--r-- | ports/libogg/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/libogg/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libogg.json | 5 |
5 files changed, 17 insertions, 10 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" +} diff --git a/versions/baseline.json b/versions/baseline.json index 611a09ea2..d11e695b9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3397,8 +3397,8 @@ "port-version": 7 }, "libogg": { - "baseline": "1.3.4", - "port-version": 3 + "baseline": "1.3.5", + "port-version": 0 }, "libopenmpt": { "baseline": "2017-01-28-cf2390140", diff --git a/versions/l-/libogg.json b/versions/l-/libogg.json index d7987e5c8..0eab3563d 100644 --- a/versions/l-/libogg.json +++ b/versions/l-/libogg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "70cb700f89c98b87d678a3aa7a14461eff4b99e4", + "version": "1.3.5", + "port-version": 0 + }, + { "git-tree": "156d376fca62197dd916c454d1299dcee84c72dc", "version-string": "1.3.4", "port-version": 3 |
