Port details |
- libsonic Simple library to speed up or slow down speech
- 0.2.0.65 audio =2 0.2.0.65Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-07-04 02:42:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/waywardgeek/sonic
- Description:
- Sonic is a simple algorithm for speeding up or slowing down speech. However,
it's optimized for speed ups of over 2X, unlike previous algorithms for changing
speech rate. The Sonic library is a very simple ANSI C library that is designed
to easily be integrated into streaming voice applications, like TTS back ends.
The primary motivation behind Sonic is to enable the blind and visually impaired
to improve their productivity with open source speech engines, like espeak.
Sonic can also be used by the sighted. For example, Sonic can improve the
experience of listening to an audio book on an Android phone.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsonic>0:audio/libsonic
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/audio/libsonic/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/libsonic
- pkg install libsonic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsonic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1629249354
SHA256 (waywardgeek-sonic-release-0.2.0-65-gba33141_GH0.tar.gz) = 6c15b504dcc770c7f4bd846a7e2f45370dcd5279e17c5a26b728bca76eaa43d8
SIZE (waywardgeek-sonic-release-0.2.0-65-gba33141_GH0.tar.gz) = 5350568
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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libfftw3.so : math/fftw3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_libsonic
- USES:
- gmake localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.0.65 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.0.65 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
0.2.0.65 18 Aug 2021 02:15:03 |
Yuri Victorovich (yuri) |
audio/libsonic: Update 0.2.0-51 -> 0.2.0-65 |
0.2.0.51 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.0.51 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.0.51 05 Nov 2018 17:22:16 |
linimon |
Because of double typedef, this port fails to build with base GCC.
Remove it to fix build.
PR: 232287
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.2.0.51 04 Jul 2018 02:41:31 |
yuri |
New port: audio/libsonic: Simple library to speed up or slow down speech |