-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
90 lines (90 loc) · 3.75 KB
/
build.zig.zon
File metadata and controls
90 lines (90 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.{
.name = .validate,
.version = "0.15.2",
.dependencies = .{
.toml = .{
.url = "git+https://github.com/sam701/zig-toml?ref=HEAD#cf50bd59c6276fb2b6d34b8d71d35486eecc719c",
.hash = "toml-0.3.0-bV14Bd-EAQBKoXhpYft303BtA2vgLNlxntUCIWgRUl46",
},
.@"zig-xml" = .{
.url = "git+https://github.com/ianprime0509/zig-xml#8874de5b846f4e3e806a062cd11a01b2bb90fc7a",
.hash = "xml-0.2.0-ZTbP3wE6AgCsnyZut_plzxi6WB2tzzh3kFRBOp3AL7n9",
},
.zigimg = .{
.url = "git+https://github.com/pmarreck/zigimg#52c4b9a557d38fe1e166ac21c52fcd972af7e1c5",
.hash = "zigimg-0.1.0-8_eo2qWHFwA-S24SH7x7NplPii0EbIQiUfDrimgA6rzN",
},
.libwebp = .{
.path = "deps/libwebp",
},
// Removed: libheif, libde265, dav1d, openh264 (replaced by pure-Zig validators)
.libopus = .{
.path = "deps/libopus",
},
.libogg = .{
.path = "deps/libogg",
},
.libvorbis = .{
.path = "deps/libvorbis",
},
.minimp3 = .{
.path = "deps/minimp3",
},
// Removed: libvpx (replaced by pure-Zig VP9 validator)
.openjpeg = .{
.path = "deps/openjpeg",
},
.libjxl = .{
.path = "deps/libjxl",
},
.brotli = .{
.path = "deps/brotli",
},
.pcre2 = .{
.url = "https://github.com/pmarreck/pcre2/archive/refs/tags/zig-0.15.2.tar.gz",
.hash = "pcre2-10.47.0-S7QTbjnVMgAEncX1a_JtH4G6BgDWzC1tCMvL-KOMrM8b",
},
.libjpeg_turbo = .{
.url = "https://github.com/chearon/libjpeg-turbo/archive/refs/heads/main.tar.gz",
.hash = "libjpeg_turbo-3.1.1-1-iiYWshOCSQAUOo5zsLPqfjJMOLgpkJvcFTf6Cyn_AvkA",
},
.zlib = .{
.url = "https://github.com/allyourcodebase/zlib/archive/refs/heads/main.tar.gz",
.hash = "zlib-1.3.1-1-ZZQ7ldENAAA7qJjUXP6E6xnRuV-jDL9dyoJFc_eb3zQ6",
},
.sqlite3 = .{
.url = "https://github.com/allyourcodebase/sqlite3/archive/refs/heads/main.tar.gz",
.hash = "sqlite3-3.51.0-DMxLWssOAABZ8cAvU_LfBIbp0kZjm824PU8sSLXpEDdr",
},
.libopenmpt = .{
.url = "https://github.com/pmarreck/openmpt/archive/refs/heads/master.tar.gz",
.hash = "libopenmpt-0.8.0-5ozQWF9EGQts1u9ku3WqarDOuSyUw9TsSTwGFssLkyS6",
},
.cj5 = .{
.url = "git+https://github.com/pmarreck/cj5#532ca7b19f23a4d6f50c042b6eb109d2d03b634a",
.hash = "cj5-1.0.0-wO-emzjcAACw1lf_PjPeWK0G7Dvd0_bsGFPeJq2GDOW-",
},
.libraw = .{
.url = "git+https://github.com/phcreery/LibRaw-zig#master",
.hash = "libraw-0.21.4-c166SaOCAABnwCAwPECgFypND-jT9Ws-iidaxsJC_N05",
},
.z7z = .{
.url = "git+https://github.com/pmarreck/z7z#675d2e0f15c91624b53de296d02b0ade7f386ce3",
.hash = "z7z-0.1.0-rkKuF2hCBgBoySmohPLRbhwKnIStQLLRO5O2OgelO0hE",
},
.rarz = .{
.url = "https://github.com/pmarreck/rarz/archive/2ccb545b1900e50295646d661ce4167e573835cb.tar.gz",
.hash = "rarz-0.1.0-BNfrfvnCCQBp8FSdNERf8CDWQZAlnjdPIlX5RinRb-GW",
},
.compact_pro = .{
.url = "https://github.com/pmarreck/compact_pro/archive/acc3cebcc485bb3bc9a474d548cd4d124ca3a4a0.tar.gz",
.hash = "compact_pro-0.1.0-G2wo9d_eAgAfR6jeAAGNutPGE9Nientf3mUuzkR8OgOU",
},
.progrez = .{
.url = "git+https://github.com/pmarreck/progrez#ab325f195b34b8f2aed095fc62af530a9497e74f",
.hash = "progrez-0.1.0-0YJXrrECAgDFEpz8h967WNEcUdTIk8Si1UR6Q8IlUm90",
},
},
.paths = .{""},
.fingerprint = 0x421232542dfe208d,
}