From cdf1e24121747e9a09c5ce9f63f4046a36cebcc2 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 4 Oct 2021 14:41:28 -0300 Subject: [PATCH] meson: Add wrap for libvorbis and libogg Part-of: --- subprojects/ogg.wrap | 12 ++++++++++++ subprojects/vorbis.wrap | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 subprojects/ogg.wrap create mode 100644 subprojects/vorbis.wrap diff --git a/subprojects/ogg.wrap b/subprojects/ogg.wrap new file mode 100644 index 0000000000..a482e89b54 --- /dev/null +++ b/subprojects/ogg.wrap @@ -0,0 +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 + +[provide] +ogg = libogg_dep + diff --git a/subprojects/vorbis.wrap b/subprojects/vorbis.wrap new file mode 100644 index 0000000000..b6cae325f5 --- /dev/null +++ b/subprojects/vorbis.wrap @@ -0,0 +1,14 @@ +[wrap-file] +directory = libvorbis-1.3.5 +source_url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz +source_filename = libvorbis-1.3.5.tar.xz +source_hash = 54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1 +patch_filename = vorbis_1.3.5-8_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/vorbis_1.3.5-8/get_patch +patch_hash = b4754624162fa78d3deb89f258cf7d98376e190b0d8186e18a9c0587cfed89ff + +[provide] +vorbis = vorbis_dep +vorbisfile = vorbisfile_dep +vorbisenc = vorbisenc_dep +