Skip to content

Commit

Permalink
graphics/jasper: Update to 4.1.0
Browse files Browse the repository at this point in the history
- Update WWW and clean up pkg-descr
- Use USES=pathfix to fix .pc installation

Changes:	https://github.com/jasper-software/jasper/releases
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent f4f208d commit 89bb77c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
17 changes: 9 additions & 8 deletions 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 \
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 0 additions & 2 deletions 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

0 comments on commit 89bb77c

Please sign in to comment.