Package Details: czkawka-cli 7.0.0-0.1

Git Clone URL: https://aur.archlinux.org/czkawka.git (read-only, click to copy)
Package Base: czkawka
Description: Multi functional app to find duplicates, empty folders, similar images etc. (CLI)
Upstream URL: https://github.com/qarmin/czkawka
Licenses: LicenseRef-MIT
Submitter: fabiscafe
Maintainer: fabiscafe
Last Packager: fabiscafe
Votes: 35
Popularity: 1.62
First Submitted: 2021-08-09 09:49 (UTC)
Last Updated: 2024-02-20 20:45 (UTC)

Pinned Comments

fabiscafe commented on 2023-06-11 14:41 (UTC) (edited on 2024-02-21 16:45 (UTC) by fabiscafe)

Key Import

This PKGBUILD uses signed commits. If not done you need to import GitHubs (web-flow) public pgp key.

curl -sS https://github.com/web-flow.gpg | gpg --import -
Merge/Pull Requests

https://gitlab.archlinux.org/fabiscafe/czkawka_aur

Known issues

Build takes a long time for --release builds: https://github.com/rust-lang/rust/issues/121354

Latest Comments

« First ‹ Previous 1 2 3 4

jose1711 commented on 2022-01-25 23:12 (UTC)

@fabiscafe thank you, you were right. all good after building in clean chroot!

fabiscafe commented on 2022-01-25 19:37 (UTC)

@jose1711 that's on your end - try to build in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Classic_way

jose1711 commented on 2022-01-24 23:27 (UTC)

received an error during build:

error[E0277]: `[&OsStr; 7]` is not an iterator
   --> /home/jose/.cargo/registry/src/github.com-1ecc6299db9ec823/ffmpeg_cmdline_utils-0.1.0/src/ffmpeg_ops.rs:134:21
    |
134 |           args.extend([
    |  _____________________^
135 | |             OsStr::new("-pix_fmt"),  OsStr::new("rgb24"),
136 | |             OsStr::new("-c:v"),      OsStr::new("rawvideo"),
137 | |             OsStr::new("-f"),        OsStr::new("image2pipe"),
138 | |             OsStr::new("-")
139 | |         ]);
    | |_________^ expected an implementor of trait `IntoIterator`

birnenwerfer commented on 2022-01-20 19:45 (UTC) (edited on 2022-01-20 19:46 (UTC) by birnenwerfer)

@fabiscafe yes you’re right. It was on my side. Resetting the Build-Files solved the problem.

Thanks!!

fabiscafe commented on 2022-01-20 14:57 (UTC)

@birnenwerfer try to clone again. If the PKGBUILD is missing, that's on your side.

birnenwerfer commented on 2022-01-20 14:31 (UTC)

Error while updating to new version (4.0.0-1) on 20th January 2022:

Erstelle czkawka... ==> FEHLER: PKGBUILD existiert nicht.

Translation to Englisch: ==> ERROR: PKGBUILD doesn't exist.

cyqsimon commented on 2021-11-23 15:29 (UTC) (edited on 2021-11-23 15:42 (UTC) by cyqsimon)

Upgrading to 3.3.1 actually upgrades to 3.3.0. Did you perhaps forget to bump the version somewhere?

Edit: oh nevermind. Something went wrong with my build cache. Everything was fine after clearing cache and rebuilding.