mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
subprojects: update ogg wrap to 1.3.5 and add fallback url
The windows ci runners complain about a self-signed certificate with the download.xiph.org urls. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1175>
This commit is contained in:
parent
12bd0f5907
commit
8954d84025
1 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,12 @@
|
|||
[wrap-file]
|
||||
directory = libogg-1.3.2
|
||||
source_url = http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
|
||||
source_filename = libogg-1.3.2.tar.xz
|
||||
source_hash = 3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/ogg_1.3.2-7/get_patch
|
||||
patch_filename = ogg-1.3.2-7-wrap.zip
|
||||
patch_hash = 253e5befb41afb44b9c090e0bedd74c25438c0938a80d7fc5b70d11b987a0a3e
|
||||
directory = libogg-1.3.5
|
||||
source_url = https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz
|
||||
source_fallback_url = https://gstreamer.freedesktop.org/data/src/mirror/libogg-1.3.5.tar.xz
|
||||
source_filename = libogg-1.3.5.tar.xz
|
||||
source_hash = c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
|
||||
patch_filename = ogg_1.3.5-1_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/ogg_1.3.5-1/get_patch
|
||||
patch_hash = 3ca55a9644b2e96dd2333ec71d51aba5645dd6688c4755a6f679c824d443a7d8
|
||||
|
||||
[provide]
|
||||
ogg = libogg_dep
|
||||
|
|
Loading…
Reference in a new issue