Skip to content

Commit

Permalink
[leptonica] Bump to 1.85.0 (microsoft#42818)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 23, 2024
1 parent 2b85cc2 commit daf75de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
9 changes: 1 addition & 8 deletions ports/leptonica/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
vcpkg_download_distfile(REDUCE_REQUIRED_C_SANDARD
URLS https://github.com/DanBloomberg/leptonica/commit/23aef077a8dd631de80cb457384e0aa5338e85a4.patch?full_index=1
FILENAME leptonica-reduce-c-standard-23aef077a8dd631de80cb457384e0aa5338e85a4.patch
SHA512 e309730b959c58b2c063bfd40434da22c79061ece48f2d8a388364a49e2a12a85b74b755e8b837d8fdeee9c187379460a85a9e5cf84f09f0c4649f280a0c9536
)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DanBloomberg/leptonica
REF "${VERSION}"
SHA512 968a88d2074717e6f379d2f9b8f7f0d5193fe9b8856051e09e2b31c939689b196a4a9b2cde595ce76ff8ae2784680ef5e68c40709c051d3d23738e862968016f
SHA512 49e387eae37fda02242ff093c6effa92f59e0761640c71a5c79f0c02923486dc96472ff99a17763cbecc6396966cbc5c0d7f5c8fd3a61f9a65a34339f930735a
HEAD_REF master
PATCHES
fix-pc-and-config.patch
"${REDUCE_REQUIRED_C_SANDARD}"
)

vcpkg_find_acquire_program(PKGCONFIG)
Expand Down
3 changes: 1 addition & 2 deletions ports/leptonica/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "leptonica",
"version": "1.84.1",
"port-version": 1,
"version": "1.85.0",
"description": "An open source library containing software that is broadly useful for image processing and image analysis applications",
"homepage": "https://github.com/DanBloomberg/leptonica",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4245,8 +4245,8 @@
"port-version": 2
},
"leptonica": {
"baseline": "1.84.1",
"port-version": 1
"baseline": "1.85.0",
"port-version": 0
},
"lerc": {
"baseline": "4.0.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/leptonica.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "06712962f8bd3f195f1ece8fc02582de1643da0b",
"version": "1.85.0",
"port-version": 0
},
{
"git-tree": "99f96a421ac16fea60363be5488c10b19d6018d4",
"version": "1.84.1",
Expand Down

0 comments on commit daf75de

Please sign in to comment.