subprojects: add ogg, flac, opus
This commit is contained in:
3
subprojects/.gitignore
vendored
3
subprojects/.gitignore
vendored
@@ -2,10 +2,13 @@
|
||||
|
||||
/curl-*/
|
||||
/expat-*/
|
||||
/flac-*/
|
||||
/fmt-*/
|
||||
/googletest-*/
|
||||
/libmicrohttpd*
|
||||
/libnpupnp-*/
|
||||
/libogg-*/
|
||||
/liburing-*/
|
||||
/libvorbis-*/
|
||||
/opus-*/
|
||||
/sqlite-*/
|
||||
|
||||
13
subprojects/flac.wrap
Normal file
13
subprojects/flac.wrap
Normal file
@@ -0,0 +1,13 @@
|
||||
[wrap-file]
|
||||
directory = flac-1.4.3
|
||||
source_url = https://github.com/xiph/flac/releases/download/1.4.3/flac-1.4.3.tar.xz
|
||||
source_filename = flac-1.4.3.tar.xz
|
||||
source_hash = 6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70
|
||||
patch_filename = flac_1.4.3-2_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/flac_1.4.3-2/get_patch
|
||||
patch_hash = 3eace1bd0769d3e0d4ff099960160766a5185d391c8f583293b087a1f96c2a9c
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/flac_1.4.3-2/flac-1.4.3.tar.xz
|
||||
wrapdb_version = 1.4.3-2
|
||||
|
||||
[provide]
|
||||
flac = flac_dep
|
||||
13
subprojects/ogg.wrap
Normal file
13
subprojects/ogg.wrap
Normal file
@@ -0,0 +1,13 @@
|
||||
[wrap-file]
|
||||
directory = libogg-1.3.5
|
||||
source_url = https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz
|
||||
source_filename = libogg-1.3.5.tar.xz
|
||||
source_hash = c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
|
||||
patch_filename = ogg_1.3.5-6_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/ogg_1.3.5-6/get_patch
|
||||
patch_hash = 8be6dcd5f93bbf9c0b9c8ec1fa29810226a60f846383074ca05b313a248e78b2
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/ogg_1.3.5-6/libogg-1.3.5.tar.xz
|
||||
wrapdb_version = 1.3.5-6
|
||||
|
||||
[provide]
|
||||
ogg = libogg_dep
|
||||
10
subprojects/opus.wrap
Normal file
10
subprojects/opus.wrap
Normal file
@@ -0,0 +1,10 @@
|
||||
[wrap-file]
|
||||
directory = opus-1.5.2
|
||||
source_url = https://downloads.xiph.org/releases/opus/opus-1.5.2.tar.gz
|
||||
source_filename = opus-1.5.2.tar.gz
|
||||
source_hash = 65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/opus_1.5.2-1/opus-1.5.2.tar.gz
|
||||
wrapdb_version = 1.5.2-1
|
||||
|
||||
[provide]
|
||||
opus = opus_dep
|
||||
Reference in New Issue
Block a user