diff --git a/depends/README.rst b/depends/README.rst index b69c9dcbf8f..7ef4edfd652 100644 --- a/depends/README.rst +++ b/depends/README.rst @@ -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 diff --git a/depends/install_raqm_cmake.sh b/depends/install_raqm_cmake.sh deleted file mode 100755 index 37d9d1160df..00000000000 --- a/depends/install_raqm_cmake.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# install raqm - - -archive=raqm-cmake-99300ff3 - -./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz - -pushd $archive - -mkdir build -cd build -cmake .. -make && sudo make install -cd .. - -popd diff --git a/docs/installation/basic-installation.rst b/docs/installation/basic-installation.rst index f66ee8707f1..142d8d0cd36 100644 --- a/docs/installation/basic-installation.rst +++ b/docs/installation/basic-installation.rst @@ -88,7 +88,7 @@ and :pypi:`olefile` for Pillow to read FPX and MIC images:: **Packages**:: - pkg install py38-pillow + pkg install py312-pillow .. note:: diff --git a/docs/installation/building-from-source.rst b/docs/installation/building-from-source.rst index 437677c3446..a0923066afd 100644 --- a/docs/installation/building-from-source.rst +++ b/docs/installation/building-from-source.rst @@ -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 diff --git a/docs/installation/platform-support.rst b/docs/installation/platform-support.rst index 7aa20b74d37..15916a1e25f 100644 --- a/docs/installation/platform-support.rst +++ b/docs/installation/platform-support.rst @@ -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 |