File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,32 @@ def run(self):
3030 "openjp2" ,
3131 "harfbuzz" ,
3232]
33+
3334ARCH_LINUX = DEFAULT + [
3435 "jbig2dec" ,
3536 "openjp2" ,
3637 "jpeg" ,
3738 "freetype" ,
3839 "gumbo" ,
3940]
41+
4042NIX = ARCH_LINUX + [
4143 "harfbuzz" ,
4244]
45+
4346OPENSUSE = NIX + [
4447 "png16" ,
4548]
49+
4650DEBIAN = OPENSUSE + [
4751 "mujs" ,
4852]
53+
4954FEDORA = NIX + [
5055 "leptonica" ,
5156 "tesseract" ,
5257]
58+
5359LIBRARIES = {
5460 "default" : DEFAULT ,
5561 "ubuntu" : DEFAULT ,
@@ -181,7 +187,7 @@ def load_libraries():
181187
182188setup (
183189 name = "PyMuPDF" ,
184- version = "1.19.1 " ,
190+ version = "1.19.2 " ,
185191 description = "Python bindings for the PDF toolkit and renderer MuPDF" ,
186192 long_description = readme ,
187193 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments