Initial commit

This commit is contained in:
2025-12-01 19:46:57 +02:00
commit 3032052e43
9 changed files with 764 additions and 0 deletions
+68
View File
@@ -0,0 +1,68 @@
name: mupdf
description: Lightweight PDF and XPS viewer
version: 1.26.11
revision: 1
url: https://mupdf.com/
license: AGPL3-or-later
architecture: any
type: source
make_depends:
- brotli
- clang
- curl
- desktop-file-utils
- freeglut
- freetype2
- glu
- harfbuzz
- libjpeg-turbo
- libx11
- libxext
- mesa
- openjpeg
- openssl
- swig
- zlib
downloads:
- url: https://www.mupdf.com/downloads/archive/mupdf-${BPM_PKG_VERSION}-source.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: eee47fdb64de309124df21081d4a4da4ad0e917824ab2ed68fc8008f6b523979
split_packages:
- name: mupdf
depends:
- desktop-file-utils
- libmupdf
- libx11
- libxext
- name: mupdf-gl
description: Lightweight PDF and XPS viewer with OpenGL backend
depends:
- desktop-file-utils
- glibc
- freeglut
- libglvnd
- lubmupdf
- openssl
conflicts:
- mupdf
provides:
- mupdf
- name: mupdf-tools
description: Lightweight PDF and XPS viewer tools
depends:
- libmupdf
- libx11
- libxext
- openssl
- name: libmupdf
description: Lightweight PDF and XPS viewer library
depends:
- brotli
- freetype2
- gcc-libs
- glibc
- harfbuzz
- libjpeg-turbo
- openjpeg
- zlib