forked from ArtifexSoftware/mupdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
129 lines (129 loc) · 4.55 KB
/
.gitmodules
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
[submodule "thirdparty/jbig2dec"]
path = thirdparty/jbig2dec
url = [email protected]:GerHobbelt/jbig2dec.git
[submodule "thirdparty/mujs"]
path = thirdparty/mujs
url = [email protected]:GerHobbelt/mujs.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = [email protected]:GerHobbelt/thirdparty-freetype2.git
[submodule "thirdparty/gumbo-parser"]
path = thirdparty/gumbo-parser
url = [email protected]:GerHobbelt/gumbo-parser.git
[submodule "thirdparty/harfbuzz"]
path = thirdparty/harfbuzz
url = [email protected]:GerHobbelt/thirdparty-harfbuzz.git
[submodule "thirdparty/jpeg"]
path = thirdparty/libjpeg
url = [email protected]:GerHobbelt/thirdparty-libjpeg.git
[submodule "thirdparty/lcms2"]
path = thirdparty/lcms2
url = [email protected]:GerHobbelt/thirdparty-lcms2.git
[submodule "thirdparty/libwebp"]
path = thirdparty/libwebp
url = [email protected]:GerHobbelt/thirdparty-libwebp.git
[submodule "thirdparty/openjpeg"]
path = thirdparty/openjpeg
url = [email protected]:GerHobbelt/thirdparty-openjpeg.git
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = [email protected]:GerHobbelt/thirdparty-zlib.git
[submodule "thirdparty/curl"]
path = thirdparty/curl
url = [email protected]:GerHobbelt/thirdparty-curl.git
[submodule "thirdparty/freeglut"]
path = thirdparty/freeglut
url = [email protected]:GerHobbelt/thirdparty-freeglut.git
[submodule "thirdparty/leptonica"]
path = thirdparty/leptonica
url = [email protected]:GerHobbelt/leptonica.git
[submodule "thirdparty/tesseract"]
path = thirdparty/tesseract
url = [email protected]:GerHobbelt/tesseract.git
[submodule "thirdparty/libtiff"]
path = thirdparty/libtiff
url = [email protected]:GerHobbelt/libtiff.git
[submodule "thirdparty/libpng"]
path = thirdparty/libpng
url = [email protected]:GerHobbelt/libpng.git
[submodule "thirdparty/extract"]
path = thirdparty/extract
url = [email protected]:GerHobbelt/thirdparty_extract.git
[submodule "thirdparty/jpeginfo"]
path = thirdparty/jpeginfo
url = [email protected]:GerHobbelt/jpeginfo.git
[submodule "thirdparty/tesstrain"]
path = thirdparty/tesstrain
url = [email protected]:GerHobbelt/tesstrain.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tessdoc"]
path = thirdparty/tessdoc
url = [email protected]:GerHobbelt/tessdoc.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tessdata_contrib"]
path = thirdparty/tessdata_contrib
url = [email protected]:GerHobbelt/tessdata_contrib.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tesseract_docs"]
path = thirdparty/tesseract_docs
url = [email protected]:GerHobbelt/tesseract_docs.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tessconfigs"]
path = thirdparty/tessconfigs
url = [email protected]:GerHobbelt/tessconfigs.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tessdata_fast"]
path = thirdparty/tessdata_fast
url = [email protected]:GerHobbelt/tessdata_fast.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tessdata_best"]
path = thirdparty/tessdata_best
url = [email protected]:GerHobbelt/tessdata_best.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tesseract_langdata"]
path = thirdparty/tesseract_langdata
url = [email protected]:GerHobbelt/langdata.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/langdata_LSTM"]
path = thirdparty/langdata_LSTM
url = [email protected]:GerHobbelt/langdata_lstm.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tessdata"]
path = thirdparty/tessdata
url = [email protected]:GerHobbelt/tessdata.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/owemdjee"]
path = thirdparty/owemdjee
url = [email protected]:GerHobbelt/owemdjee.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "book/mupdf_explored"]
path = book/mupdf_explored
url = [email protected]:GerHobbelt/mupdf_explored.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/libWebP.Net"]
path = thirdparty/libWebP.Net
url = [email protected]:GerHobbelt/libwebp-net.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tesseract_ocr_test"]
path = thirdparty/tesseract_ocr_test
url = [email protected]:GerHobbelt/test.git
fetchRecurseSubmodules = on-demand
ignore = dirty
[submodule "thirdparty/tesseract_api_docs"]
path = thirdparty/tesseract_api_docs
url = [email protected]:GerHobbelt/tessapi.git
fetchRecurseSubmodules = on-demand
ignore = dirty