Port details |
- gimp-jxl-plugin GIMP plugin to read/write JPEG XL images
- 0.8.2 graphics
=1 0.8.2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2022-02-21 18:21:06
- Last Update: 2023-06-17 02:10:02
- Commit Hash: 738e401
- People watching this port, also watch:: libjxl, tcpdump, ratproxy, tmux
- License: BSD3CLAUSE
- WWW:
- https://jpeg.org/jpegxl/
- Description:
- GIMP plugin to read/write JPEG XL images
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gimp-jxl-plugin>0:graphics/gimp-jxl-plugin
- To install the port:
- cd /usr/ports/graphics/gimp-jxl-plugin/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/gimp-jxl-plugin
- pkg install gimp-jxl-plugin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gimp-jxl-plugin
- 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
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgegl-0.4.so : graphics/gegl
- libgimp-2.0.so : graphics/gimp-app
- libjxl.so : graphics/libjxl
- libbabl-0.1.so : x11/babl
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_gimp-jxl-plugin
- USES:
- cmake compiler:c++11-lang gnome pkgconfig
- 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.8.2 17 Jun 2023 02:10:02
    |
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) |
0.8.1_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
0.8.1 03 Feb 2023 22:23:41
    |
Jan Beich (jbeich)  |
graphics/libjxl: update to 0.8.1
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.8.1
Reported by: GitHub (watch releases) |
0.8.0 19 Jan 2023 16:09:10
    |
Jan Beich (jbeich)  |
graphics/gimp-jxl-plugin: update to 0.8.0 (nop)
Reported by: portscout |
0.8.0.r1 16 Jan 2023 13:21:35
    |
Jan Beich (jbeich)  |
graphics/libjxl: update to 0.8.0.r1
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.8.0rc1
Reported by: GitHub (watch releases) |
0.7.0 22 Sep 2022 16:47:51
    |
Jan Beich (jbeich)  |
graphics/gimp-jxl-plugin: update to 0.7.0 (nop)
Reported by: portscout |
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.7.r 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.7.r 09 Aug 2022 16:05:50
    |
Jan Beich (jbeich)  |
graphics/jpeg-xl: update to 0.7.r
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.7rc
Reported by: GitHub (watch releases) |
0.6.1 21 Feb 2022 18:19:06
    |
Jan Beich (jbeich)  |
graphics/libjxl: split GIMP into gimp-jxl-plugin
gimp-app is a heavy dependency that prevents enabling JXL in other ports.
PR: 261043 |