Skip to content

Commit

Permalink
openjpeg: Update from v2.4 to v2.5 and use NINJA for building
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jun 24, 2022
1 parent b148aed commit 019b2d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion cross/openjpeg/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = openjpeg
PKG_VERS = 2.4.0
PKG_VERS = 2.5.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/uclouvain/$(PKG_NAME)/archive
Expand All @@ -12,4 +12,6 @@ HOMEPAGE = https://github.com/uclouvain/openjpeg#readme
COMMENT = OpenJPEG is an open-source JPEG 2000 codec written in C language.
LICENSE = BSD 2-clause simplified

CMAKE_USE_NINJA = 1

include ../../mk/spksrc.cross-cmake.mk
2 changes: 1 addition & 1 deletion cross/openjpeg/PLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lnk:lib/libopenjp2.so
lib:lib/libopenjp2.so.2.4.0
lib:lib/libopenjp2.so.2.5.0
lnk:lib/libopenjp2.so.7
6 changes: 3 additions & 3 deletions cross/openjpeg/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openjpeg-2.4.0.tar.gz SHA1 bbbf4dc4d9ce95286843cd39ac2febd3fd516c9d
openjpeg-2.4.0.tar.gz SHA256 8702ba68b442657f11aaeb2b338443ca8d5fb95b0d845757968a7be31ef7f16d
openjpeg-2.4.0.tar.gz MD5 4d388298335947367e91f1d100468af1
openjpeg-2.5.0.tar.gz SHA1 ed4c9cf56b74a5bf380db3d88e402d3e0d85e7a7
openjpeg-2.5.0.tar.gz SHA256 0333806d6adecc6f7a91243b2b839ff4d2053823634d4f6ed7a59bc87409122a
openjpeg-2.5.0.tar.gz MD5 5cbb822a1203dd75b85639da4f4ecaab

0 comments on commit 019b2d0

Please sign in to comment.