diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 926d8aa985725..e3432415f39d9 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -1,30 +1,32 @@ PORTNAME= jasper -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= graphics MASTER_SITES= https://github.com/jasper-software/jasper/releases/download/version-${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the codec specified in the JPEG-2000 standard -WWW= https://www.ece.uvic.ca/~frodo/jasper/ +WWW= https://ece.engr.uvic.ca/~frodo/jasper/ \ + https://github.com/jasper-software/jasper LICENSE= JASPER LICENSE_NAME= JasPer License Version 2.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake cpe jpeg localbase +USES= cmake cpe jpeg localbase pathfix CMAKE_OFF= JAS_ENABLE_32BIT \ + JAS_ENABLE_CONFORMANCE_TESTS \ + JAS_ENABLE_CXX \ JAS_ENABLE_DANGEROUS_INTERNAL_TESTING_MODE \ JAS_ENABLE_DOC \ JAS_ENABLE_LATEX \ JAS_ENABLE_MIF_CODEC \ JAS_ENABLE_NON_THREAD_SAFE_DEBUGGING \ - JAS_ENABLE_PIC \ JAS_PREFER_PTHREAD_TSS \ JAS_STRICT \ - JAS_USE_JAS_INIT + JAS_USE_JAS_INIT \ + JAS_WASM CMAKE_ON= JAS_ENABLE_BMP_CODEC \ JAS_ENABLE_HIDDEN \ JAS_ENABLE_JP2_CODEC \ @@ -46,8 +48,7 @@ CMAKE_ON= JAS_ENABLE_BMP_CODEC \ JAS_INCLUDE_PGX_CODEC \ JAS_INCLUDE_PNM_CODEC \ JAS_INCLUDE_RAS_CODEC \ - JAS_PREFER_PTHREAD \ - JAS_STRICT + JAS_PREFER_PTHREAD TEST_TARGET= test USE_LDCONFIG= yes diff --git a/graphics/jasper/distinfo b/graphics/jasper/distinfo index 44b421efff6fd..ed44ee3dda34f 100644 --- a/graphics/jasper/distinfo +++ b/graphics/jasper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682776523 -SHA256 (jasper-4.0.0.tar.gz) = 39514e1b53a5333fcff817e19565371f016ea536c36fd2d13a9c4d8da8f0be0c -SIZE (jasper-4.0.0.tar.gz) = 2088520 +TIMESTAMP = 1699774462 +SHA256 (jasper-4.1.0.tar.gz) = ffe1543d87f7ffc5039d2415afd48c314a7cc0b0c750b4982cd881d6ed4b5743 +SIZE (jasper-4.1.0.tar.gz) = 2111893 diff --git a/graphics/jasper/pkg-descr b/graphics/jasper/pkg-descr index b531d66bb8d7d..2a6638f317d4a 100644 --- a/graphics/jasper/pkg-descr +++ b/graphics/jasper/pkg-descr @@ -1,5 +1,3 @@ JasPer is a software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). The JasPer software is written in the C programming language. - -See also: https://github.com/jasper-software/jasper