Skip to content

Commit

Permalink
leptonica: update to 1.84.0 (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Dec 24, 2023
1 parent 1968fc4 commit e0e5b92
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@
"lept"
],
"versions": [
"1.84.0-1",
"1.83.1-2",
"1.83.1-1"
]
Expand Down
8 changes: 4 additions & 4 deletions subprojects/leptonica.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = leptonica-1.83.1
source_url = https://github.com/DanBloomberg/leptonica/releases/download/1.83.1/leptonica-1.83.1.tar.gz
source_filename = leptonica-1.83.1.tar.gz
source_hash = 8f18615e0743af7df7f50985c730dfcf0c93548073d1f56621e4156a8b54d3dd
directory = leptonica-1.84.0
source_url = https://github.com/DanBloomberg/leptonica/releases/download/1.84.0/leptonica-1.84.0.tar.gz
source_filename = leptonica-1.84.0.tar.gz
source_hash = 42a029312a1df0cd5640195a979be81bf66230e153164cac456478454e7206d5
patch_directory = leptonica

[provide]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/leptonica/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'leptonica',
'c',
version: '1.83.1',
version: '1.84.0',
meson_version: '>=0.59.0',
)

Expand Down
5 changes: 4 additions & 1 deletion subprojects/packagefiles/leptonica/prog/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if get_option('progs').allowed()
['comparepages' ],
['comparepixa' ],
['comparetest' ],
['concatpdf' ],
['compresspdf' ],
['contrasttest' ],
['convertfilestopdf' , true],
['convertfilestops' , true],
Expand All @@ -33,6 +33,7 @@ if get_option('progs').allowed()
['converttops' , true],
['cornertest' ],
['corrupttest' ],
['croppdf' ],
['croptext' ],
['deskew_it' ],
['dewarprules' ],
Expand Down Expand Up @@ -131,6 +132,7 @@ if get_option('progs').allowed()
['skewtest' ],
['sorttest' ],
['splitimage2pdf' ],
['splitpdf' ],
['sudokutest' ],
['textorient' ],
['tiffpdftest' ],
Expand Down Expand Up @@ -275,6 +277,7 @@ if get_option(
['pageseg_reg' , 'libjpeg libpng libtiff libz' ],
['paint_reg' , 'libjpeg libpng libtiff' ],
['paintmask_reg' , 'libjpeg libpng libtiff' ],
['partition_reg' , 'libjpeg libtiff' ],
['pdfio1_reg' , 'libjpeg libpng libtiff libz' ],
['pdfio2_reg' , 'libjpeg libpng libz' ],
['pdfseg_reg' , 'libjpeg libpng' ],
Expand Down
2 changes: 2 additions & 0 deletions subprojects/packagefiles/leptonica/src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ lept_lib = library(
'parseprotos.c',
'partify.c',
'partition.c',
'pdfapp.c',
'pdfappstub.c',
'pdfio1.c',
'pdfio1stub.c',
'pdfio2.c',
Expand Down

0 comments on commit e0e5b92

Please sign in to comment.