Package Details: python-pocketsphinx 5.1.1-1

Git Clone URL: https://aur.archlinux.org/pocketsphinx.git (read-only, click to copy)
Package Base: pocketsphinx
Description: A small speech recognizer
Upstream URL: https://cmusphinx.github.io
Keywords: mobile recognition speech
Licenses: MIT, BSD-3-Clause, BSD-2-Clause
Submitter: None
Maintainer: Martchus
Last Packager: Martchus
Votes: 102
Popularity: 0.000000
First Submitted: 2008-08-08 21:47 (UTC)
Last Updated: 2026-06-07 12:15 (UTC)

Pinned Comments

Martchus commented on 2020-01-19 12:15 (UTC)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff

Martchus commented on 2020-01-19 11:46 (UTC) (edited on 2020-01-19 12:14 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There also exist a binary repository: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

petronny commented on 2017-01-24 05:35 (UTC)

Hi, gstreamer0.10-base has disappeared from [community]... The package can be compiled without it, but I'm not sure if it is fully functional. Anyway, please fix it. Thank you.

marcs commented on 2017-01-23 14:04 (UTC)

Fixed both sphinxbase and pocketphinx paths for python 3.6 lib folder.

petronny commented on 2017-01-23 08:49 (UTC)

Please change 'python3.5' to 'python3.6' in the last line. Thank you

petronny commented on 2017-01-23 08:42 (UTC)

Please change 'python3.5' to 'python3.6' in the last line. Thank you

tgc commented on 2017-01-22 21:52 (UTC)

It currentæy fails to build against python 3.6 :(

marcs commented on 2016-09-29 17:27 (UTC) (edited on 2016-09-29 17:28 (UTC) by marcs)

Update to release 6, seems that the timing-fix patch is no longer necessary.

marcs commented on 2016-08-24 08:21 (UTC)

The includes paths are: /usr/include/sphinxbase /usr/include/pocketsphinx If you didn't move those headers your installation is fine.

Blueman55 commented on 2016-08-19 18:03 (UTC)

Hello everyone. Newby here. I installed this package along with sphinxbase and had to change some of the includes so that they looked inside the pocketsphinx and sphinxbase directories generated in /usr/include/. Is that normal or did I somehow botch my installation? Also, thanks for the package guys.

Martchus commented on 2016-06-01 20:38 (UTC)

I had no particular reason to reconfigure it twice. Reconfiguring first and then doing the copies is better.

marcs commented on 2016-06-01 10:14 (UTC) (edited on 2016-06-01 10:16 (UTC) by marcs)

Hi martchus, I agree with moving the depends, you are right, I changed only the fact that in your prepare function you are reconfiguring autotools twice, which I found unnecessary. Please let me know if you had any particular reason to do that, why exporting python on reconf ? I've added you as a comantainer. Thank you