meson: Add wrap for libvorbis and libogg
authorThibault Saunier <tsaunier@igalia.com>
Mon, 4 Oct 2021 17:41:28 +0000 (14:41 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 16 Oct 2021 00:43:10 +0000 (00:43 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1068>

subprojects/ogg.wrap [new file with mode: 0644]
subprojects/vorbis.wrap [new file with mode: 0644]

diff --git a/subprojects/ogg.wrap b/subprojects/ogg.wrap
new file mode 100644 (file)
index 0000000..a482e89
--- /dev/null
@@ -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 (file)
index 0000000..b6cae32
--- /dev/null
@@ -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
+