aboutsummaryrefslogtreecommitdiffstats
path: root/etc/woodpecker/analysis.yml
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-08-27 19:20:39 +0200
committerNRK <nrk@disroot.org>2023-10-01 13:30:15 +0200
commite1b851c4886ab3976f0591be5b740f2a3a8cb7d1 (patch)
tree14d730f57842d4c9c38f32b2e7e34ef860ded3f2 /etc/woodpecker/analysis.yml
parent1fc28278b55a5835bfd57821619141bd92eed91d (diff)
downloadnsxiv-e1b851c4886ab3976f0591be5b740f2a3a8cb7d1.tar.zst
remove legacy multi-frame loaders
this removes the legacy gif and webp loaders. moving forward multi-frame/animated images will be loaded by imlib2 itself. Closes: https://codeberg.org/nsxiv/nsxiv/issues/397
Diffstat (limited to 'etc/woodpecker/analysis.yml')
-rw-r--r--etc/woodpecker/analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/woodpecker/analysis.yml b/etc/woodpecker/analysis.yml
index 9ebcc4f..b08dc36 100644
--- a/etc/woodpecker/analysis.yml
+++ b/etc/woodpecker/analysis.yml
@@ -6,6 +6,6 @@ pipeline:
commands: |
apk add --no-cache build-base cppcheck clang-extra-tools git \
imlib2-dev xorgproto \
- libxft-dev libexif-dev giflib-dev libwebp-dev >/dev/null
+ libxft-dev libexif-dev >/dev/null
make config.h version.h
./etc/woodpecker/analysis.sh