aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-14 16:38:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-14 17:15:32 +0000
commit89bb77c92baa6a6f86facdca24e79eb2c30d7025 (patch)
tree66c04c4c6a8e7ac86bd7640155b86fe4a5f493aa
parentf4f208d62e391ca65c1371d8a2f88b7637b44366 (diff)
downloadports-89bb77c92baa6a6f86facdca24e79eb2c30d7025.tar.gz
ports-89bb77c92baa6a6f86facdca24e79eb2c30d7025.zip
graphics/jasper: Update to 4.1.0
- Update WWW and clean up pkg-descr - Use USES=pathfix to fix .pc installation Changes: https://github.com/jasper-software/jasper/releases
-rw-r--r--graphics/jasper/Makefile17
-rw-r--r--graphics/jasper/distinfo6
-rw-r--r--graphics/jasper/pkg-descr2
3 files changed, 12 insertions, 13 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index 926d8aa98572..e3432415f39d 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 44b421efff6f..ed44ee3dda34 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 b531d66bb8d7..2a6638f317d4 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