Package Details: miniaturo-git 0.6.0.r0.g84dce0c-1

Git Clone URL: https://aur.archlinux.org/miniaturo-git.git (read-only, click to copy)
Package Base: miniaturo-git
Description: A raw image thumbnailer written in Rust. Drop-in replacement for raw-thumbnailer.
Upstream URL: https://github.com/dbrgn/miniaturo
Licenses: GPL3
Conflicts: miniaturo, raw-thumbnailer
Provides: miniaturo, raw-thumbnailer
Submitter: dbrgn
Maintainer: dbrgn
Last Packager: dbrgn
Votes: 1
Popularity: 0.000049
First Submitted: 2021-01-18 23:39 (UTC)
Last Updated: 2024-03-19 19:49 (UTC)

Dependencies (5)

Required by (2)

Sources (1)

Latest Comments

dbrgn commented on 2022-11-05 13:50 (UTC)

@tom: Should be fixed.

tom commented on 2022-11-05 00:07 (UTC)

niaturo v0.1.0-aur-r17.4b505f8 (/build/miniaturo-git/src/miniaturo) error[E0432]: unresolved import clap::Clap --> src/main.rs:5:5 | 5 | use clap::Clap; | ^^^^^^^^^^ no Clap in the root

error: cannot determine resolution for the derive macro Clap --> src/main.rs:9:10 | 9 | #[derive(Clap)] | ^^^^ | = note: import resolution is stuck, try simplifying macro imports

error: cannot find attribute clap in this scope --> src/main.rs:10:3 | 10 | #[clap(about, version)] | ^^^^ | = note: clap is in scope, but it is a crate, not an attribute

error: cannot find attribute clap in this scope --> src/main.rs:13:7 | 13 | #[clap(short = 'i')] | ^^^^ | = note: clap is in scope, but it is a crate, not an attribute

error: cannot find attribute clap in this scope --> src/main.rs:17:7 | 17 | #[clap(short = 'o')] | ^^^^ | = note: clap is in scope, but it is a crate, not an attribute

error: cannot find attribute clap in this scope --> src/main.rs:21:7 | 21 | #[clap(short = 's', default_value = "128")] | ^^^^ | = note: clap is in scope, but it is a crate, not an attribute

error[E0599]: no function or associated item named parse found for struct Opts in the current scope --> src/main.rs:74:28 | 11 | struct Opts { | ----------- function or associated item parse not found for this struct ... 74 | let opts: Opts = Opts::parse(); | ^^^^^ function or associated item not found in Opts | = help: items from traits can only be used if the trait is implemented and in scope = note: the following traits define an item parse, perhaps you need to implement one of them: candidate #1: Parser candidate #2: TypedValueParser

Some errors have detailed explanations: E0432, E0599. For more information about an error, try rustc --explain E0432. error: could not compile miniaturo due to 7 previous errors