File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 23
23
NGHTTP2_VERSION=1.35.1 \
24
24
OPENJPEG_VERSION=2.3.0 \
25
25
LIBJPEG_TURBO_VERSION=2.0.1 \
26
- LIBPNG_VERSION=1.6.36 \
27
26
PKGCONFIG_VERSION=0.29.2 \
28
27
PROJ_VERSION=5.2.0 \
29
28
SZIP_VERSION=2.1.1 \
@@ -155,15 +154,6 @@ RUN \
155
154
make -j ${NPROC} install; \
156
155
cd ../..; rm -rf openjpeg
157
156
158
- # png
159
- RUN \
160
- mkdir png; \
161
- wget -qO- http://prdownloads.sourceforge.net/libpng/libpng-$LIBPNG_VERSION.tar.gz \
162
- | tar xvz -C png --strip-components=1; cd png; \
163
- CFLAGS="-O2 -Wl,-S" ./configure --prefix=$PREFIX; \
164
- make -j $(NPROC) install; \
165
- cd ..; rm -rf png
166
-
167
157
# jpeg_turbo
168
158
RUN \
169
159
mkdir jpeg; \
@@ -200,7 +190,6 @@ RUN \
200
190
--with-webp=${PREFIX} \
201
191
--with-zstd=${PREFIX} \
202
192
--with-jpeg=${PREFIX} \
203
- --with-png=${PREFIX} \
204
193
--with-threads=yes \
205
194
--with-curl=${PREFIX}/bin/curl-config \
206
195
--without-python \
You can’t perform that action at this time.
0 commit comments