Skip to content

Commit f0e07e1

Browse files
committed
Remove depends/install_raqm_cmake.sh; update FreeBSD instructions
1 parent cacb513 commit f0e07e1

5 files changed

Lines changed: 7 additions & 24 deletions

File tree

depends/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Depends
22
=======
33

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

88
``install_extra_test_images.sh`` can be used to install additional test images

depends/install_raqm_cmake.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/installation/basic-installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ and :pypi:`olefile` for Pillow to read FPX and MIC images::
8888

8989
**Packages**::
9090

91-
pkg install py38-pillow
91+
pkg install py312-pillow
9292

9393
.. note::
9494

docs/installation/building-from-source.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,15 @@ Many of Pillow's features require external libraries:
214214

215215
.. tab:: FreeBSD
216216

217-
.. Note:: Only FreeBSD 10 and 11 tested
217+
.. Note:: Only FreeBSD 15.1 tested
218218

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

221221
sudo pkg install python3
222222

223-
Prerequisites are installed on **FreeBSD 10 or 11** with::
223+
Prerequisites are installed on **FreeBSD 15.1** with::
224224

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

229227
.. tab:: Android
230228

docs/installation/platform-support.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ These platforms have been reported to work at the versions mentioned.
142142
+----------------------------------+-----------------------------+------------------+--------------+
143143
| Gentoo Linux | 2.7, 3.2 | 2.1.0 |x86-64 |
144144
+----------------------------------+-----------------------------+------------------+--------------+
145+
| FreeBSD 15.1 | 3.12 | 13.0.0.dev0 |arm64 |
146+
+----------------------------------+-----------------------------+------------------+--------------+
145147
| FreeBSD 11.1 | 2.7, 3.4, 3.5, 3.6 | 4.3.0 |x86-64 |
146148
+----------------------------------+-----------------------------+------------------+--------------+
147149
| FreeBSD 10.3 | 2.7, 3.4, 3.5 | 4.2.0 |x86-64 |

0 commit comments

Comments
 (0)