Package Details: aw-watcher-media-player 1.1.0-2

Git Clone URL: https://aur.archlinux.org/aw-watcher-media-player.git (read-only, click to copy)
Package Base: aw-watcher-media-player
Description: Watcher of system's currently playing media for ActivityWatch
Upstream URL: https://github.com/2e3s/aw-watcher-media-player
Licenses: Unlicense
Conflicts: aw-watcher-media-player
Submitter: tippfehlr
Maintainer: tippfehlr
Last Packager: tippfehlr
Votes: 1
Popularity: 0.85
First Submitted: 2024-06-20 09:24 (UTC)
Last Updated: 2024-09-11 19:26 (UTC)

Latest Comments

tippfehlr commented on 2024-08-05 22:10 (UTC)

Ok, it works now.

This (outdated) time version doesn’t compile with rust >= 1.80.0, I made a patch to update it and applied it here.

I use rustup and simply hadn’t updated rust yet.

Thanks for reporting!

tippfehlr commented on 2024-08-05 16:29 (UTC)

It builds on my machine but not in a clean chroot (same error). I’ll investigate this later.

WesleyBryie commented on 2024-08-03 22:02 (UTC)

Hello, can you please confirm that this builds (at least on your machine)? I'm not well versed with rust packaging but the 'time' package seems to not be building successfully.

The error it throws is as follows

error[E0282]: type annotations needed for `Box<_>`
  --> /home/wesleybryie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
help: consider giving `items` an explicit type, where the placeholders `_` are specified
   |
83 |     let items: Box<_> = format_items
   |              ++++++++

followed by yay saying

==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: aw-watcher-media-player-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
aw-watcher-media-player - exit status 4

Thank you!

Wesley Bryie wes@wesbryie.com