Search Criteria
Package Details: openjph 0.26.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openjph.git (read-only, click to copy) |
|---|---|
| Package Base: | openjph |
| Description: | Open-source implementation of JPEG2000 Part-15 |
| Upstream URL: | https://github.com/aous72/OpenJPH/ |
| Licenses: | BSD-2-Clause |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 2 |
| Popularity: | 0.41 |
| First Submitted: | 2022-05-31 16:13 (UTC) |
| Last Updated: | 2025-12-25 23:54 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- gcc14AUR (make)
- libtiff (libtiff-gitAUR, libtiff-lercAUR) (make)
- expat (expat-gitAUR) (check)
Latest Comments
tacaswell commented on 2026-01-01 04:02 (UTC)
This package has file conflicts with https://archlinux.org/packages/extra/x86_64/openexr/
patlefort commented on 2025-10-11 21:21 (UTC)
It's checked at runtime. If it still doesn't work, then it's an upstream issue.
dbermond commented on 2025-10-09 20:25 (UTC)
@patlefort that's not so simple. User-defined compiler flags that influence the emitted instruction set can be overridden by the programmer by, for example, directly calling the instruction set itself. Since I'm not sure if these instruction sets are evaluated at runtime or only at compile time, I'm disabling them to comply with the Arch Linux current target architecture (baseline x86-64 / x86-64-v1), potentially avoiding issues for such users.
patlefort commented on 2025-10-09 15:21 (UTC)
Can you please not hard disable SSE/AVX? It can be left to be detected from user compiler flags.