normally the update does not happen for 1 package at a time. so it is not conceivable to change the configuration by hand for each package. run the command and update everything that needs to be updated. linux was born with this philosophy.
Search Criteria
Package Details: dsnote 4.7.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dsnote.git (read-only, click to copy) |
---|---|
Package Base: | dsnote |
Description: | Note taking, reading and translating with offline Speech to Text, Text to Speech and Machine Translation |
Upstream URL: | https://github.com/mkiol/dsnote |
Licenses: | MPL2 |
Conflicts: | dsnote-git |
Provides: | dsnote |
Submitter: | LFdev |
Maintainer: | LFdev |
Last Packager: | LFdev |
Votes: | 9 |
Popularity: | 1.83 |
First Submitted: | 2023-11-13 18:20 (UTC) |
Last Updated: | 2025-02-22 17:07 (UTC) |
Dependencies (44)
- boost-libs
- fmt (fmt-gitAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- kconfigwidgets5
- kdbusaddons5
- kiconthemes5
- kirigami2 (kirigami2-gitAUR)
- libarchive (libarchive-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxtst
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR)
- openblas (openblas-lapackAUR)
- perl (perl-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-multimedia
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- Show 24 more dependencies...
Required by (0)
Sources (1)
simona commented on 2025-02-22 17:15 (UTC)
LFdev commented on 2025-02-21 19:56 (UTC) (edited on 2025-02-21 20:01 (UTC) by LFdev)
@alhirzel: at least on my setup (GNOME) I do not have tclap installed, and removing speech-dispatcher did not prevent the app from starting. I test it with Piper and Espeak for TTS, and I had no issues.
@5y1vn: Thank you for the heads up, an update with fixes should be released soon (I am waiting for the original dev's approval of the changes).
5y1vn commented on 2025-02-19 07:12 (UTC)
Fails to build. Dependency qqc2-desktop-style5
has been removed from the repos.
alhirzel commented on 2025-01-19 02:13 (UTC) (edited on 2025-01-19 02:36 (UTC) by alhirzel)
Could not install without speech-dispatcher
and tclap
- may need to be dependencies?
LFdev commented on 2025-01-01 20:32 (UTC) (edited on 2025-01-02 00:18 (UTC) by LFdev)
@zacjor Thanks for the heads up, fixed.
zacjor commented on 2025-01-01 19:48 (UTC)
sha256 sum is incorrect
LFdev commented on 2025-01-01 13:44 (UTC)
New version was released. From now on, Vulkan support is enabled by default (please remember to install related optional Vulkan drivers for your GPU), ROCm support was removed and CUDA build process was improved, but still experimental. If you do not want to build it with CUDA support, it is possible to edit PKGBUILD before building (check inside notes).
LFdev commented on 2024-12-11 20:50 (UTC)
@simona Actually CUDA is not a dependency, it is optional (it will be automatically used only if it is already installed). If you want to make sure you do not build with GPU support, then simply change FULL_BUILD to false in PKGBUILD as explained in the comments.
simona commented on 2024-12-11 17:04 (UTC)
CMake Error at src/CMakeLists.txt:16 (get_target_property):
get_target_property() called with non-existent target "utf8cpp".
I don't' use Cuda. I don't like cuda. Cuda are required?
Anymore it does not ask me to install it. why?
LFdev commented on 2024-12-11 16:08 (UTC)
@rpodgorny Hey, there. Do you have a DE installed? dbus
should be already installed in any DE as far as I know. You can either try to install it first or disable RHVOICE if you do not plan to use it (check comments in PKGBUILD, you will have to edit it manually).
Pinned Comments
LFdev commented on 2025-01-01 13:44 (UTC)
New version was released. From now on, Vulkan support is enabled by default (please remember to install related optional Vulkan drivers for your GPU), ROCm support was removed and CUDA build process was improved, but still experimental. If you do not want to build it with CUDA support, it is possible to edit PKGBUILD before building (check inside notes).