Search Criteria
Package Details: identity 0.1.1-1
Git Clone URL: | https://aur.archlinux.org/identity.git (read-only, click to copy) |
---|---|
Package Base: | identity |
Description: | Compare multiple versions of an image or video |
Upstream URL: | https://gitlab.gnome.org/YaLTeR/identity |
Licenses: | |
Submitter: | 314eter |
Maintainer: | 314eter |
Last Packager: | 314eter |
Votes: | 2 |
Popularity: | 0.91 |
First Submitted: | 2020-10-02 23:23 |
Last Updated: | 2020-10-16 14:00 |
Dependencies (7)
- gst-plugin-gtk
- gst-plugins-base (gst-plugins-base-git)
- gst-plugins-good (gst-plugins-good-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- libhandy>=1.0.0 (libhandy-glade-catalog-disabled-git, libhandy-git)
- meson (meson-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
Singularity commented on 2020-10-06 21:46
That's why i love the AUR. I saw the reditpost these days and wanted to create a package, but already two people did it =)
Found out that it also depends on gst-plugin-gtk. For runtime only, doesn't matter at compiletime.
yochananmarqos commented on 2020-10-03 02:39
...or you could do it in the prepare() function. Even better! Apparently I was too tired last night to think of that. Better name, too. Cheers!
314eter commented on 2020-10-03 02:36
I moved the binary to
/usr/bin/identity-compare
, that's a little bit easier to use from the command line.yochananmarqos commented on 2020-10-03 01:58
This conflicts with
mesa-demos
(/usr/bin/identity
). I actually wrote a PKGBUILD last night to check it out, but didn't bother adding it to the AUR. Here's how I decided to resolve it (add to end of package() function):