meson: update/promote libass dependency wraps
This commit is contained in:
parent
8bb8b34fe7
commit
6ff1729303
3 changed files with 12 additions and 4 deletions
|
@ -2,3 +2,6 @@
|
||||||
directory = freetype2
|
directory = freetype2
|
||||||
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
|
url = https://git.savannah.gnu.org/git/freetype/freetype2.git
|
||||||
revision = master
|
revision = master
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
freetype = freetype2_dep
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
directory = fribidi
|
directory = fribidi
|
||||||
url = https://github.com/fribidi/fribidi.git
|
url = https://github.com/fribidi/fribidi.git
|
||||||
revision = master
|
revision = master
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
fribidi = libfribidi_dep
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[wrap-file]
|
[wrap-file]
|
||||||
directory = libpng-1.6.37
|
directory = libpng-1.6.37
|
||||||
|
|
||||||
source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
|
source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
|
||||||
source_filename = libpng-1.6.37.tar.gz
|
source_filename = libpng-1.6.37.tar.gz
|
||||||
source_hash = ca74a0dace179a8422187671aee97dd3892b53e168627145271cad5b5ac81307
|
source_hash = ca74a0dace179a8422187671aee97dd3892b53e168627145271cad5b5ac81307
|
||||||
|
patch_url = https://wrapdb.mesonbuild.com/v1/projects/libpng/1.6.37/3/get_zip
|
||||||
|
patch_filename = libpng-1.6.37-3-wrap.zip
|
||||||
|
patch_hash = 6c9f32fd9150b3a96ab89be52af664e32207e10aa9f5fb9aa015989ee2dd7100
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
libpng = libpng_dep
|
||||||
|
|
||||||
patch_url = https://wrapdb.mesonbuild.com/v1/projects/libpng/1.6.37/1/get_zip
|
|
||||||
patch_filename = libpng-1.6.37-1-wrap.zip
|
|
||||||
patch_hash = 9a863ae8a5657315a484c94c51f9f636b1fb9f49a15196cc896b72e5f21d78f0
|
|
||||||
|
|
Loading…
Reference in a new issue