gpo.zugaina.org

Search Portage & Overlays:

media-video/neolink

A standards-compliant bridge to Reolink IP cameras

Screenshots

  • neolink-0.6.3_rc2
    ~amd64
    debug

    View      Download      Browse     License: AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 Unicode-DFS-2016   
    Overlay: stintel
  • neolink-0.6.2
    ~amd64
    debug

    View      Download      Browse     License: AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-3.0 ZLIB   
    Overlay: fritteli

ChangeLog

commit d916d3a89d464381eb177a587412b4cc52d4b16a
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date: Sun Dec 21 06:33:22 2025 +0200

media-video/neolink: add 0.6.3_rc2, drop 0.6.2

When I added this ebuild, I took the latest stable release.
Unfortunately that does not seem to build with recent Rust versions.

Fixes the following build error:

error[E0282]: type annotations needed for `Box<_>`
--> /var/tmp/portage/media-video/neolink-0.6.2/work/cargo_home/gentoo/time-0.3.25/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
| ++++++++

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

commit de52ff8661928ad0d776722df1900b10c73c9cd7
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date: Sun Oct 27 02:52:22 2024 +0300

media-video/neolink: new package, add 0.6.2

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>