From a129476f0febbca8e0df9c6766b141047a20e89c Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 19 Jun 2022 16:20:30 +0100 Subject: [PATCH] fix "make dist" ready for 8.13 rc1 --- libvips/foreign/libnsgif/update.sh | 3 +-- po/POTFILES.in | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/libvips/foreign/libnsgif/update.sh b/libvips/foreign/libnsgif/update.sh index 3b1654f8..99828a9c 100755 --- a/libvips/foreign/libnsgif/update.sh +++ b/libvips/foreign/libnsgif/update.sh @@ -18,8 +18,7 @@ cp libnsgif/src/gif.c . cp libnsgif/test/cli.[ch] test/ cp libnsgif/test/nsgif.c test/ -if [ -d "patches" ] -then +if [ -d patches ]; then echo applying patches ... for patch in patches/*.patch; do patch -p0 <$patch diff --git a/po/POTFILES.in b/po/POTFILES.in index d6e18a91..ed2755d5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -287,9 +287,6 @@ libvips/foreign/vipssave.c libvips/foreign/webp2vips.c libvips/foreign/webpload.c libvips/foreign/webpsave.c -libvips/foreign/libnsgif/libnsgif.c -libvips/foreign/libnsgif/lzw.c -libvips/foreign/libnsgif/test/decode_gif.c libvips/freqfilt/freqfilt.c libvips/freqfilt/freqmult.c libvips/freqfilt/fwfft.c