Search Criteria
Package Details: imgcat-git 2.5.0.r246.c69bebd-1
Git Clone URL: | https://aur.archlinux.org/imgcat-git.git (read-only, click to copy) |
---|---|
Package Base: | imgcat-git |
Description: | It's like cat, but for images |
Upstream URL: | https://github.com/eddieantonio/imgcat |
Licenses: | |
Submitter: | jat255 |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 2 |
Popularity: | 0.59 |
First Submitted: | 2019-04-16 15:52 |
Last Updated: | 2020-12-20 22:00 |
Dependencies (5)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- ncurses (ncurses-nohex, ncurses-git)
- cimg (make)
- git (git-git) (make)
Latest Comments
jat255 commented on 2020-10-25 18:00
@greut and @gavinbeatty, I don't actually use this program any longer, so I have disowned the AUR build. Please feel free to adopt it if you would like to maintain it.
gavinbeatty commented on 2020-10-25 17:42
arch=(any) implies the built package is architecture agnostic. But this is an executable built from C code, so for example, imgcat built on x86_64 will not run on i686.
arch=(i686 x86_64) would be more appropriate, or arch=(i686 x86_64 armv6h armv7h aarch64) if it also works on those arm architectures.
greut commented on 2020-10-25 10:03
cimg seems to be missing from the build dependencies.