Which dependency would require me to install nvidia-utils
or opencl-nvidia
on my intel only system?
Is this necessary?
Search Criteria
Package Details: livecaptions 0.4.2-2
Package Actions
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) |
Dependencies (9)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- onnxruntime (piper-phonemizeAUR, onnxruntime-gitAUR, onnxruntime-opt, onnxruntime-opt-rocm, onnxruntime-rocm)
- openmpi (openmpi-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2
Cryen commented on 2023-05-01 11:15 (UTC)
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'
)
Pinned Comments
sant0s commented on 2023-05-01 11:21 (UTC)
@Cryen Probably
onnxruntime
. Try usingonnxruntime-bin
instead.Cryen commented on 2023-05-01 11:15 (UTC)
Which dependency would require me to install
nvidia-utils
oropencl-nvidia
on my intel only system?Is this necessary?