Search Criteria
Package Details: miniaturo-git 0.6.0.r0.g84dce0c-1
Package Actions
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: | 3 |
Popularity: | 0.21 |
First Submitted: | 2021-01-18 23:39 (UTC) |
Last Updated: | 2024-03-19 19:49 (UTC) |
Dependencies (5)
- libopenraw
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- raw-thumbnailer-entryAUR (optional) – Thumbnailer configs for Nautilus/Thunar
Required by (2)
- raw-thumbnailer-entry (requires raw-thumbnailer)
- rox-thumbnailers (requires raw-thumbnailer) (optional)
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; | ^^^^^^^^^^ noClap
in the rooterror: cannot determine resolution for the derive macro
Clap
--> src/main.rs:9:10 | 9 | #[derive(Clap)] | ^^^^ | = note: import resolution is stuck, try simplifying macro importserror: 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 attributeerror: 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 attributeerror: 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 attributeerror: 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 attributeerror[E0599]: no function or associated item named
parse
found for structOpts
in the current scope --> src/main.rs:74:28 | 11 | struct Opts { | ----------- function or associated itemparse
not found for this struct ... 74 | let opts: Opts = Opts::parse(); | ^^^^^ function or associated item not found inOpts
| = help: items from traits can only be used if the trait is implemented and in scope = note: the following traits define an itemparse
, 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 compileminiaturo
due to 7 previous errors