commit d14ba03
hovercats
·
2024-04-15 13:09:18 +0000 UTC
parent 413dea8
jbig2dec: add. missing dep for mupdf
4 files changed,
+20,
-0
+17,
-0
1@@ -0,0 +1,17 @@
2+#!/bin/sh -e
3+
4+# we only need the header and library, so dont build the bin
5+# shellcheck disable=SC2016
6+sed 's/jbig2dec\$(EXEEXT)//' Makefile.in > _
7+mv -f _ Makefile.in
8+
9+./configure \
10+ --prefix=/usr \
11+ --disable-shared \
12+ --without-libpng
13+
14+make
15+make DESTDIR="$1" install
16+
17+# shellcheck disable=SC2115
18+rm -rf "$1/usr/share"
+1,
-0
1@@ -0,0 +1 @@
2+031ad0a667c43d8d05e701374695932738a66da7d047e103f0cd2c3c4442383f78
+1,
-0
1@@ -0,0 +1 @@
2+https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9531/jbig2dec-0.19.tar.gz
+1,
-0
1@@ -0,0 +1 @@
2+0.19 2