From d7e149dbda9140595eab59bbda2f6c200fe8cc39 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 13 May 2023 21:51:57 +0600 Subject: README: clarify dependency on giflib and libwebp this makes it clear that giflib and libwebp are unused if imlib2 version is sufficient for multi-frame decoding. ref: https://codeberg.org/nsxiv/nsxiv/issues/442#issuecomment-912175 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cd79471..bc303d4 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,14 @@ The following dependencies are optional. Disabled via `HAVE_INOTIFY=0`. * `libXft`, `freetype2`, `fontconfig`: Used for the status bar. Disabled via `HAVE_LIBFONTS=0`. - * `giflib`: Used for animated gif playback. - Disabled via `HAVE_LIBGIF=0`. * `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`. -- cgit v1.2.3 From c03ec39437b473526080f496d6c8564e98bea1d7 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 28 May 2023 06:49:07 +0000 Subject: update documentation (#448) the fedora copr repo is no longer being updated since the maintainer of it, mamg22, no longer uses nsxiv in his daily setup (and thus stopped contributing to nsxiv as well). he has requested the repo and his email to be removed from the project. so go ahead and honor that request. also take this as an opportunity to remove some long inactive maintainers from the CURRENT MAINTAINERS section of the manpage. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/448 Reviewed-by: explosion-mental --- README.md | 4 ---- etc/nsxiv.1 | 5 ----- 2 files changed, 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bc303d4..70376d7 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,6 @@ nsxiv is available on the following distributions/repositories. If you don't see your distro listed here, either contact your distro's package maintainer or consider packaging it yourself and adding it to the respective community repo. -Repos not tracked by repology: - -* Fedora: Enable the copr repo via `dnf copr enable mamg22/nsxiv`. - Dependencies ------------ diff --git a/etc/nsxiv.1 b/etc/nsxiv.1 index 10f131a..e2fb4c8 100644 --- a/etc/nsxiv.1 +++ b/etc/nsxiv.1 @@ -569,11 +569,6 @@ TAAPArthur eylles Stein Gunnar Bakkeby explosion-mental -mamg22 -LuXu -Guilherme Freire -Sam Whitehead -Kian Kasad .EE .SH CONTRIBUTORS .EX -- cgit v1.2.3