Search Criteria
Package Details: cainteoir-engine 0.12.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cainteoir-engine.git (read-only, click to copy) |
---|---|
Package Base: | cainteoir-engine |
Description: | The Cainteoir Text-To-Speach Engine |
Upstream URL: | https://github.com/rhdunn/cainteoir-engine |
Licenses: | GPL |
Submitter: | cmc |
Maintainer: | cmc |
Last Packager: | cmc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-28 11:09 (UTC) |
Last Updated: | 2017-02-28 11:09 (UTC) |
Dependencies (12)
- python2-yaml (make)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta) (optional)
- espeak (espeak-test, espeak-ng-extended-git) (optional)
- ffmpeg (ffmpeg-v4l2-request-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-vp9-timestamp, ffmpeg-cuda, ffmpeg-ndi, ffmpeg-intel-full-git, ffmpeg-vulkan, ffmpeg-yt-dlp-bin, ffmpeg-headless, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-full, ffmpeg-decklink, ffmpeg-libfdk_aac, ffmpeg-mmal, ffmpeg-nocuda, ffmpeg-shinobi, ffmpeg-obs, ffmpeg-full-git, ffmpeg-git) (optional)
- libavcodec (optional)
- libavformat (optional)
- libavresample (optional)
- libavutil (optional)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer) (optional)
- poppler (poppler-minimal, poppler-lcdfilter, poppler-lcd, poppler-git) (optional)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pulseaudio-hsphfpd, pulseaudio-airplay, pulseaudio-git, pipewire-common-pulse-git, pipewire-full-pulse-git, pipewire-pulse-git, pipewire-pulse) (optional)
- svox-pico-bin (optional)
Latest Comments
Bid commented on 2022-03-13 20:58 (UTC)
I am getting a compile error that I strongly believe a compiler version issue. But unfortunately I don't know C++ or and I do not have development skills neither
cmc commented on 2019-12-07 12:29 (UTC)
Cool! Could you prepare a pach, e.g. with git diff, that I can include in the pkbuild? Thanks!
hemant_ng commented on 2019-12-07 09:37 (UTC) (edited on 2019-12-07 09:41 (UTC) by hemant_ng)
I installed libavresample separately to satisfy this pkg's dependency.
Installing this from AUR did not work today, so I installed it manually from git.
I solved git's compilation errors by directly editing source code on my system.
These were simple changes. First was adding #include <functional> in 3 files. Second was replacing an undeclared constant PP_INPUT_BUFFER_PADDING_SIZE with a known constant AV_INPUT_BUFFER_PADDING_SIZE)
After this cainteoir-engine got installed. Now I will attempt installing cainteoir-gtk from AUR or git.
hemant_ng commented on 2019-11-30 11:17 (UTC) (edited on 2019-12-07 09:39 (UTC) by hemant_ng)
I get this error for cainteoir-engine.
............... ............... ............... ............... src/libcainteoir/document.cpp: In function ‘std::vector<cainteoir::ref_entry> cainteoir::navigation(const cainteoir::rdf::graph&, const cainteoir::rdf::uri&, const cainteoir::rdf::uri&)’:
src/libcainteoir/document.cpp:121:3: error: cannot convert ‘cainteoir::navigation(const cainteoir::rdf::graph&, const cainteoir::rdf::uri&, const cainteoir::rdf::uri&)::<lambda(const std::shared_ptr<const cainteoir::rdf::triple>&)>’ to ‘int’ 121 | }); | ^ | | | cainteoir::navigation(const cainteoir::rdf::graph&, const cainteoir::rdf::uri&, const cainteoir::rdf::uri&)::<lambda(const std::shared_ptr<const cainteoir::rdf::triple>&)>
In file included from src/include/cainteoir/document.hpp:24, from src/libcainteoir/document.cpp:24: src/include/cainteoir/metadata.hpp:383:23: note: initializing argument 4 of ‘void cainteoir::rdf::query::rdf_list_items(const cainteoir::rdf::graph&, const cainteoir::rdf::uri&, const cainteoir::rdf::uri&, int)’ 383 | const std::function<void (const
std::shared_ptr<const triple> &aStatement)> &onlistitem); | ^~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1887: src/libcainteoir/libcainteoir_la-document.lo] Error 1