Search Criteria
Package Details: imv-git 4.5.0.r0.g8f36d35-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/imv-git.git (read-only, click to copy) |
---|---|
Package Base: | imv-git |
Description: | imv is a command line image viewer intended for use with tiling window managers, with Wayland and X11 support. |
Upstream URL: | https://git.sr.ht/~exec64/imv |
Keywords: | image minimal tiling viewer |
Licenses: | MIT |
Conflicts: | imv, renameutils |
Provides: | imv |
Submitter: | ainola |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 5 |
Popularity: | 0.001642 |
First Submitted: | 2017-10-24 17:09 (UTC) |
Last Updated: | 2025-01-30 02:25 (UTC) |
Dependencies (22)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- freeimage
- glu (glu-gitAUR)
- icu (icu-gitAUR)
- librsvg (librsvg-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- cmocka (cmocka-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- egl-wayland (egl-wayland-gitAUR) (optional)
- libheif (libheif-gitAUR, libheif-highmemAUR) (optional)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (optional)
- libnsgif (libnsgif-gitAUR) (optional)
- libpng (libpng-gitAUR, libpng-apngAUR) (optional)
- librsvg (librsvg-gitAUR) (optional)
- Show 2 more dependencies...
Required by (5)
- dmscripts-git (requires imv) (optional)
- lsidups-git (requires imv) (optional)
- photon-rss-git (requires imv) (optional)
- photon-rss-x11-git (requires imv) (optional)
- sxmo-utils-sway-git (requires imv)
Latest Comments
« First ‹ Previous 1 2
rien333 commented on 2019-08-11 14:33 (UTC) (edited on 2019-08-12 00:08 (UTC) by rien333)
EDIT: fixed in HEAD
imv
is currently under development, and the author decided to push development work to the master branch. Consequently,imv
segfaults under X. To fix this, the author suggests addingsed -i 's/WINDOWS=wayland/WINDOWS=x11/' config.mk
in 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