Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion depends/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Depends
=======

``install_openjpeg.sh``, ``install_webp.sh``, ``install_imagequant.sh``,
``install_raqm.sh`` and ``install_raqm_cmake.sh`` can be used to download,
``install_raqm.sh`` can be used to download,
build & install non-packaged dependencies; useful for testing on CI.

``install_extra_test_images.sh`` can be used to install additional test images
Expand Down
17 changes: 0 additions & 17 deletions depends/install_raqm_cmake.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs/installation/basic-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ and :pypi:`olefile` for Pillow to read FPX and MIC images::

**Packages**::

pkg install py38-pillow
pkg install py312-pillow

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, why Python 3.12 and not Python 3.14?

@akx akx Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No such thing on this version of FreeBSD.

root@freebsd:~ # pkg update
root@freebsd:~ # pkg search pillow
libpillowfight-0.3.1           Library containing various image processing algorithms
py312-pillow-11.3.0_2          Fork of the Python Imaging Library (PIL)
py312-pillow-heif-1.4.0        Python interface for libheif library
py312-pypillowfight-0.3.0_3    Library containing various image processing algorithms
root@freebsd:~ #


.. note::

Expand Down
8 changes: 3 additions & 5 deletions docs/installation/building-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,15 @@ Many of Pillow's features require external libraries:

.. tab:: FreeBSD

.. Note:: Only FreeBSD 10 and 11 tested
.. Note:: Only FreeBSD 15.1 tested

Make sure you have Python's development libraries installed::

sudo pkg install python3

Prerequisites are installed on **FreeBSD 10 or 11** with::
Prerequisites are installed on **FreeBSD 15.1** with::

sudo pkg install jpeg-turbo tiff webp lcms2 freetype2 openjpeg harfbuzz fribidi libxcb libavif

Then see ``depends/install_raqm_cmake.sh`` to install libraqm.
sudo pkg install jpeg-turbo tiff webp lcms2 freetype2 openjpeg harfbuzz fribidi libxcb libavif libraqm libimagequant

.. tab:: Android

Expand Down
2 changes: 2 additions & 0 deletions docs/installation/platform-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ These platforms have been reported to work at the versions mentioned.
+----------------------------------+-----------------------------+------------------+--------------+
| Gentoo Linux | 2.7, 3.2 | 2.1.0 |x86-64 |
+----------------------------------+-----------------------------+------------------+--------------+
| FreeBSD 15.1 | 3.12 | 12.3.0 |arm64 |
+----------------------------------+-----------------------------+------------------+--------------+
| FreeBSD 11.1 | 2.7, 3.4, 3.5, 3.6 | 4.3.0 |x86-64 |
+----------------------------------+-----------------------------+------------------+--------------+
| FreeBSD 10.3 | 2.7, 3.4, 3.5 | 4.2.0 |x86-64 |
Expand Down