16 Commits

Author SHA256 Message Date
51846bed82 Accepting request 1231873 from multimedia:voice-assistant
- Update to 5.0.3:
  * This release mainly fixes building for Python 3.12, but also
    fixes a serious bug in the NGramModel wrapper class along the
    way. Note that Python 3.6 and 3.7 are no longer supported.
  * Switch to scikit-build-core and tox to fix many issues.
- Update to 5.0.2:
    Removed unnecessary shinxbase in package config
    Do not attempt to align phones to impossibly short durations (fixes #339)
    Require specific setuptools version to fix editable install (fixes: #353)
- Update to 5.0.1:
    Include examples of live recognition on various platforms
    Add missing close brace for C++
    Use a separate search for ps_set_align_text()
    Fix regression tests and -phone_align in main program
    Use trailing slash with include directory
    Removed unnecessary libpthread in package config
    fix: fix a stray #if WORDS_BIGENDIAN (fixes: #343)
- Update to 5.0.0. Includes among other these notable changes:
  * pocketsphinx_continuous is gone, replaced by plain old
    pocketsphinx, which is documented in the README file.
  * The configuration interface is now quite different. It is not a
    "command-line parser" anymore and the configuration parameters
    have lost their leading dashes.
  * All of the SphinxBase "utility" headers have also been made
    internal and their symbols will no longer be exported on
    Windows. Conversely, the JSGF and N-Gram language model API has
    been included in <pocketsphinx/model.h>.
  * The sphinx_fe and sphinx_cepview utilities have been moved to
    SphinxTrain.
  * The audio interface (<sphinxbase/ad.h>) has been removed.
  * The -remove_noise option is now controlled by the acoustic
    model as it needs to match the training.
  * The -remove_silence option has been removed as it is a Bad Idea
    and Considered Harmful for batch mode recognition. Please use
    the endpointer API as detailed in <pocketsphinx/endpointer.h>
    and examples/live.c or examples/live.py.
  * The -cmninit option is not controlled by the default acoustic
    model anymore. This may cause some problems for live
    recognition as the defaults may not match the feature
    extraction parameters.
  * The SWIG wrappers have been removed. Only Python 3 is directly
    supported as a dynamic language binding. Node.js may be
    supported in the near future. The C API is specifically
    designed to be easily supported through FFI, so you can do
    that.
  * Python support is much improved, fully documented, and builds a
    proper module directly from the (top level of the) source tree
    with pip or build.
  * Android support is gone but may come back (contributions
    welcome, I don't have time to support anything other than Linux
    on x86_64 and s390x)
  * Other changes:
  * Change the <pocketsphinx/search.h> API to be slightly more
    intuitive
  * New force-alignment API and two-pass alignment to get
    phone/state durations
  * Uniformize API and test fixed-point mode properly
  * Fix float-to-int underflows (#199, #252)
  * Disallow multiple search types in config or command-line
  * Revert incorrect optimizations to JSGF compiler (fixes #53)
  * Make seg_iter and hyp behave as expected in kws search
    (fixes #122)
  * feat: add -config and config to parse and save JSON
  * Resurrect GStreamer support
  * Remove sphinxbase and modernize configuration API
  * Add support for input files to pocketsphinx command line
  * Add compatibility with pocketsphinx-python 0.1.5
  * Rename pocketsphinx5 to pocketsphinx
  * Updated the en-us dict
  * Fix memory leak in allphone_search.c
  * Forward declare allphone_clear_segments in allphone_search.c
  * Make force alignment accessible from pocketsphinx_batch and
    the ps_decoder API
  * Improve linking for internal headers
  * Fix memory leak in bin_mdef_read_text
  * Large build system and small API modernizations
  * Fix windows build
  * Fix endianness issues in binary trie LM code
  * Build a proper Python package
  * Update -cmninit parameter when CMN is updated
  * Switch back to Cython and use scikit-build for Python module
  * Document Python module better and build ReadTheDocs with
    (the other) Sphinx
  * Fix install command for Mac and iOS builds
  * Incoporate WebRTC VAD code
  * Reorganize header files
  * Remove thread library
  * Add a proper API for cepstral mean normalization
  * Make -samprate an int after all these years
- Obsoletes the pocketsphinx5/sphinxbase/sphinxbase5 packages and
  remove the use of update-alternatives since it's not needed
  anymore.
- Add _service file.
- Add _multibuild to build the python package.
- Drop patches that don't seem to be needed anymore:
  * pocketsphinx-doxygen.patch
  * pocketsphinx-largefile.patch
  * pocketsphinx-long-utterance.patch
  * use-python3.patch
- Add patch to fix installation directory of python module:
  * fix-python-installation.patch

OBS-URL: https://build.opensuse.org/request/show/1231873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=7
2024-12-26 11:23:49 +00:00
544307112e - Update to 5.0.3:
* This release mainly fixes building for Python 3.12, but also
    fixes a serious bug in the NGramModel wrapper class along the
    way. Note that Python 3.6 and 3.7 are no longer supported.
  * Switch to scikit-build-core and tox to fix many issues.
- Update to 5.0.2:
    Removed unnecessary shinxbase in package config
    Do not attempt to align phones to impossibly short durations (fixes #339)
    Require specific setuptools version to fix editable install (fixes: #353)
- Update to 5.0.1:
    Include examples of live recognition on various platforms
    Add missing close brace for C++
    Use a separate search for ps_set_align_text()
    Fix regression tests and -phone_align in main program
    Use trailing slash with include directory
    Removed unnecessary libpthread in package config
    fix: fix a stray #if WORDS_BIGENDIAN (fixes: #343)
- Update to 5.0.0. Includes among other these notable changes:
  * pocketsphinx_continuous is gone, replaced by plain old
    pocketsphinx, which is documented in the README file.
  * The configuration interface is now quite different. It is not a
    "command-line parser" anymore and the configuration parameters
    have lost their leading dashes.
  * All of the SphinxBase "utility" headers have also been made
    internal and their symbols will no longer be exported on
    Windows. Conversely, the JSGF and N-Gram language model API has
    been included in <pocketsphinx/model.h>.
  * The sphinx_fe and sphinx_cepview utilities have been moved to
    SphinxTrain.
  * The audio interface (<sphinxbase/ad.h>) has been removed.

OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=15
2024-12-18 11:50:48 +00:00
e4fb838478 Accepting request 1153334 from multimedia:voice-assistant
OBS-URL: https://build.opensuse.org/request/show/1153334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=6
2024-02-29 20:51:31 +00:00
ef9d3df345 Accepting request 1153273 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1153273
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=13
2024-02-29 14:53:45 +00:00
dcc37fefd5 Accepting request 788659 from multimedia:voice-assistant
OBS-URL: https://build.opensuse.org/request/show/788659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=5
2020-03-26 22:38:07 +00:00
5f6f92c11e Accepting request 788654 from home:alarrosa:branches:multimedia:voice-assistant
- Use update-alternatives for the man pages
- pocketsphinx-devel now conflicts with pocketsphinx5-devel
- python3-pocketsphinx now conflicts with python3-pocketsphinx5 and
  python3-pocketsphinx-python <= 0.1.3
- Fixes for symbol-not-found errors in the python3 port and a small fix
  to use python3 in another python call. Updated patch:
  * use-python3.patch

OBS-URL: https://build.opensuse.org/request/show/788654
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=11
2020-03-26 18:16:04 +00:00
e464337db2 Accepting request 788308 from multimedia:voice-assistant
OBS-URL: https://build.opensuse.org/request/show/788308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=4
2020-03-25 22:49:57 +00:00
05699cbb96 Accepting request 788291 from home:alarrosa:branches:multimedia:voice-assistant
- Generate python3 bindings instead of python2:
  * use-python3.patch

OBS-URL: https://build.opensuse.org/request/show/788291
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=9
2020-03-25 18:12:18 +00:00
Stephan Kulow
1a6fca3d0a Accepting request 680128 from multimedia:voice-assistant
OBS-URL: https://build.opensuse.org/request/show/680128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=3
2019-02-28 20:45:00 +00:00
a68b8fff2e Accepting request 679879 from home:alarrosa:branches:multimedia:voice-assistant
- Add %check section to run tests

OBS-URL: https://build.opensuse.org/request/show/679879
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=7
2019-02-28 13:54:27 +00:00
4548ed2303 Accepting request 679059 from multimedia:voice-assistant
OBS-URL: https://build.opensuse.org/request/show/679059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=2
2019-02-26 21:20:49 +00:00
050282df20 Accepting request 678410 from home:alarrosa:branches:multimedia:voice-assistant
- Use alternatives for binaries to make possible to have it coinstalled
  with pocketsphinx5 5prealpha

OBS-URL: https://build.opensuse.org/request/show/678410
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=5
2019-02-25 20:37:01 +00:00
e8194f4bdd Accepting request 630500 from multimedia:voice-assistant
New package pocketsphinx

OBS-URL: https://build.opensuse.org/request/show/630500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pocketsphinx?expand=0&rev=1
2018-08-31 08:41:25 +00:00
c410a10186 Accepting request 629173 from home:jengelh:branches:multimedia:voice-assistant
- Fix RPM groups.
- Implement shared library packaging guideline.

OBS-URL: https://build.opensuse.org/request/show/629173
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=3
2018-08-20 09:33:59 +00:00
4dbd3ade43 Accepting request 628829 from home:alarrosa:branches:multimedia:voice-assistant
- Use %license for license file

OBS-URL: https://build.opensuse.org/request/show/628829
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=2
2018-08-12 14:34:57 +00:00
fc71274a76 osc copypac from project:KDE:Extra package:pocketsphinx revision:2
OBS-URL: https://build.opensuse.org/package/show/multimedia:voice-assistant/pocketsphinx?expand=0&rev=1
2018-08-12 13:25:01 +00:00