Skip to content

Commit ab73cbd

Browse files
authored
deps: upgrade giflib 5.2.2 -> 6.1.2 (#283)
* deps: upgrade giflib 5.2.2 -> 6.1.2 * deps: update lilliput-dep-source to 1.5.2
1 parent aa24a09 commit ab73cbd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

deps/build-deps-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ rm -rf dav1d
151151
rm -rf libavif
152152

153153
if [ ! -d "$SRCDIR" ]; then
154-
git clone --depth 1 --branch 1.5.1 https://github.com/discord/lilliput-dep-source "$SRCDIR"
154+
git clone --depth 1 --branch 1.5.2 https://github.com/discord/lilliput-dep-source "$SRCDIR"
155155
fi
156156

157157
echo '\n--------------------'
@@ -237,7 +237,7 @@ echo '\n--------------------'
237237
echo 'Building giflib'
238238
echo '--------------------\n'
239239
mkdir -p $BASEDIR/giflib
240-
tar -xzf $SRCDIR/giflib-5.2.2.tar.gz -C $BASEDIR/giflib --strip-components 1
240+
tar -xzf $SRCDIR/giflib-6.1.2.tar.gz -C $BASEDIR/giflib --strip-components 1
241241
mkdir -p $BUILDDIR/giflib
242242
cd $BASEDIR/giflib
243243
make CC="$CC" AR="$AR" RANLIB="$RANLIB" CFLAGS="-fPIC -O2" libgif.a -Wno-format-truncation -Wno-format-overflow

deps/build-deps-osx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rm -rf dav1d
6868
rm -rf libavif
6969

7070
if [ ! -d "$SRCDIR" ]; then
71-
git clone --depth 1 --branch 1.5.1 https://github.com/discord/lilliput-dep-source "$SRCDIR"
71+
git clone --depth 1 --branch 1.5.2 https://github.com/discord/lilliput-dep-source "$SRCDIR"
7272
fi
7373

7474
echo '\n--------------------'
@@ -140,7 +140,7 @@ echo '\n--------------------'
140140
echo 'Building giflib'
141141
echo '--------------------\n'
142142
mkdir -p $BASEDIR/giflib
143-
tar -xzf $SRCDIR/giflib-5.2.2.tar.gz -C $BASEDIR/giflib --strip-components 1
143+
tar -xzf $SRCDIR/giflib-6.1.2.tar.gz -C $BASEDIR/giflib --strip-components 1
144144
mkdir -p $BUILDDIR/giflib
145145
cd $BASEDIR/giflib
146146

0 commit comments

Comments
 (0)