Port details on branch 2023Q2 |
- libjxl JPEG XL reference encoder/decoder
- 0.8.2 graphics
=2 0.8.2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2023-04-21 15:42:06
- Last Update: 2023-06-15 00:44:40
- Commit Hash: 525dc86
- People watching this port, also watch:: syncthing, openbox, tmux, rsync, duf
- License: BSD3CLAUSE
- WWW:
- https://jpeg.org/jpegxl/
- Description:
- The JPEG XL Image Coding System (ISO/IEC 18181) has a rich feature set
and is particularly optimised for responsive web environments, so that
content renders well on a wide range of devices. Moreover, it includes
several features that help transition from the legacy JPEG format.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/libjxl/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libjxl
- pkg install libjxl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libjxl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686728961
SHA256 (libjxl-libjxl-v0.8.2_GH0.tar.gz) = c70916fb3ed43784eb840f82f05d390053a558e2da106e40863919238fa7b420
SIZE (libjxl-libjxl-v0.8.2_GH0.tar.gz) = 1612062
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- a2x : textproc/asciidoc
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-mime-database : misc/shared-mime-info
- python3.9 : lang/python39
- Test dependencies:
-
- googletest>0 : devel/googletest
- Runtime dependencies:
-
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libbrotlienc.so : archivers/brotli
- libhwy.so : devel/highway
- libgif.so : graphics/giflib
- libOpenEXR.so : graphics/openexr
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- graphics/gimp-jxl-plugin
- multimedia/aom
Configuration Options:
- ===> The following configuration options are available for libjxl-0.8.2:
GIF=on: GIF image format support
JPEG=on: JPEG image format support
LTO=on: Use Link-Time Optimization
MANPAGES=on: Build and/or install manual pages
OPENEXR=on: HDR image format support via OpenEXR
PIXBUF=on: GDK-PixBuf library support
PNG=on: PNG image format support
===> Use 'make config' to modify these settings
- Options name:
- graphics_libjxl
- USES:
- cmake:testing compiler:c++11-lib cpe localbase:ldflags pkgconfig shared-mime-info jpeg python:build gnome
- pkg-message:
- For install:
- Additional packages recommended for new users:
- imlib2-jxl (e.g., feh, scrot)
- kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- gimp-jxl-plugin
- If upgrading from < 0.6.1_4:
- If you use GIMP to read/write .jxl files install gimp-jxl-plugin after upgrade.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.2 15 Jun 2023 00:44:40
    |
Jan Beich (jbeich)  |
graphics/libjxl: update to 0.8.2
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.8.2
Reported by: GitHub (watch releases)
(cherry picked from commit 753122117e4495491ee889129a564e4a383612b8) |
0.8.1 28 Apr 2023 19:56:37
    |
Jan Beich (jbeich)  |
graphics/libjxl: unbreak JPEG=off after 115fc1237eeb
Error: Missing: bin/cjpeg_hdr
https://github.com/libjxl/libjxl/commit/759a29f9e6e0
PR: 271124
Submitted by: fsbruva@yahoo.com
(cherry picked from commit 0bafdac68158d54d6aa6a06c96b566809066d770) |
0.8.1 21 Apr 2023 15:36:06
    |
Piotr Kubaj (pkubaj)  |
graphics/libjxl: fix build on powerpc / powerpc64
/usr/local/include/hwy/ops/ppc_vsx-inl.h:2719:34: error: use of 'long long' with
'__vector' requires VSX support (available on POWER7 or later) to be enabled
(cherry picked from commit c6132c766da2e4cf17cce9a001331560f6d330ab) |