Browse Source
multimedia/pocketsphinx: Updated for version 20230516_8221706.
multimedia/pocketsphinx: Updated for version 20230516_8221706.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>pull/206/head
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 39 additions and 26 deletions
-
17multimedia/pocketsphinx/changelog
-
40multimedia/pocketsphinx/pocketsphinx.SlackBuild
-
8multimedia/pocketsphinx/pocketsphinx.info
@ -0,0 +1,17 @@ |
|||
Changelog for pocketsphinx SlackBuild Script |
|||
-------------------------------------------------------------------- |
|||
|
|||
03/09/2022: |
|||
|
|||
Added to SBo |
|||
|
|||
14/07/2023: |
|||
|
|||
Updated to github commit id 8221706. |
|||
This version joins Opencv4 and lensfun |
|||
in not compiling with FFmpeg. FFmpeg will |
|||
detect pocketsphinx but it will eventually |
|||
run into error during compilation.This |
|||
seems to be FFmpeg upstream problem so |
|||
don't enable pocketsphinx in FFmpeg when |
|||
you try to recompile it. |
@ -1,10 +1,10 @@ |
|||
PRGNAM="pocketsphinx" |
|||
VERSION="20220908_5a1370c" |
|||
VERSION="20230516_8221706" |
|||
HOMEPAGE="https://github.com/cmusphinx/pocketsphinx" |
|||
DOWNLOAD="https://github.com/cmusphinx/pocketsphinx/archive/5a1370c/pocketsphinx-5a1370c3e9333550caf74be2d292f8c0c2ad8778.tar.gz" |
|||
MD5SUM="f39566488fbc1ea5650bc550fe320638" |
|||
DOWNLOAD="https://github.com/cmusphinx/pocketsphinx/archive/8221706/pocketsphinx-82217064bf9abbfe021bc107829701934afdb248.tar.gz" |
|||
MD5SUM="cfb2a548e1155a369a42cdfd12042430" |
|||
DOWNLOAD_x86_64="" |
|||
MD5SUM_x86_64="" |
|||
REQUIRES="scikit-build pytest python3-pytest python3-wheel sounddevice memory-profiler" |
|||
REQUIRES="scikit-build python3-pytest python3-wheel sounddevice memory-profiler" |
|||
MAINTAINER="Vijay Marcel" |
|||
EMAIL="vijaymarcel@outlook.com" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue