File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ VERSION_ZLIB_NG=2.2.3
105
105
VERSION_FFI=3.4.6
106
106
VERSION_GLIB=2.83.2
107
107
VERSION_XML2=2.13.5
108
- VERSION_EXIF=0.6.24
108
+ VERSION_EXIF=0.6.25
109
109
VERSION_LCMS2=2.16
110
110
VERSION_MOZJPEG=4.1.5
111
111
VERSION_PNG16=1.6.45
@@ -118,7 +118,7 @@ VERSION_PROXY_LIBINTL=0.4
118
118
VERSION_FREETYPE=2.13.3
119
119
VERSION_EXPAT=2.6.4
120
120
VERSION_ARCHIVE=3.7.7
121
- VERSION_FONTCONFIG=2.15 .0
121
+ VERSION_FONTCONFIG=2.16 .0
122
122
VERSION_HARFBUZZ=10.2.0
123
123
VERSION_PIXMAN=0.44.2
124
124
VERSION_CAIRO=1.18.2
@@ -235,10 +235,6 @@ meson install -C _build --tag devel
235
235
mkdir ${DEPS} /exif
236
236
$CURL https://github.com/libexif/libexif/releases/download/v${VERSION_EXIF} /libexif-${VERSION_EXIF} .tar.bz2 | tar xjC ${DEPS} /exif --strip-components=1
237
237
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
242
238
./configure --host=${CHOST} --prefix=${TARGET} --enable-static --disable-shared --disable-dependency-tracking \
243
239
--disable-nls --without-libiconv-prefix --without-libintl-prefix \
244
240
CPPFLAGS=" ${CPPFLAGS} -DNO_VERBOSE_TAG_DATA"
You can’t perform that action at this time.
0 commit comments