| Port details |
- libskiasharp Complete 2D graphic library for drawing Text, Geometries, and Images
- 116_3 graphics
=0 2.88.3_2Version of this port present on the latest quarterly branch. - Maintainer: bapt@FreeBSD.org
 - Port Added: 2024-11-05 20:21:06
- Last Update: 2025-10-29 09:35:39
- Commit Hash: 6c64971
- License: BSD3CLAUSE
- WWW:
- https://skia.org/
- Description:
- Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libskiasharp>0:graphics/libskiasharp
- To install the port:
- cd /usr/ports/graphics/libskiasharp/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libskiasharp
- pkg install libskiasharp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libskiasharp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1761315942
SHA256 (mono-skia-v116-c16e913577083761d847146db7a04b8d3b3bf755_GH0.tar.gz) = 3fd17a42cca9a7dbde68ab016969b70ab7dd4833403ac1a192e1aa51aed4617b
SIZE (mono-skia-v116-c16e913577083761d847146db7a04b8d3b3bf755_GH0.tar.gz) = 60049970
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:
-
- gn : devel/gn
- ninja : devel/ninja
- python3.11 : lang/python311
- as : devel/binutils
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libpng.so : graphics/png
- libwebp.so : graphics/webp
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Libraries
-
- multimedia/jellyfin
Configuration Options:
- No options to configure
- Options name:
- graphics_libskiasharp
- USES:
- jpeg ninja python:build
- 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 |
116_3 29 Oct 2025 09:35:39
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: backport a patch from upstream
with e640cda1d3bc70f513765fa5df23ddc5f4537f44 this patch is needed and
git add was missed to it was never pushed. |
116_2 24 Oct 2025 16:43:34
    |
Florian Smeets (flo)  |
graphics/libskiasharp: Fix build
Requested by: bapt |
116_2 24 Oct 2025 14:27:04
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: add forgotten libmap file |
116_2 24 Oct 2025 14:25:47
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: remove libjpeg-turbo from the distinfo |
116_2 24 Oct 2025 14:25:35
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: unbundle libjpeg_turbo
With the upgrade, we now have a skia version which works with
libjpeg-turbo from ports[1].
Using the system libjpeg_turbo, seems to make jellyfin scan faster
the libraries. This also fixes some warning in the logs about jellyfin
"System.IO.InvalidDataException: Skia unable to read image"
[1]: https://issues.skia.org/issues/379669745 |
116_1 24 Oct 2025 13:12:25
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: bump the exact revision used by SkiaSharp 3.116.1
On linux libskiasharp.so is provided by the SkiaSharp nuget built as a
submodule, libskiasharp does not really have any release and tags. From
Now on, use the hash used by the SkiaSharp version used by jellyfin.
While here bump the bundle libjpeg_turbo version to the version this
release of libskiasharp has been tested with.
PR: 290460 |
116 24 Oct 2025 11:40:06
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: downgrade to 116
when the skiasharp dotnet package claims it supports the range 116,117
it means from 116 included up to 117 NOT included.
PR: 290460 |
117 24 Oct 2025 10:18:06
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: fix the python binary alias
gn expects python3 not python as a command
PR: 290460 |
117 24 Oct 2025 09:27:18
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: update to snapshot tracking the skia version 177
Change versionning to track the skia version
Note: this should have been pushed along with jellyfin upgrade
PR: 290460 |
2.88.3_2 21 Jan 2025 23:46:22
    |
Robert Clausecker (fuz)  |
graphics/libskiasharp: fix build on armv7 and aarch64
Add getauxval() shim using elf_aux_info() for CPU feature detection.
Approved by: portmgr (build fix blanket)
MFH: 2025Q1 |
2.88.3_1 19 Nov 2024 09:35:27
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: bundle chromium's libjpeg-turbo version
Apparently libskasharp (abuses the libjpeg-turbo's API) which results in
some crashes:
- https://github.com/Thefrank/jellyfin-server-freebsd/issues/89
- https://github.com/libjpeg-turbo/libjpeg-turbo/issues/795
- https://github.com/jellyfin/jellyfin/issues/13016
PR: 282704 |
2.88.3 05 Nov 2024 20:20:39
    |
Baptiste Daroussin (bapt)  |
graphics/libskiasharp: newport
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
This is a dependency currently bundled prebuilt in multimedia/jellyfin, this
port
will allow to properly build everything from ports |