File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed
recipes/wip/libs/other/libass Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
- # TODO can't detect fontconfig
2
1
[source ]
3
- tar = " https://github.com/libass/libass/releases/download/0.17.1/libass-0.17.1.tar.xz"
2
+ tar = " https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.xz"
3
+ blake3 = " bfbcc2a97193eb5c2a6c54d07c508d42ff62387a8a9d8b3959d15b6115bca8b6"
4
+ script = """
5
+ DYNAMIC_INIT
6
+ autotools_recursive_regenerate
7
+ """
8
+
4
9
[build ]
5
- template = " configure"
6
10
dependencies = [
11
+ " expat" ,
12
+ " fontconfig" ,
7
13
" freetype2" ,
8
- " zlib" ,
9
- " libpng" ,
10
14
" fribidi" ,
11
- " harfbuzz" ,
12
15
" glib" ,
13
- " pcre" ,
14
- " fontconfig" ,
16
+ " harfbuzz" ,
17
+ " libpng" ,
18
+ " pcre2" ,
19
+ " zlib" ,
15
20
]
21
+ template = " custom"
22
+ script = """
23
+ DYNAMIC_INIT
24
+ cookbook_configure --disable-asm
25
+ """
You can’t perform that action at this time.
0 commit comments