Skip to content

Commit

Permalink
graphics/openjph: Update to 0.10.5
Browse files Browse the repository at this point in the history
- Update LICENSE_FILE
- Use USES=pathfix to fix .pc installation

Changes:	https://github.com/aous72/OpenJPH/releases
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 9647e85 commit 845e86d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 47 deletions.
9 changes: 6 additions & 3 deletions graphics/openjph/Makefile
@@ -1,15 +1,15 @@
PORTNAME= openjph
PORTVERSION= 0.9.0
PORTVERSION= 0.10.5
CATEGORIES= graphics

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Open-source implementation of JPEG2000 Part-15
WWW= https://github.com/aous72/OpenJPH

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake compiler:c++11-lang # pathfix
USES= cmake compiler:c++11-lang pathfix

CMAKE_ON= BUILD_SHARED_LIBS
USE_LDCONFIG= yes
Expand All @@ -26,4 +26,7 @@ USE_GITHUB= yes
CMAKE_ON+= OJPH_DISABLE_INTEL_SIMD
.endif

post-install:
${LN} -s libopenjph.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libopenjph.so.0

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions graphics/openjph/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1653925886
SHA256 (aous72-OpenJPH-0.9.0_GH0.tar.gz) = 6970b14e73babb7a2e466be115e45fc55e9e02104248938257dd5bac5c67d41a
SIZE (aous72-OpenJPH-0.9.0_GH0.tar.gz) = 375685
TIMESTAMP = 1708448928
SHA256 (aous72-OpenJPH-0.10.5_GH0.tar.gz) = fc1e43fb1e8a097f883f5fe98794327eb96c4bdf2c53cb633537b061af4c99f3
SIZE (aous72-OpenJPH-0.10.5_GH0.tar.gz) = 358992
41 changes: 0 additions & 41 deletions graphics/openjph/files/patch-CMakeLists.txt

This file was deleted.

1 change: 1 addition & 0 deletions graphics/openjph/pkg-plist
Expand Up @@ -12,5 +12,6 @@ include/openjph/ojph_params.h
include/openjph/ojph_version.h
lib/libopenjph.so
lib/libopenjph.so.0
lib/libopenjph.so.0.10
lib/libopenjph.so.%%PORTVERSION%%
libdata/pkgconfig/openjph.pc

0 comments on commit 845e86d

Please sign in to comment.