@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).
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: | 12 |
Popularity: | 1.66 |
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 (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- openblas (openblas-lapackAUR)
- perl (perl-gitAUR)
- python (python37AUR)
- 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)
LFdev commented on 2024-12-11 16:08 (UTC)
rpodgorny commented on 2024-12-11 16:00 (UTC)
...unable to build :-(
[ 73%] Built target piper
[ 74%] Built target espeakdata_module_autogen
[ 75%] Built target espeakdata_module
-- Using cached versions: 1.2.2, ,
-- RHVOICE version: 1.2.2
-- RHVOICE bin version: 122
-- version full: HEAD -> master 1.2.2
-- Checking for module 'dbus'
-- Package 'dbus' not found
CMake Error at src/CMakeLists.txt:16 (get_target_property):
get_target_property() called with non-existent target "utf8cpp".
-- /usr/include
-- Configuring incomplete, errors occurred!
make[2]: *** [CMakeFiles/rhvoice.dir/build.make:92: rhvoice-prefix/src/rhvoice-stamp/rhvoice-configure] Error 1
make[1]: *** [CMakeFiles/Makefile2:860: CMakeFiles/rhvoice.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
LFdev commented on 2024-10-27 12:11 (UTC)
@simona @pirogronian I bumped the release number to trigger an new build since there was an update to fmt (v10 > v11) and the build using the default PKGBUILD with CUDA worked just fine here.
LFdev commented on 2024-10-26 19:31 (UTC) (edited on 2024-10-27 12:12 (UTC) by LFdev)
@pirogronian Please check my previous comment: stuff that goes into "external" directory is source code that is downloaded and built when you build dsnote, so my guess is that this is an upstream problem. Same advice as before: wait (and/or check the upstream project for problems) or try the Flatpak version that is pre-built (AFAIK) and available elsewhere.
pirogronian commented on 2024-10-26 17:47 (UTC) (edited on 2024-10-26 17:48 (UTC) by pirogronian)
Just tried to build, but got an error:
[24%] Performing configure step for 'webrtcvad'
CMake Error: The source directory "/home/ja/Programs/AUR/dsnote/src/dsnote-4.6.1/external/webrtcvad" does not appear to contain CMakeLists.txt.
The same is with -git version. I installed "python-webrtcvad" with pacman but without change. I also checked that directory - it's empty, as some others. Google doesn't know such an error for dsnote.
LFdev commented on 2024-10-03 19:33 (UTC)
@simona Can you please provide more info since neither "tclap" nor "virtual:world" are dependencies? My only guess is that this is an upstream problem (the build process downloads many sources that are used in dsnote), in this case there is little that can be done, unfortunately, besides wait and maybe install the Flatpak version.
simona commented on 2024-10-03 14:34 (UTC)
-- Checking for module 'tclap'
-- Package 'tclap', required by 'virtual:world', not found
LFdev commented on 2024-06-07 17:52 (UTC) (edited on 2024-06-07 18:07 (UTC) by LFdev)
Package updated. Please note that support for CUDA/ROCm is enabled, but user must edit PKGBUILD and remove the comment for the makedepends_x86_64
or install the required package before building (in other words, if you have CUDA and/or ROCm already installed, it will be automatically used to build). To disable support for CUDA/ROCm, then FULL_BUILD can be set to false (it will not change the build time much, and GPU support can be disabled in app settings anyway).
Please check comments in PKGBUILD for more info. I can test only CUDA support for now.
LFdev commented on 2024-04-06 17:17 (UTC) (edited on 2024-04-06 17:20 (UTC) by LFdev)
Due to Qt update to version 6, the release version fails to build. Please use dsnote-git for now (make sure you check the comments). Once a new version is released in the official app, I will try to update this one as well.
michalszmidt commented on 2024-03-25 21:24 (UTC)
@LFdev thanks for quick reply! As a workaround (and additional feature) I would propose splitting this package to dsnote, dnote-cuda and dsnote-rocm like flatpak one. Then core package still could be installed by new users and in future GPU runtime will be hopefully fixed.
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).