Skip to content

Commit

Permalink
[jasper] Update (#36676)
Browse files Browse the repository at this point in the history
* update jasper

* v db
  • Loading branch information
Neumann-A committed Feb 10, 2024
1 parent 73bc296 commit 5f6c971
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ports/jasper/fix-library-name.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/build/jasper.pc.in b/build/jasper.pc.in
diff --git a/build/pkgconfig/jasper.pc.in b/build/pkgconfig/jasper.pc.in
index a4ce38f..a9a7bc4 100644
--- a/build/jasper.pc.in
+++ b/build/jasper.pc.in
--- a/build/pkgconfig/jasper.pc.in
+++ b/build/pkgconfig/jasper.pc.in
@@ -6,7 +6,7 @@ Name: JasPer
Description: Image Processing/Coding Tool Kit with JPEG-2000 Support
Version: @JAS_VERSION@
Expand Down
3 changes: 1 addition & 2 deletions ports/jasper/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jasper-software/jasper
REF "version-${VERSION}"
SHA512 940841f4094987526ee23aed84f2b028b0f4d58cd2be91dcf737102018d8da111870959ad64710b14ae1ca4ca8361fc900ff6ecee31f0f23ef435bf7f0935462
SHA512 31da8f49cec3ba2a3bb9ba40fa54fe64c97d1e564631c980619f0b3ffca36814adc6c2cb8dc1ead774a15546f308e7a33990821538d1e7b6c885b14ed4e1f711
HEAD_REF master
PATCHES
no_stdc_check.patch
fix-library-name.patch
check-for-atomics-support.patch # https://github.com/jasper-software/jasper/pull/370
)

if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
Expand Down
3 changes: 1 addition & 2 deletions ports/jasper/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "jasper",
"version": "4.1.0",
"port-version": 1,
"version": "4.2.0",
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
"homepage": "https://github.com/jasper-software/jasper",
"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 @@ -3661,8 +3661,8 @@
"port-version": 1
},
"jasper": {
"baseline": "4.1.0",
"port-version": 1
"baseline": "4.2.0",
"port-version": 0
},
"jbig2dec": {
"baseline": "0.20",
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/jasper.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e7c4fac8db3b39fcce348be5b8d1140a753197ed",
"version": "4.2.0",
"port-version": 0
},
{
"git-tree": "3155b993a1ac52e0101edecb422a74513fc3a470",
"version": "4.1.0",
Expand Down

0 comments on commit 5f6c971

Please sign in to comment.