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 .. 15 Next › Last »

marcs commented on 2018-09-08 17:34 (UTC)

@Martchus

Done, you are maintainer now.

Thanks

Martchus commented on 2018-09-08 17:14 (UTC) (edited on 2018-09-08 17:14 (UTC) by Martchus)

@marcs If you disown the packages, I would adopt them and add you as co-maintainer.

marcs commented on 2018-09-08 15:33 (UTC)

@Martchus

Added as co-mantainer, I don't have much time anymore for arch packages. Are you up to for maintaining both sphinxbase and pocketsphinx packages?

Thanks

Martchus commented on 2018-08-30 16:26 (UTC) (edited on 2018-08-30 16:37 (UTC) by Martchus)

@marcs Could you add me as co-maintainer here, too? Then I would remove the libtool lines here, too. (see https://github.com/Martchus/PKGBUILDs/commit/0965f9448e28714ae61f4d726845999c149e23eb)

Otherwise, here's the patch to git am: https://martchus.no-ip.biz/website/download.php?name=0001-Remove-libtool-invocations-and-unused-patch

xantares commented on 2018-08-30 11:47 (UTC)

please fix the python package wrt the 3.7 update!

petronny commented on 2018-08-14 04:19 (UTC)

Please fix it for python 3.7

petronny commented on 2018-08-10 05:06 (UTC)

Please fix it for python 3.7

xantares commented on 2018-08-07 21:05 (UTC)

I doubt the libtool commands are even useful

xantares commented on 2018-08-07 17:46 (UTC)

needs an update for python 3.7, not sure the libtool lines are needed

Martchus commented on 2018-08-07 13:22 (UTC)

@nipsky It is because the Python version is hardcoded into the PKGBUILD and Arch Linux recently updated to Python 3.7.

I think the Python version shouldn't be hardcoded. Better use something like pacman -Q python | sed 's/.* \(.*\)\..*-.*./\1/g'. Same for Python 2. Of course the package must still be rebuilt when updating Python.