Search Criteria
Package Details: ucollage 0.1.0-2
Git Clone URL: | https://aur.archlinux.org/ucollage.git (read-only, click to copy) |
---|---|
Package Base: | ucollage |
Description: | A command line image viewer based on Überzug. |
Upstream URL: | https://github.com/ckardaris/ucollage |
Keywords: | command-line image tui ueberzug viewer |
Licenses: | |
Submitter: | ckardaris |
Maintainer: | ckardaris |
Last Packager: | ckardaris |
Votes: | 2 |
Popularity: | 0.25 |
First Submitted: | 2020-10-12 17:03 |
Last Updated: | 2020-10-13 17:08 |
Dependencies (5)
- file (file-git)
- ueberzug
- bash>=4.2.0 (bash-devel-git, bash-devel-static-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi) (optional) – Thumbnail creation
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw, imagemagick-git) (optional) – Image rotation
Latest Comments
ckardaris commented on 2020-10-13 17:04
Thanks for the information @Kr1ss. I didn't know that. I will update the PKGBUILD.
Kr1ss commented on 2020-10-13 14:27
Hi @ckardaris, thx a lot for sharing this package.
Just as a note, you don't need to
gzip
the man file inpackage()
- this is done automatically during the packaging process (at least by default; users can switch it off in their/etc/makepkg.conf
or viaoptions=('!zipman')
).So you might just
install -Dm644 ucollage.1 -t "${pkgdir}/usr/share/man/man1"
and get rid of thegzip
statement.Cheers !