Package Details: ansel-git 0.0.0.r748.g61eb38876-1

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: 9
Popularity: 0.079761
First Submitted: 2023-01-17 01:12 (UTC)
Last Updated: 2024-04-16 13:38 (UTC)

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 example makepkg -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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

gomi commented on 2023-12-20 21:35 (UTC)

Both Extra packages and AUR packages are listed as dependencies for ansel-git. Are choices optional or should we install each one listed?

AlynxZhou commented on 2023-09-21 11:45 (UTC)

Thanx, I find second installation, but why it found?

How could I know WTF you did before? Just remove it.

SinClaus commented on 2023-09-21 11:44 (UTC)

Thanx, I find second installation, but why it found?

AlynxZhou commented on 2023-09-21 11:31 (UTC)

@SinClaus If no other people has this problem, consider it's your own mistake.

Actually that was all I can help when I first see the F-word here, but then I noticed some thing:

After comiling:

$ ldd /opt/ansel/bin/ansel | grep libavif libavif.so.15 => not found

Are you REALLY using Ansel built with this PKGBUILD? This PKGBUILD will build and install Ansel into /usr, not /opt.

Check if you have two Ansel installed, and remove the one that not built with this PKGBUILD before comment F-word here again. If the problem still exists, try to reproduce it with a newly installed Arch Linux in virtual machine, to make sure you didn't break your system occasionally.

SinClaus commented on 2023-09-21 10:25 (UTC)

Fuck!!! There is'nt text link in a ansel source catalog to libavif, but program can't start and say ansel: error while loading shared libraries: libavif.so.15: cannot open shared object file: No such file or directory. Is somebody who work with this package?????

SinClaus commented on 2023-09-14 07:56 (UTC)

Previous version nit resolve problem:

Version r35238.eb70788d2-1

$ ldd /opt/ansel/bin/ansel | grep libavif

    libavif.so.15 => not found

    libavif.so.15 => not found

SinClaus commented on 2023-09-12 14:43 (UTC)

After comiling:

$ ldd /opt/ansel/bin/ansel | grep libavif libavif.so.15 => not found

SinClaus commented on 2023-09-12 11:56 (UTC)

Rebuild with makepkg -sif and have the same message....

SinClaus commented on 2023-09-12 11:36 (UTC)

Today I'm don't upgrade my comp, so all cashes are empty. Command for rebuild was "yay -S ansel-git"

trougnouf commented on 2023-09-12 11:28 (UTC)

Did you clear your cache or run the "makepkg -sif" (and pacman -U ...) command directly?