summaryrefslogtreecommitdiff
path: root/graphics/imv
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-04-18revbump for textproc/icu updateadam1-1/+2
2021-12-19imv: update to 4.3.1.nia2-11/+12
first release from new sr.ht repository. fixes a segfault when running under wlroots.
2021-12-08revbump for icu and libffiadam1-1/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-08-10imv: update to 4.3.0nia3-10/+15
v4.3.0 - 2021-08-05 * Give freeimage backend preceedence over libjpeg * Fix lack of X11 window deletion event handling * Scale fonts correctly for high-DPI wayland * Suppress annoying TIFF error messages * Fix missing -lm dependency for imv-msg * Fix image skipping when reading slow filesystems * Add a contrib directory * Add contrib/imv-folder * Fix zoom speed dependence on buffer/image width * Improve stat error handling when loading directories * Fix double-free when backend libjpeg is used * Fix -n option not working for symbolic links * List image/heif as a supported mime type * Fix flickering bug in high-DPI wayland
2021-07-09imv: svg support doesn't work with librsvg-cnia1-5/+10
2021-04-21revbump for textproc/icuadam1-1/+2
2021-04-12imv: set PYTHON_FOR_BUILD_ONLYnia1-1/+3
2021-02-03imv: update to 4.2.0. #nicenia6-19/+63
v4.2.0 - 2020-12-17 * Switched to meson build system * Added HEIF backend * Added rotate and flip commands * Added colour support for overlay * Added some missing command/config documentation * Read directories in alphabetical order * Fixed several memory leaks * Improved compatibility with non glibc systems * Fixed several window management bugs for Wayland * Fixed bug when selecting first/last image
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-01-11imv: Use NONEMPTY_SETS for options.mknia1-5/+6
2020-01-11graphics: Add imv.nia5-0/+106
imv is a command line image viewer intended for use with tiling window managers. Features -------- * Native Wayland and X11 support * Support for dozens of image formats including: * PNG * JPEG * Animated GIFs * SVG * TIFF * Various RAW formats * Photoshop PSD files * Configurable key bindings and behaviour * Highly scriptable with IPC via imv-msg