@thom.cherryhomes Package already updated. Resync before trying again.
Search Criteria
Package Details: lensfun-git 0.3.4.r3182.g6acac62-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lensfun-git.git (read-only, click to copy) |
|---|---|
| Package Base: | lensfun-git |
| Description: | Database of photographic lenses and associated library |
| Upstream URL: | https://github.com/lensfun/lensfun |
| Licenses: | LGPL-3.0-only |
| Provides: | liblensfun.so |
| Submitter: | None |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 27 |
| Popularity: | 1.22 |
| First Submitted: | 2014-06-13 16:23 (UTC) |
| Last Updated: | 2025-11-04 17:44 (UTC) |
Dependencies (10)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python (optional) – for lensfun-update-data and lensfun-add-adapter
Required by (2)
Sources (1)
xiota commented on 2025-11-06 17:09 (UTC)
thom.cherryhomes commented on 2025-11-06 14:53 (UTC)
I am also having the same issue as @eidokan as the package is attempting to remove a nonexistant g-lensfun-update.
Eidokan commented on 2025-11-04 21:45 (UTC)
Thanks!
Eidokan commented on 2025-11-04 17:09 (UTC)
The revised version fails to build in my chroot with
rm: cannot remove '/build/lensfun-git/pkg/lensfun-git/usr/lib/lensfun2/g-lensfun-update': No such file or directory
at the end of the package function.
Did you want to delete g-lensfun-update-data instead?
xiota commented on 2025-11-02 02:20 (UTC) (edited on 2025-11-20 08:26 (UTC) by xiota)
This package has been revised to allow installing alongside extra/lensfun (not required) because direct provides and conflicts breaks packages (liblensfun.so.1 vs liblensfun.so.2).
Packages requiring the -git version should be buildable by redirecting pkgconf.
export PKG_CONFIG_PATH="/usr/lib/lensfun2/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
dbermond commented on 2025-10-10 23:44 (UTC)
Package currently fails to build and needs maintainer intervention:
/usr/bin/python3.13: No module named build.main; 'build' is a package and cannot be directly executed
This happens due to the following upstream commit: https://github.com/lensfun/lensfun/commit/52b7dfe7716943928b512c7a38568f29efa7b97d
Solution: switch 'python-setuptools' to 'python-build' in makedepends.
osakana-echo commented on 2025-07-22 15:45 (UTC) (edited on 2025-07-22 15:45 (UTC) by osakana-echo)
Hello, I have Ninja and make in my environment and Ninja has priority and fails to build.
So I would like you to change make in build() and make install in package() to cmake --build and cmake --install.
dreieck commented on 2025-03-27 15:50 (UTC) (edited on 2025-03-27 15:55 (UTC) by dreieck)
Hm, why does pkgver() return 0.3.2.[...], but the latest release is version 0.3.4?
(git describe returns v0.3.2-3059-g44903722, git describe --tags returns v0.3.95-1663-g44903722.)
Regards!
Pinned Comments
xiota commented on 2025-11-02 02:20 (UTC) (edited on 2025-11-20 08:26 (UTC) by xiota)
This package has been revised to allow installing alongside
extra/lensfun(not required) because direct provides and conflicts breaks packages (liblensfun.so.1vsliblensfun.so.2).Packages requiring the -git version should be buildable by redirecting pkgconf.