Skip to content

Commit ea981ff

Browse files
committed
Bump deps: exif, fontconfig
1 parent e2407bb commit ea981ff

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build/lin.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ VERSION_ZLIB_NG=2.2.3
105105
VERSION_FFI=3.4.6
106106
VERSION_GLIB=2.83.2
107107
VERSION_XML2=2.13.5
108-
VERSION_EXIF=0.6.24
108+
VERSION_EXIF=0.6.25
109109
VERSION_LCMS2=2.16
110110
VERSION_MOZJPEG=4.1.5
111111
VERSION_PNG16=1.6.45
@@ -118,7 +118,7 @@ VERSION_PROXY_LIBINTL=0.4
118118
VERSION_FREETYPE=2.13.3
119119
VERSION_EXPAT=2.6.4
120120
VERSION_ARCHIVE=3.7.7
121-
VERSION_FONTCONFIG=2.15.0
121+
VERSION_FONTCONFIG=2.16.0
122122
VERSION_HARFBUZZ=10.2.0
123123
VERSION_PIXMAN=0.44.2
124124
VERSION_CAIRO=1.18.2
@@ -235,10 +235,6 @@ meson install -C _build --tag devel
235235
mkdir ${DEPS}/exif
236236
$CURL https://github.com/libexif/libexif/releases/download/v${VERSION_EXIF}/libexif-${VERSION_EXIF}.tar.bz2 | tar xjC ${DEPS}/exif --strip-components=1
237237
cd ${DEPS}/exif
238-
# https://github.com/libexif/libexif/pull/147
239-
$CURL https://github.com/lovell/libexif/commit/db84aefa1deb103604c5860dd6486b1dd3af676b.patch | patch -p1
240-
# https://github.com/libexif/libexif/pull/183
241-
$CURL https://github.com/lovell/libexif/commit/ef0887f2635180d1e7197c92756d1dc0243f9a35.patch | patch -p1
242238
./configure --host=${CHOST} --prefix=${TARGET} --enable-static --disable-shared --disable-dependency-tracking \
243239
--disable-nls --without-libiconv-prefix --without-libintl-prefix \
244240
CPPFLAGS="${CPPFLAGS} -DNO_VERBOSE_TAG_DATA"

0 commit comments

Comments
 (0)