Commit Graph

171 Commits

Author SHA1 Message Date
Fedora Release Engineering
51a10479a1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 18:56:45 +00:00
Michael J Gruber
92788bb368 rebase to 1.24.5 (rhbz#2290729)
- various bugfixes all across the board
2024-07-10 11:58:58 +02:00
Michael J Gruber
e64cf232b8 Create stable wheel dirs during build
We always create stable dirs in the package, but during build we picked
up the autogenerated version which is %{version} amended by a time
stamp. This is unstable (not nice) and works 23/7 only because of how
upstream tries to make this PEP 440 proof. Consequently, we get "random"
build failures.

Make it %{version} which is stable and foolproof.
2024-06-20 15:50:53 +02:00
Sandro Mani
586b6b4497 Rebuild for tesseract-5.4.1 2024-06-13 22:39:24 +02:00
Python Maint
a0f0307827 Rebuilt for Python 3.13 2024-06-09 13:43:25 +02:00
Michael J Gruber
203565db57 Shut off Artifex' suggestion to complain to distribution managers.
Artifex decided to rely on local forks for added functionality, so do
not complain to the distribution manager about lack of functionality in
unbundled builds.
2024-06-06 14:37:32 +02:00
Michael J Gruber
3fe290308b rebase to 1.24.2
- Fix dashing of lines that move out of clip.
- Fix sanitize filter behaviour for empty clip paths.
- Fix errors when filtering type3 font.
2024-05-29 13:41:43 +02:00
Yaakov Selkowitz
f8f4f11dbf Fix flatpak build
The Makfile sets pydir based on sysconfig platlib, which does
not match %python3_sitearch when building for flatpaks in /app.
2024-04-15 23:11:32 -04:00
Michael J Gruber
1b21376ab8 rebase to 1.24.1 (rhbz#2272640)
- fix text movement on sanitisation
2024-04-03 16:06:42 +02:00
Michael J Gruber
e6ad02431f fix FTBFS of (at least) qpdfview 2024-03-22 10:40:41 +01:00
Michael J Gruber
3997f669ec rebase to 1.24.0 (rhbz#2270341)
- support more formats (office xml, text, gzipped)
- `mutool bake` command
- redaction options for line art and images
- Art, Bleed, Media, and Trim boxes for PDF page sizes
- various fixes and improvements

In addition, all patches are upstreamed!
2024-03-20 12:59:41 +01:00
Tom Stellard
7fd9be4f47 Fix build with llvm18
MJG: deal with both llvm17 and llvm18 cursor kinds
2024-03-19 11:49:39 +01:00
Michael J Gruber
5d42051044 avoid multiple rebuilds
c++ and python install targets rebuild unconditionally. Avoid this by
patching out the make dependencies. This *requires making c++ and python
in %build* (as we do).
2024-03-19 09:42:53 +01:00
Michael J Gruber
5a16f4829d reduce jbig2dec requirements
jbig2dec checks versions at runtime (lib) against buildtime versions
(headers) and requires an exact match.

It is part of jbig2dec maintenance to coordinate bumps with dependent
packages (in side-tags), so remove extra checks in dependent packages.
2024-03-08 21:14:29 +01:00
Ralf Corsépius
47f70ead1e Rebuild for gumbo-parse-0.12.1 2024-03-01 09:08:13 +01:00
Michael J Gruber
f76d98de93 streamline make invocation
USE_SYSTEM_LIBS implies and enforces most of the other switches, so
strip those defines which would be ignored anyways.

Also, set build type once in user.make to make sure we do not rebuild
during install. (We never did, but who knows ...)
2024-02-20 10:44:38 +01:00
Michael J Gruber
04ffbdbac6 build python bindings 2024-02-20 10:42:13 +01:00
Michael J Gruber
c26739b7fc build C and C++ libraries 2024-02-16 18:24:35 +01:00
Michael J Gruber
8895ace52c Make so executable
to make elf depgen happy on *el at least up to 9.
2024-02-16 15:38:47 +01:00
Michael J Gruber
94de866cf7 rebase to 1.23.10 (rhbz#2257282)
- minor fixes
2024-02-06 21:48:33 +01:00
Michael J Gruber
c0776ae59c switch to shared libraries
The new "rebased" PyMuPDF bindings require shared mupdf libraries rather
than static ones. In addition, this results in smaller executables.

So, now that upstream not only supports but requires shared libraries,
switch to them.

- do not bundle freeglut any more
2024-02-06 20:38:29 +01:00
Michael J Gruber
7d849742b8 rebase to 1.23.9 (rhbz#2257282)
- fixes around redaction feature

still static
2024-02-06 20:38:29 +01:00
Michael J Gruber
22442eed03 rebase to 1.23.8 (rhbz#2257282)
- fixes and adjustments for shared library builds

We still build static for now and will rebase our shared work onto
this one. In particular, we have an official SONAME now, hooray!
2024-02-06 20:38:29 +01:00
Michael J Gruber
176b40a08f set jbig2dec version dependent on fedora version
jbig2dec has a special runtime dependency check which prevents upwards
compatibility. Set the version dependent on a release macro so that we
can build and test easily across releases independent of jbig2dec
versions.
2024-02-06 20:38:23 +01:00
Sandro Mani
ed9990919d Rebuild (tesseract) 2024-01-28 11:33:16 +01:00
Fedora Release Engineering
6591e30e65 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 08:23:46 +00:00
Michael J Gruber
edeb7e2334 fix time type on i686 2024-01-19 15:58:06 +01:00
Michael J Gruber
5537d883ed Switch spec to tabs
Tabs are more reliable and common, so switch manual "tabs" (multiple
spaces) to proper tabs.

[skip changelog]
2024-01-06 13:41:21 +01:00
Michael J Gruber
1129d9b8cf rebuild against fixed leptonica 2023-12-27 15:42:53 +01:00
Michael J Gruber
b6cb9a1f3a adjust to changed leptonica lib name
In version 1.8.0, leptonica changed their lib/autotools name from lept
to leptonica for consistency. Adjust for the new name (merge only to
branches with leptonica >= 1.8.0).
2023-12-26 19:36:03 +01:00
Michael J Gruber
b7dac2a662 rebase to 1.23.7 (rhbz#2249851)
- various bug fixes
2023-12-02 17:23:42 +01:00
Michael J Gruber
effcc4c06a rebase to 1.23.5 (rhbz#2243150)
- Use CropBox as origin for fitz space in PDF documents.
- Various fixes.
2023-11-07 13:55:16 +01:00
Michael J Gruber
04d985a25a rebase to 1.23.4 (rhbz#2243150)
- default to use CropBox rather than MediaBox
- minor bugfixes
2023-10-11 11:44:20 +02:00
Sandro Mani
ea4cfc0cda Rebuild (tesseract) 2023-10-07 23:54:14 +02:00
Michael J Gruber
0c0d3fff6a fix mutool draw mask endianness on s390x (rhbz#2241203) 2023-10-01 18:32:46 +02:00
Michael J Gruber
73e8612ae4 rebase to 1.23.3 (rhbz#2233551)
- Support CropBox, TrimBox, BleedBox, and ArtBox in PDF tools and viewers.
- PhotoShop PSD image support.
- mutool poster: Option to split in RTL direction.
- mutool run: changed many methods to match Java and new WASM library.
2023-09-05 16:21:47 +02:00
Fedora Release Engineering
83dbea0a32 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 16:05:30 +00:00
Sandro Mani
f44c448663 Rebuild (tesseract) 2023-07-14 12:46:30 +02:00
Michael J Gruber
dcf091aa6b rebase to 1.22.2 (rhbz#2215574)
- Various bugfixes
2023-06-22 14:53:58 +02:00
Michael J Gruber
411196da99 rebase to 1.22.1 (rhbz#2186766)
- Fix redaction of unmasked images.
2023-05-11 20:56:29 +02:00
Michael J Gruber
f30d70d816 rebase to 1.22.0 (rhbz#2186766)
- Adds new command line tools (mutool recolor and trim) and output
  format (JPEG).
- Overall improvements and enhancements.

There are no known incompatibilities with 1.21.
2023-04-15 13:51:25 +02:00
Sandro Mani
acdbd1badc Rebuild (tesseract) 2023-04-06 23:28:23 +02:00
Fedora Release Engineering
59b615c537 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 21:00:38 +00:00
Sandro Mani
57d5651c80 Rebuild (tesseract) 2022-12-23 21:59:57 +01:00
Sandro Mani
dae2ea6f54 Rebuild (leptonica) 2022-12-21 15:42:11 +01:00
Michael J Gruber
15f1cc451a fix png_write_band (rhbz#2154545)
... (gsbz#706227)
2022-12-20 15:14:34 +01:00
Michael J Gruber
4383cdfe1f SPDX migration 2022-12-17 11:42:04 +01:00
Michael J Gruber
910cfdca95 rebase to 1.21.1 (rhbz#2152708) 2022-12-13 11:36:39 +01:00
Michael J Gruber
1bccd68af3 rebase to 1.21.0 (rhbz#2140776) 2022-11-11 13:59:27 +01:00
Michael J Gruber
110373e8d9 rebase to 1.21.0-rc1 2022-10-27 20:48:13 +02:00