diff --git a/packages/l/libopus/xmake.lua b/packages/l/libopus/xmake.lua index 05eb6651cb4..68dc0ef9431 100644 --- a/packages/l/libopus/xmake.lua +++ b/packages/l/libopus/xmake.lua @@ -3,12 +3,21 @@ package("libopus") set_homepage("https://opus-codec.org") set_description("Modern audio compression for the internet.") - set_urls("https://gitlab.xiph.org/xiph/opus/-/archive/v$(version)/opus-v$(version).tar.gz", - "https://gitlab.xiph.org/xiph/opus.git", - "https://github.com/xiph/opus.git") - - add_versions("1.4", "cf7c31577c384e1dc17a6f57e8460e520d135ab9e0b9068543dd657e25e7da1f") - add_versions("1.3.1", "a4ef56e2c8fce5dba63f6db1f671e3fa5b18299d953975b6636fee211ddc882a") + add_urls("https://downloads.xiph.org/releases/opus/opus-$(version).tar.gz", + {alias = "home"}) + add_urls("https://github.com/xiph/opus/archive/refs/tags/v$(version).tar.gz", + "https://github.com/xiph/opus.git", + {alias = "github"}) + + add_versions("home:1.5.1", "b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85") + add_versions("home:1.5", "d8230bbeb99e6d558645aaad25d79de8f4f28fdcc55f8af230050586d62c4f2c") + add_versions("home:1.4", "c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f") + add_versions("home:1.3.1", "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d") + + add_versions("github:1.5.1", "7ce44ef3d335a3268f26be7d53bb3bed7205b34eaf80bf92a99e69d490afe9d9") + add_versions("github:1.5", "d7de528957dde0ba40e9dec9e25b679232bfaf19fb6a02ed8358845007d7075e") + add_versions("github:1.4", "659e6b223e42a51b0a898632b9a5f406ccd5c2e00aa526ddd1264789774b94e5") + add_versions("github:1.3.1", "4834a8944c33a7ecab5cad9454eeabe4680ca1842cb8f5a2437572dbf636de8f") add_patches("1.3.1", path.join(os.scriptdir(), "patches", "1.3.1", "cmake.patch"), "79fba5086d7747d0441f7f156b88e932b662e2d2ccd825279a5a396a2840d3a2") add_configs("avx", { description = "AVX supported", default = true, type = "boolean" })