freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.71k stars 172 forks source link

Use PyMuPDF support for prebuilt musl-based wheels for aarch64 architectures. #918

Open almet opened 2 months ago

almet commented 2 months ago

Since https://github.com/freedomofpress/dangerzone/pull/902, we are using PyMuPDF wheels for all architectures other than arch64, as they are not provided by upstream (so we build it ourselves).

This is tracked by https://github.com/pymupdf/PyMuPDF/issues/3541, so once this is solved, we should drop our build and use theirs.

apyrgio commented 2 months ago

Oh, there's a PyMuPDF issue, neat. This means that we can subscribe for notifications :slightly_smiling_face: