Search Criteria
Package Details: imv-git 5.0.0.r8.g7154405-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/imv-git.git (read-only, click to copy) |
|---|---|
| Package Base: | imv-git |
| Description: | A command line image viewer intended for use with tiling window managers |
| Upstream URL: | https://git.sr.ht/~exec64/imv |
| Keywords: | image minimal tiling viewer |
| Licenses: | MIT |
| Conflicts: | imv, renameutils |
| Provides: | imv |
| Submitter: | ainola |
| Maintainer: | pizzaman (txtsd) |
| Last Packager: | txtsd |
| Votes: | 9 |
| Popularity: | 0.029306 |
| First Submitted: | 2017-10-24 17:09 (UTC) |
| Last Updated: | 2025-11-24 07:15 (UTC) |
Dependencies (21)
- glu (glu-gitAUR)
- libheif (libheif-gitAUR, libheif-highmemAUR, libheif-noglycinAUR)
- libinih (libinih-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libnsbmp (libnsbmp-gitAUR)
- libnsgif (libnsgif-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- qoi
- wayland-protocols (wayland-protocols-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cmocka (cmocka-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- Show 1 more dependencies...
Required by (7)
- dmscripts-git (requires imv) (optional)
- lsidups-git (requires imv) (optional)
- photon-rss-git (requires imv) (optional)
- photon-rss-x11-git (requires imv) (optional)
- shorin-dms-niri-git (requires imv) (optional)
- shorin-niri-git (requires imv) (optional)
- sxmo-utils-sway-git (requires imv)
Latest Comments
« First ‹ Previous 1 2 3
rien333 commented on 2019-08-11 14:33 (UTC) (edited on 2019-08-12 00:08 (UTC) by rien333)
EDIT: fixed in HEAD
imvis currently under development, and the author decided to push development work to the master branch. Consequently,imvsegfaults under X. To fix this, the author suggests addingsed -i 's/WINDOWS=wayland/WINDOWS=x11/' config.mkin the configure/prepare() step, which indeed works. Probably, this will be fixed one day, so I'm not sure whether it's appropriate to update the PKGBUILD for this temporary bug.For the discussion, see https://github.com/eXeC64/imv/issues/163.
ainola commented on 2018-03-26 00:10 (UTC)
Thanks, hackerseed! I've added it now.
hackerseed commented on 2018-03-25 22:58 (UTC) (edited on 2018-03-25 22:59 (UTC) by hackerseed)
Hey ainola, thanks for maintaining this package. I found an additional build dependency when I tried to install on my machine. The dependency is asciidoc. Updating makedepends to this worked for me: makedepends=('git' 'asciidoc')
« First ‹ Previous 1 2 3