Package Details: livecaptions 0.4.2-2

Git Clone URL: https://aur.archlinux.org/livecaptions.git (read-only, click to copy)
Package Base: livecaptions
Description: Linux Desktop application that provides live captioning
Upstream URL: https://github.com/abb128/LiveCaptions
Keywords: captions livecaptions
Licenses: GPL3
Submitter: sant0s
Maintainer: abb128
Last Packager: abb128
Votes: 5
Popularity: 1.55
First Submitted: 2023-04-27 15:09 (UTC)
Last Updated: 2024-09-24 10:03 (UTC)

Pinned Comments

sant0s commented on 2023-05-01 11:21 (UTC)

@Cryen Probably onnxruntime. Try using onnxruntime-bin instead.

Cryen commented on 2023-05-01 11:15 (UTC)

Which dependency would require me to install nvidia-utils or opencl-nvidia on my intel only system?
Is this necessary?

Latest Comments

« First ‹ Previous 1 2

Cryen commented on 2023-05-01 11:15 (UTC)

Which dependency would require me to install nvidia-utils or opencl-nvidia on my intel only system?
Is this necessary?

sant0s commented on 2023-04-28 05:24 (UTC)

@schrmh I am new to this but I think that you're supposed to specify the dependencies as provided by the packages. onnxruntime-bin provides onnxruntime so it's fine like this. You can manually install onnxruntime-bin and then install this package :)

schrmh commented on 2023-04-27 17:11 (UTC) (edited on 2023-04-27 17:18 (UTC) by schrmh)

On the GitHub it is mentioned that no GPU is needed but the onnxruntime package has a cuda dependency. Can we get this without having to install cuda?

Edit: Oh, you actually put a onnxruntime-bin without that dependency in the AUR... Could you then modify the PKGBUILD to use that instead of onnxruntime?

depends=(
    'libadwaita'
    'onnxruntime-bin'
)