Port details |
- py-pocketsphinx Python interface to CMU Sphinxbase and Pocketsphinx libraries
- 0.1.15_4 audio =2 0.1.15_3Version of this port present on the latest quarterly branch.
- Maintainer: DtxdF@disroot.org
- Port Added: 2022-10-25 19:18:07
- Last Update: 2024-11-23 08:31:00
- Commit Hash: 5505c50
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/bambocher/pocketsphinx-python
- Description:
- Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For
Speech Recognition.
This package provides a python interface to CMU Sphinxbase and
Pocketsphinx libraries created with SWIG and Setuptools.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pocketsphinx>0:audio/py-pocketsphinx@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-pocketsphinx/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-pocketsphinx
- pkg install py311-pocketsphinx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pocketsphinx listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pocketsphinx
- Package flavors (<flavor>: <package>)
- py311: py311-pocketsphinx
- distinfo:
- TIMESTAMP = 1660023511
SHA256 (pocketsphinx-0.1.15.tar.gz) = 34d290745c7dbe6fa2cac9815b5c19d10f393e528ecd70e779c21ebc448f9b63
SIZE (pocketsphinx-0.1.15.tar.gz) = 29092634
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig40>0 : devel/swig40
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libpulse-simple.so : audio/pulseaudio
- libpulse.so : audio/pulseaudio
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_py-pocketsphinx
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.15_4 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
0.1.15_3 13 Jul 2024 20:18:56 |
Po-Chuan Hsieh (sunpoet) |
audio/py-pocketsphinx: Use swig40 instead of swig
- Bump PORTREVISION for package change
Note that the repository has been archived by the owner on Jun 27, 2023.
PR: 279489
Reference: https://github.com/bambocher/pocketsphinx-python |
0.1.15_2 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
0.1.15_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.1.15_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.1.15 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.1.15 25 Oct 2022 19:16:28 |
Li-Wen Hsu (lwhsu) Author: Jesús Daniel Colmenares Oviedo |
Add audio/py-pocketsphinx: Python interface to CMU Sphinxbase and Pocketsphinx
libraries
Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For
Speech Recognition.
This package provides a python interface to CMU Sphinxbase and
Pocketsphinx libraries created with SWIG and Setuptools.
WWW: https://github.com/bambocher/pocketsphinx-python
PR: 265766 |
Number of commits found: 7
|