Skip to content

Commit

Permalink
libtiff-4.6.0, add libwebp to build config
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed May 13, 2024
1 parent 0bdf165 commit 507e62e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 5040
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ postgresql-15.1
freeglut-3.4.0
giflib-5.2.2
jpeg-9c
tiff-4.5.0
tiff-4.6.0
libpng-1.6.37
libXpm-3.5.12
graphite2-1.3.13
libwebp-1.1.0

#HACK: rebuilding freetype twice is insane but necessary
fribidi-1.0.12
Expand Down
15 changes: 15 additions & 0 deletions patches/libtiff-4.6.0/0002-libtiff-install-headers.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- a/libtiff/Makefile.am
+++ b/libtiff/Makefile.am
@@ -37,8 +37,12 @@
tif_win32_versioninfo.rc

libtiffinclude_HEADERS = \
+ tif_config.h \
+ tif_dir.h \
+ tif_hash_set.h \
tiff.h \
tiffio.h \
+ tiffiop.h \
tiffvers.h

if HAVE_CXX
1 change: 1 addition & 0 deletions sources.list
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.tar.gz
ftp://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz
http://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz
http://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz
http://download.osgeo.org/libtiff/tiff-4.6.0.tar.gz

#### fontconfig
#URL http://fontconfig.org/release/
Expand Down

0 comments on commit 507e62e

Please sign in to comment.