Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ cd ${DEPS}/webp
make install-strip bin_PROGRAMS= noinst_PROGRAMS= man_MANS=

mkdir ${DEPS}/tiff
$CURL https://gitlab.com/libtiff/libtiff/-/archive/${VERSION_TIFF}/libtiff-${VERSION_TIFF}.tar.gz | tar xzC ${DEPS}/tiff --strip-components=1
$CURL https://gitlab.com/libtiff/libtiff/-/archive/v${VERSION_TIFF}/libtiff-v${VERSION_TIFF}.tar.gz | tar xzC ${DEPS}/tiff --strip-components=1
Comment thread
lovell marked this conversation as resolved.
cd ${DEPS}/tiff
cmake -G"Unix Makefiles" \
-DCMAKE_TOOLCHAIN_FILE=${ROOT}/Toolchain.cmake -DCMAKE_INSTALL_PREFIX=${TARGET} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=MinSizeRel \
Expand Down
2 changes: 1 addition & 1 deletion check-latest-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ version_latest "pixman" "$VERSION_PIXMAN" "3648"
version_latest "png" "$VERSION_PNG" "1705"
version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl"
version_latest "rsvg" "$VERSION_RSVG" "5420" "unstable"
#version_latest "tiff" "$VERSION_TIFF" "1738" # use commit SHA until next tagged release
version_latest "tiff" "$VERSION_TIFF" "1738"
#version_latest "uhdr" "$VERSION_UHDR" "375187" # use commit SHA until next tagged release
version_latest "webp" "$VERSION_WEBP" "1761"
version_latest "xml2" "$VERSION_XML2" "1783"
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ VERSION_PIXMAN=0.46.4
VERSION_PNG=1.6.58
VERSION_PROXY_LIBINTL=0.5
VERSION_RSVG=2.62.90
VERSION_TIFF=d01a94b
VERSION_TIFF=4.7.2
VERSION_UHDR=1acdbed
VERSION_VIPS=8.18.3
VERSION_WEBP=1.6.0
Expand Down
Loading