Skip to content

Commit d067566

Browse files
committed
libass: update and fix compilation
1 parent b8e343f commit d067566

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed
Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
#TODO can't detect fontconfig
21
[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+
49
[build]
5-
template = "configure"
610
dependencies = [
11+
"expat",
12+
"fontconfig",
713
"freetype2",
8-
"zlib",
9-
"libpng",
1014
"fribidi",
11-
"harfbuzz",
1215
"glib",
13-
"pcre",
14-
"fontconfig",
16+
"harfbuzz",
17+
"libpng",
18+
"pcre2",
19+
"zlib",
1520
]
21+
template = "custom"
22+
script = """
23+
DYNAMIC_INIT
24+
cookbook_configure --disable-asm
25+
"""

0 commit comments

Comments
 (0)