Skip to content

Commit

Permalink
[WIP] libtiff: update to 4.5.1, security #4616
Browse files Browse the repository at this point in the history
* Switch to cmakeninja, which is faster than GNU autotools;
* Drop upstream-merged patches;
* sover bumped and breaks API. Massive rebuilds required.

Signed-off-by: Camber Huang <camber@poi.science>
  • Loading branch information
CamberLoid committed Aug 11, 2023
1 parent 2d66d96 commit 9262b3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1,923 deletions.
5 changes: 5 additions & 0 deletions runtime-imaging/libtiff/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
abinfo "Installing manpages"
install -Dvm644 -t "$PKGDIR"/usr/share/man/man3 \
"$SRCDIR"/doc/man-prebuilt/*.3tiff
install -Dvm644 -t "$PKGDIR"/usr/share/man/man1 \
"$SRCDIR"/doc/man-prebuilt/*.1
2 changes: 1 addition & 1 deletion runtime-imaging/libtiff/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ BUILDDEP="glu jbigkit"
PKGSUG="glu jbigkit"
PKGDES="Library for manipulation of TIFF images"

ABSHADOW=no
ABTYPE=cmakeninja

0 comments on commit 9262b3b

Please sign in to comment.