-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDependencyControl.json
95 lines (95 loc) · 3.19 KB
/
DependencyControl.json
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
91
92
93
94
95
{
"dependencyControlFeedFormatVersion": "0.2.0",
"name": "SubInspector",
"description": "Official SubInspector repository",
"baseUrl": "https://github.com/TypesettingTools/SubInspector",
"url": "@{baseUrl}",
"maintainer": "torque",
"knownFeeds": {
"ffi-experiments": "https://raw.githubusercontent.com/TypesettingTools/ffi-experiments/master/DependencyControl.json"
},
"modules": {
"SubInspector.Inspector": {
"url": "@{baseUrl}",
"author": "torque",
"name": "SubInspector",
"description": "Provides low level inspection and analysis of subtitles post-rasterization.",
"channels": {
"release": {
"version": "0.7.2",
"released": "2018-04-0.6",
"default": true,
"platforms": ["Windows-x86", "Windows-x64", "OSX-x64"],
"fileBaseUrl": "https://github.com/TypesettingTools/@{scriptName}/releases/download/v0.5.1/",
"files": [
{
"name": ".moon",
"url": "https://raw.githubusercontent.com/TypesettingTools/@{scriptName}/c2db2971c9f959b6dcd84ea8438eef8e5702f400/examples/Aegisub/Inspector@{fileName}",
"sha1": "112009C60FFF28FD56B47AE51F562E306272AFF6"
},
{
"name": "/SubInspector.dll",
"url": "@{fileBaseUrl}@{scriptName}-win32.dll",
"platform": "Windows-x86",
"sha1": "E9A75D53FFE6DD5DBE35451B2DEA336AD2104C66"
},
{
"name": "/SubInspector.dll",
"url": "@{fileBaseUrl}@{scriptName}-win64.dll",
"platform": "Windows-x64",
"sha1": "719A281B1FCDF73EF058FF210CBC3674CB1A6831"
},
{
"name": "/libSubInspector.dylib",
"url": "https://github.com/TypesettingTools/SubInspector/releases/download/v0.5.2/libSubInspector.dylib",
"platform": "OSX-x64",
"sha1": "CE34B98F880FD7BB0DD6BDDCDC6484C7781EEF71"
}
],
"requiredModules": [
{
"moduleName": "ffi"
},
{
"moduleName": "requireffi.requireffi",
"version": "0.1.2",
"feed": "@{feed:ffi-experiments}"
}
]
}
},
"changelog": {
"0.7.2": [
"Fix Inspector.moon C library version compatibility check in some cases."
],
"0.7.1": [
"Fix Inspector.moon log function invocation."
],
"0.7.0": [
"Fix Inspector.moon for libass with DirectWrite. No more XP support."
],
"0.6.1": [
"Improve hash reliability as a measure of visual sameness."
],
"0.6.0": [
"Rebrand as SubInspector."
],
"0.5.1": [
"Fix bounds calculation in weird cases."
],
"0.5.0": [
"DependencyControl integration."
],
"0.4.0": [
"Added solid field to ASSI_Rect."
],
"0.3.1": [
"Fixed hash reliability by not hashing junk memory."
],
"0.3.0": [
"All inputs are hashed (CRC32) to provide a measure of uniqueness."
]
}
}
}
}