aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3a3b2d1..9a9c1d4 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Features
--------
* Basic image operations like zooming, panning, rotating
-* Basic support for animated/multi-frame images
+* Basic support for animated/multi-frame images (**requires Imlib2 v1.8.0 or above**)
* Thumbnail mode: grid of selectable previews of all images
* Ability to cache thumbnails for fast re-loading
* Automatically refreshing modified images
@@ -76,15 +76,6 @@ The following dependencies are optional:
* `libexif`: Used for auto-orientation and exif thumbnails.
Disable via `HAVE_LIBEXIF=0`.
-The following dependencies are only used if your imlib2 version is lower than
-v1.8.0. If your imlib2 version is v1.8.0 (or above) then the following
-dependencies are unused and won't be built (even if you enable it explicitly).
-
- * `giflib`: Used for animated gif playback. Disabled via `HAVE_LIBGIF=0`.
- * `libwebp`: Used for animated webp playback.
- (***NOTE***: animated webp also requires Imlib2 v1.7.5 or above)
- Disabled via `HAVE_LIBWEBP=0`.
-
Please make sure to install the corresponding development packages in case that
you want to build nsxiv on a distribution with separate runtime and development
packages (e.g. \*-dev on Debian).