[Buildroot] [PATCH 0/3] package/mupdf, python-pymupdf: bump to version 1.24.9, 1.24.10

Raphaël Mélotte raphael.melotte at mind.be
Mon Apr 7 10:39:55 UTC 2025


This series updates both mupdf and python-pymupdf to versions 1.24.9
and 1.24.10 respectively.

It has to be noted that newer versions exist upstream.
They currently fail to build however, so they require more work before
we can use them.

Raphaël Mélotte (3):
  package/llvm-project: add support for clang python bindings
  package/mupdf,python-pymupdf: bump to version 1.24.9,1.24.10
  package/mupdf: skip installing docs to the target

 ...sic-against-libatomic-when-necessary.patch |  48 +++++++
 package/llvm-project/clang/Config.in          |   8 ++
 package/llvm-project/clang/clang.mk           |   5 +
 ...LIB-variable-for-convenient-linking-.patch |  91 +++++++++++++
 ...-jlib-fix-setting-filename-log-level.patch |  48 +++++++
 ...y-to-provide-libclang-include-dirs-e.patch |  53 ++++++++
 ...e-non-versioned-symlink-to-the-build.patch |  35 +++++
 ...-log-level-through-environement-vari.patch |  53 ++++++++
 ...rted-operand-type-when-setting-log-l.patch |  44 ++++++
 package/mupdf/Config.in                       |   8 ++
 package/mupdf/mupdf.hash                      |   4 +-
 package/mupdf/mupdf.mk                        |  39 +++++-
 ...w-providing-python-config-externally.patch | 125 ------------------
 package/python-pymupdf/Config.in              |   3 +-
 package/python-pymupdf/python-pymupdf.hash    |   4 +-
 package/python-pymupdf/python-pymupdf.mk      |   7 +-
 .../tests/package/sample_python_pymupdf.py    |   2 +-
 .../tests/package/test_python_pymupdf.py      |   2 +-
 18 files changed, 441 insertions(+), 138 deletions(-)
 create mode 100644 package/llvm-project/clang/0001-Link-libclangBasic-against-libatomic-when-necessary.patch
 create mode 100644 package/llvm-project/llvm/0001-Set-LLVM_ATOMIC_LIB-variable-for-convenient-linking-.patch
 create mode 100644 package/mupdf/0001-jlib-fix-setting-filename-log-level.patch
 create mode 100644 package/mupdf/0001-scripts-add-a-way-to-provide-libclang-include-dirs-e.patch
 create mode 100644 package/mupdf/0001-setup.py-add-the-non-versioned-symlink-to-the-build.patch
 create mode 100644 package/mupdf/0002-jlib-fix-setting-log-level-through-environement-vari.patch
 create mode 100644 package/mupdf/0003-jlib-fix-unsupported-operand-type-when-setting-log-l.patch
 delete mode 100644 package/python-pymupdf/0001-pipcl.py-allow-providing-python-config-externally.patch

-- 
2.34.1



More information about the buildroot mailing list