2023-08-30 19:27:18 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/ocrmypdf/OCRmyPDF/archive/refs/tags/v{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
2023-12-21 01:22:04 +03:00
|
|
|
github: ocrmypdf/OCRmyPDF
|
|
|
|
|
2023-08-30 19:27:18 +03:00
|
|
|
dependencies:
|
2024-01-04 22:19:36 +03:00
|
|
|
pkgx.sh: ^1
|
2023-12-21 03:40:48 +03:00
|
|
|
qpdf.sourceforge.io: ^11
|
2024-01-04 23:05:55 +03:00
|
|
|
darwin: # a consequence of rebuilding for 11.0
|
|
|
|
simplesystems.org/libtiff: ^4
|
|
|
|
openjpeg.org: ^2
|
|
|
|
libjpeg-turbo.org: ^2
|
|
|
|
zlib.net: ^1
|
|
|
|
x.org/xcb: ^1
|
|
|
|
gnome.org/libxml2: ~2.12
|
|
|
|
gnome.org/libxslt: ^1
|
2023-08-30 19:27:18 +03:00
|
|
|
|
|
|
|
build:
|
2023-12-21 01:22:04 +03:00
|
|
|
dependencies:
|
2024-01-04 22:19:36 +03:00
|
|
|
python.org: ~3.11
|
2023-12-21 01:22:04 +03:00
|
|
|
script:
|
2024-01-04 22:19:36 +03:00
|
|
|
- bkpyvenv stage {{prefix}} {{version}}
|
|
|
|
- ${{prefix}}/venv/bin/pip install .
|
2023-12-21 01:22:04 +03:00
|
|
|
# pikepdf libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
|
2024-01-04 22:19:36 +03:00
|
|
|
- run: '{{prefix}}/venv/bin/pip install --no-cache-dir --force-reinstall --no-binary :all: pikepdf'
|
|
|
|
if: darwin
|
|
|
|
- bkpyvenv seal {{prefix}} ocrmypdf
|
2023-08-30 19:27:18 +03:00
|
|
|
env:
|
|
|
|
# add any environment variables here
|
|
|
|
ARGS:
|
|
|
|
- --prefix="{{prefix}}"
|
2023-12-21 03:40:48 +03:00
|
|
|
CC: clang
|
|
|
|
LD: clang
|
2023-08-30 19:27:18 +03:00
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/ocrmypdf
|
|
|
|
|
|
|
|
test:
|
2023-12-21 01:22:04 +03:00
|
|
|
script: test "$(ocrmypdf --version)" = {{version}}
|