Port details |
- openjph Open-source implementation of JPEG2000 Part-15
- 0.18.2 graphics =3 0.16.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-11-15 18:00:35
- Last Update: 2024-12-25 19:15:04
- Commit Hash: 11f7973
- People watching this port, also watch:: kf5-kquickcharts, py311-pikepdf, qtkeychain-qt5, libssh, xcb-util-image
- License: BSD2CLAUSE
- WWW:
- https://github.com/aous72/OpenJPH
- Description:
- Open source implementation of High-throughput JPEG2000 (HTJ2K), also known as
JPH, JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814. Here, we are
interested in implementing the HTJ2K only, supporting features that are defined
in JPEG2000 Part 1 (for example, for wavelet transform, only reversible 5/3 and
irreversible 9/7 are supported).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openjph>0:graphics/openjph
- To install the port:
- cd /usr/ports/graphics/openjph/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/openjph
- pkg install openjph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openjph
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734888054
SHA256 (aous72-OpenJPH-0.18.2_GH0.tar.gz) = 6c1a895f5957f58b6ecebd136d4553a6baa73b1cc20432dc542312abfc0eedf1
SIZE (aous72-OpenJPH-0.18.2_GH0.tar.gz) = 465281
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libtiff.so : graphics/tiff
- This port is required by:
- for Libraries
-
- graphics/libheif
Configuration Options:
- No options to configure
- Options name:
- graphics_openjph
- USES:
- cmake compiler:c++11-lang pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18.2 25 Dec 2024 19:15:04 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.18.2
Changes: https://github.com/aous72/OpenJPH/releases |
0.18.0 12 Nov 2024 16:22:50 |
Baptiste Daroussin (bapt) |
graphics/openjph: update to 0.18
This version addresses an issue, which causes illegal instruction
fault on machines that do not support AVX or more recent instruction
sets, when the code in compiled with clang and in the Release mode only.
Noticeable for anyone running Nextcloud on a machine which do not
support AVX or more recent instructions sets!
Changes: https://github.com/aous72/OpenJPH/releases/tag/0.18.0 |
0.17.0 30 Sep 2024 13:36:24 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.17.0
Changes: https://github.com/aous72/OpenJPH/releases |
0.16.0 15 Sep 2024 20:09:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.16.0
Changes: https://github.com/aous72/OpenJPH/releases |
0.15.0 24 Jul 2024 11:44:18 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.15.0
Changes: https://github.com/aous72/OpenJPH/releases |
0.14.2 08 Jul 2024 16:21:17 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.14.2
Changes: https://github.com/aous72/OpenJPH/releases |
0.14.1 07 Jul 2024 17:20:41 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.14.1
Changes: https://github.com/aous72/OpenJPH/releases |
0.14.0 06 Jul 2024 16:01:49 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.14.0
Changes: https://github.com/aous72/OpenJPH/releases |
0.13.3 28 May 2024 10:21:25 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.13.3
Changes: https://github.com/aous72/OpenJPH/releases |
0.13.1 19 May 2024 22:10:28 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.13.1
Changes: https://github.com/aous72/OpenJPH/releases |
0.13.0 19 May 2024 17:15:08 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.13.0
Changes: https://github.com/aous72/OpenJPH/releases |
0.11.0 20 Apr 2024 14:25:36 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.11.0
- Update LICENSE_FILE
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/aous72/OpenJPH/releases |
0.10.5 21 Feb 2024 15:06:31 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.10.5
- Update LICENSE_FILE
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/aous72/OpenJPH/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.0 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.9.0 03 Jun 2022 09:00:24 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.9.0
Changes: https://github.com/aous72/OpenJPH/releases |
0.8.3 22 May 2022 04:22:35 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Fix build on i386 |
0.8.3 17 Apr 2022 23:58:02 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.8.3
- Add missing USE_LDCONFIG
Changes: https://github.com/aous72/OpenJPH/releases |
0.8.2 07 Mar 2022 18:10:56 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.8.2
Changes: https://github.com/aous72/OpenJPH/releases |
0.8.1 23 Jan 2022 18:17:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.8.1
Changes: https://github.com/aous72/OpenJPH/releases |
0.7.3 18 Apr 2021 05:42:00 |
Po-Chuan Hsieh (sunpoet) |
graphics/openjph: Update to 0.7.3
Changes: https://github.com/aous72/OpenJPH/releases |
0.7.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.2_1 30 Mar 2021 19:11:59 |
sunpoet |
Do not build this port on i386 |
0.7.2_1 19 Dec 2020 20:06:19 |
sunpoet |
Use CMAKE_ON |
0.7.2_1 21 Nov 2020 09:18:10 |
sunpoet |
Set SOVERSION
- Bump PORTREVISION for package change |
0.7.2 16 Nov 2020 15:55:24 |
pkubaj |
graphics/openjph: fix build on non-x86
Reported by: linimon |
0.7.2 16 Nov 2020 02:08:17 |
linimon |
Add compiler:c++11-lang to USES to attempt to fix build on GCC-based systems:
src/core/common/ojph_arch.h:43:19: error: cstdint: No such file or directory
This is necessary but not sufficient. (Further testing underway).
Approved by: portmgr (tier-2 blanket) |
0.7.2 15 Nov 2020 17:55:54 |
sunpoet |
Add openjph 0.7.2
Open source implementation of High-throughput JPEG2000 (HTJ2K), also known as
JPH, JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814. Here, we are
interested in implementing the HTJ2K only, supporting features that are defined
in JPEG2000 Part 1 (for example, for wavelet transform, only reversible 5/3 and
irreversible 9/7 are supported).
WWW: https://github.com/aous72/OpenJPH |