mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
meson: Add wrap for libvorbis and libogg
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1068>
This commit is contained in:
parent
d5da4b84f7
commit
cdf1e24121
2 changed files with 26 additions and 0 deletions
12
subprojects/ogg.wrap
Normal file
12
subprojects/ogg.wrap
Normal file
|
@ -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
|
||||
|
14
subprojects/vorbis.wrap
Normal file
14
subprojects/vorbis.wrap
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue