Merge pull request #314 from radarhere/giflib

This commit is contained in:
Hugo van Kemenade 2022-08-15 09:10:47 +03:00 committed by GitHub
commit 4c346c6fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 22 deletions

View File

@ -26,27 +26,6 @@ LIBWEBP_VERSION=1.2.4
BZIP2_VERSION=1.0.8
LIBXCB_VERSION=1.14
function build_giflib {
local name=giflib
local version=$GIFLIB_VERSION
local url=https://downloads.sourceforge.net/project/giflib
if [ $(lex_ver $GIFLIB_VERSION) -lt $(lex_ver 5.1.5) ]; then
build_simple $name $version $url
else
local ext=tar.gz
if [ -e "${name}-stamp" ]; then
return
fi
local name_version="${name}-${version}"
local archive=${name_version}.${ext}
fetch_unpack $url/$archive
(cd $name_version \
&& make -j4 \
&& make install)
touch "${name}-stamp"
fi
}
if [[ -n "$IS_MACOS" ]] && [[ "$PLAT" == "x86_64" ]]; then
function build_openjpeg {
local out_dir=$(fetch_unpack https://github.com/uclouvain/openjpeg/archive/v${OPENJPEG_VERSION}.tar.gz)

@ -1 +1 @@
Subproject commit 10d9a4c9663759e194495e87eb84f96f7cb513e9
Subproject commit e86d73f9289ecc19f0bb5e17c2724f03e5b81bdb