Package Details: identity-git 0.1.3.r18.g266a8c3-1

Git Clone URL: https://aur.archlinux.org/identity-git.git (read-only, click to copy)
Package Base: identity-git
Description: Compare multiple versions of an image or video
Upstream URL: https://gitlab.gnome.org/YaLTeR/identity
Keywords: gnome
Licenses: GPL3
Conflicts: identity
Provides: identity
Submitter: bordam
Maintainer: bordam
Last Packager: bordam
Votes: 0
Popularity: 0.000000
First Submitted: 2022-03-10 20:09 (UTC)
Last Updated: 2022-03-22 22:52 (UTC)

Latest Comments

l0gic commented on 2025-06-23 19:02 (UTC)

It's missing libwebp dependency, and !lto option:

diff --git a/PKGBUILD b/PKGBUILD index 6e31987..6acbae9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,19 @@  # Maintainer: musiclover <musiclover382@protonmail.com>   pkgname=identity-git -pkgver=0.1.3.r18.g266a8c3 +pkgver=25.03.r20.gd3e2e97  pkgrel=1  pkgdesc='Compare multiple versions of an image or video'  arch=(x86_64)  url=https://gitlab.gnome.org/YaLTeR/identity  license=(GPL3) -depends=('gst-plugins-base' 'gst-plugins-good' 'gst-plugin-gtk' 'gtk4' 'libadwaita') +depends=('gst-plugins-base' 'gst-plugins-good' 'gst-plugin-gtk' 'gtk4' 'libadwaita' 'libwebp')  makedepends=('blueprint-compiler-git' 'git' 'meson' 'rust')  provides=("${pkgname%-git}")  conflicts=("${pkgname%-git}")  source=(git+$url.git)  b2sums=('SKIP') +options=('!lto')   pkgver() {         cd ${pkgname%-git} 

painfularch commented on 2023-11-14 03:13 (UTC) (edited on 2023-11-14 03:13 (UTC) by painfularch)

@bordam is the blueprint-compiler-git makedepend really necessary? Can't it just be the regular blueprint-compiler package or other variants, just like the identity AUR package?