Port details on branch 2025Q3 |
- libheif ISO/IEC 23008-12:2017 HEIF file format de- and encoder
- 1.19.8_2 graphics
=0 1.19.8_2Version of this port present on the latest quarterly branch. - Maintainer: makc@FreeBSD.org
 - Port Added: 2025-08-06 03:39:04
- Last Update: 2025-08-06 03:35:18
- Commit Hash: 1df0725
- License: LGPL3+
- WWW:
- https://github.com/strukturag/libheif
- Description:
- libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
HEIF is a new image file format employing HEVC (h.265) image coding for the
best compression ratios currently possible.
libheif makes use of libde265 for the actual image decoding and x265 for
encoding. Alternative codecs for, e.g., AVC and JPEG can be provided as
plugins.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libheif>0:graphics/libheif
- To install the port:
- cd /usr/ports/graphics/libheif/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libheif
- pkg install libheif
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libheif
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1748198420
SHA256 (libheif-1.19.8.tar.gz) = 6c4a5b08e6eae66d199977468859dea3b5e059081db8928f7c7c16e53836c906
SIZE (libheif-1.19.8.tar.gz) = 1718218
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libsharpyuv.so : graphics/webp
- libaom.so : multimedia/aom
- libdav1d.so : multimedia/dav1d
- libpng16.so : graphics/png
- libtiff.so : graphics/tiff
- libavcodec.so : multimedia/ffmpeg
- libopenh264.so : multimedia/openh264
- libopenjp2.so : graphics/openjpeg
- libopenjph.so : graphics/openjph
- libSvtAv1Enc.so : multimedia/svt-av1
- libx265.so : multimedia/x265
- libintl.so : devel/gettext-runtime
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Libraries
-
- graphics/digikam
- graphics/kf6-kimageformats
- net-im/telegram-desktop
Configuration Options:
- ===> The following configuration options are available for libheif-1.19.8_2:
AOM=on: AV1 encoding/decoding via libaom
DAV1D=on: Build dav1e decoder
EXAMPLES=on: Build and/or install examples
FFMPEG=on: Use FFmpeg (support for HEVC decoding)
JPEG=on: JPEG image format support
LIBDE265=off: Use libde265 (support for HEVC decoding)
OPENH264=on: AVC decoding via OpenH264
OPENJPEG=on: JPEG 2000 support via OpenJPEG
OPENJPH=on: HT-J2K encoding via OpenJPH
RAV1E=off: Build rav1e encoder
SVTAV1=on: Build svt-av1 encoder
X265=on: Use x265 (support for HEVC encoding)
===> Use 'make config' to modify these settings
- Options name:
- graphics_libheif
- USES:
- cmake:testing compiler:c++11-lang cpe gettext-runtime gnome localbase:ldflags pathfix pkgconfig jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.19.8_2 06 Aug 2025 03:35:18
    |
Koichiro Iwao (meta)  |
*/*: Bump multimedia/openh264 consumers after dc94e01
net/freerdp{,3} have been already bumped in e447cd0, so not being bumped
again.
The following one-liner was run on the 2025Q3 branch instead of
cherry-picking 17a31bf, as cherry-picking would have resulted conficts.
$ git grep -l libopenh264 | \
grep '^.*/.*/Makefile$'| \
xargs -t -n1 portedit bump-revision -i
Approved by: portmgr (blanket) |
Number of commits found: 1
|