Search Criteria
Package Details: nomacs-git 3.2.0.r1446.g9eedbb1c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nomacs-git.git (read-only, click to copy) |
---|---|
Package Base: | nomacs-git |
Description: | Free, open source image viewer, which supports multiple platforms. |
Upstream URL: | https://nomacs.org |
Licenses: | GPL3 |
Conflicts: | nomacs |
Provides: | nomacs |
Submitter: | pmattern |
Maintainer: | pmattern |
Last Packager: | pmattern |
Votes: | 4 |
Popularity: | 0.009060 |
First Submitted: | 2016-01-12 12:57 (UTC) |
Last Updated: | 2023-10-28 00:05 (UTC) |
Dependencies (9)
- desktop-file-utils (desktop-file-utils-gitAUR)
- exiv2 (exiv2-gitAUR)
- libraw (libraw-gitAUR)
- opencv (opencv-cuda)
- qt5-svg (qt5-svg-gitAUR)
- quazip (quazip-qt5)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
Latest Comments
FabioLolix commented on 2023-10-29 13:44 (UTC)
Hello pmattern
git-lfs
need to be added to makedepends, otherwise it will give command not foundFor pkgver() please use
--long --tags
instead of--always
, for my personal VCS pkgbuild I'm usinggit describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
copied from archwikiIt will give
3.17.2287.r0.g9eedbb1c
3.17.2287 is the current tag, your give 3.2.0About the python error I got it in the recent past, you need to launch the build from nomacs directory, see:
pmattern commented on 2023-10-28 00:24 (UTC)
FabioLolix
Adding python to makedepends is only triggering a bunch of error messages here. Doesn't seem to make sense right now.
fenugrec
When you posted your comment nomacs couldn't be built without plugins. I can reproduce your error message trying to compile the then current commit right now. In recent commits, including the plugins is no longer a must, though.
Basically, a VCS package should provide stuff like those plugins. Given that their official repo is postponed for quite a while I'm not sure these particular plugins are really desirable here, though.
FabioLolix commented on 2023-05-13 12:05 (UTC)
Hello, this builds with devtools but fail with makepkg
python could be added as makedepends
Snoop05 commented on 2021-01-24 12:40 (UTC)
Consider adding
export GIT_LFS_SKIP_SMUDGE=1
to the pkgbuild (not in function) because upstream uses LFS and fails during sources extraction stage.fenugrec commented on 2020-06-18 20:17 (UTC) (edited on 2020-06-18 20:17 (UTC) by fenugrec)
I cannot build this even with the PKGBUILD posted below:
And indeed, there are no files in plugins/ after cloning the upstream URL. Any ideas ?
churro commented on 2018-11-27 16:45 (UTC) (edited on 2018-11-27 16:46 (UTC) by churro)
it isn't compiling for me due to quazip (regardless of whether it is installed or not), so I disabled it at compile time and it works, my PKGBUILD https://pastebin.com/LbJWKa3C
I saw that the dev said a month ago that quazip would be disabled by default and that it isn't supported on all systems, but I don't know in which systems it is supposed to be supported, so for now, until it is disabled upstream this will do I guess.
stefonarch commented on 2017-07-22 11:10 (UTC)
pmattern commented on 2017-03-28 23:57 (UTC)