Well, yeah, now it is, it wasn't a few hours ago, when I reported the issue upstream :)
Search Criteria
Package Details: ansel-git 0.0.0.r1246.ga665765ed-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ansel-git.git (read-only, click to copy) |
---|---|
Package Base: | ansel-git |
Description: | Ansel is an open-source photo-editing software for digital artists, designed to help you achieve your own interpretation of raw digital photographs. |
Upstream URL: | https://ansel.photos/ |
Licenses: | GPL3 |
Conflicts: | ansel |
Provides: | ansel |
Submitter: | AlynxZhou |
Maintainer: | AlynxZhou |
Last Packager: | AlynxZhou |
Votes: | 10 |
Popularity: | 0.052627 |
First Submitted: | 2023-01-17 01:12 (UTC) |
Last Updated: | 2025-02-05 02:04 (UTC) |
Dependencies (35)
- colord-gtk
- exiv2 (exiv2-gitAUR)
- flickcurl
- gmic
- graphicsmagick
- iso-codes
- jasper (jasper-gitAUR)
- lensfun (lensfun-gitAUR)
- libavif (libavif-gitAUR)
- libheif (libheif-gitAUR, libheif-highmemAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libjxl (libjxl-gitAUR, libjxl-metricsAUR, libjxl-metrics-gitAUR)
- libraw (libraw-gitAUR)
- libsecret
- libwebp (libwebp-gitAUR)
- openexr (openexr-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openmp
- osm-gps-map (osm-gps-map-gitAUR)
- pugixml (pugixml-gitAUR)
- Show 15 more dependencies...
Required by (0)
Sources (5)
marco44 commented on 2025-02-05 10:04 (UTC)
AlynxZhou commented on 2025-02-05 08:45 (UTC)
@marco44 Isn't it already disabled: https://aur.archlinux.org/cgit/aur.git/commit/?h=ansel-git&id=ac43f7513abf228a2abc3ba08fec257be6ec3206? Try pull the latest changes.
marco44 commented on 2025-02-05 07:38 (UTC)
Hi,
For now, to be able to build this package, you need to remove the -DBUILD_NOISE_TOOLS=ON \ line
SinClaus commented on 2024-05-15 06:00 (UTC)
Please remove pod support on default compile:
make[2]: *** [doc/man/CMakeFiles/manpage-es-ansel-cmstest.1.dir/build.make:80: doc/man/es/ansel-cmstest.pod] Ошибка 1 make[1]: *** [CMakeFiles/Makefile2:8323: doc/man/CMakeFiles/manpage-es-ansel-cmstest.1.dir/all] Ошибка 2 make: *** [Makefile:156: all] Ошибка 2 ==> ОШИБКА: Произошел сбой в build(). Прерывание... -> error making: ansel-git-exit status 4
SinClaus commented on 2024-05-05 05:42 (UTC)
Fuck!
Compile breaks with messages
make[2]: *** [doc/man/CMakeFiles/manpage-es-ansel-cmstest.1.dir/build.make:80: doc/man/es/ansel-cmstest.pod] Ошибка 1 make[1]: *** [CMakeFiles/Makefile2:8323: doc/man/CMakeFiles/manpage-es-ansel-cmstest.1.dir/all] Ошибка 2 make: *** [Makefile:156: all] Ошибка 2 ==> ОШИБКА: Произошел сбой в build().
SinClaus commented on 2024-05-02 12:49 (UTC)
I can't uninstall po4a - "'po4a' required by davfs2"
HMich commented on 2024-05-02 12:07 (UTC)
you can uninstall po4a if you don't need localization, it jumps the pod part then
SinClaus commented on 2024-05-01 07:23 (UTC)
Compilation failed on pod module!!!! We need to block unneed modules.
AlynxZhou commented on 2024-04-16 13:37 (UTC)
@djordje libheif is a optional dep and you could re-build it without libheif to run, but I think add libheif to dependencies is a good idea.
djordje commented on 2024-04-15 16:03 (UTC)
It looks like libheif
needs to be added as a dependency. After removing it, I get:
ansel: error while loading shared libraries: libheif.so.1: cannot open shared object file: No such file or directory
Pinned Comments
AlynxZhou commented on 2024-01-03 11:36 (UTC) (edited on 2024-01-03 11:37 (UTC) by AlynxZhou)
For people who are not familiar with AUR and
-git
package:-git
package does not have a fixed version tag, instead it will always checkout the latest master commit when you re-run the build command (for examplemakepkg -sif
). Considering the Ansel upstream is actively refactoring, you may need to re-run the build command to get the latest commit when you get some problem.PKGBUILD here only needs to be updated if there are changes of building steps, so the "Last Updated" doesn't mean the version of software you could build.
Don't bother upstream devs with words like "the AUR package ansel-git is last updated at 1 week/1 month ago please update it to latest commit" in GitHub issues or Matrix chatroom, I've explained that only thing you need to do is to re-build the package.
However, if you are really sure there are problems in the PKGBUILD, feel free to comment HERE, because upstream devs may not be a Arch user and they don't maintain this PKGBUILD. I'll try to fix it.