aboutsummaryrefslogtreecommitdiff
path: root/audio/rhvoice/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* *: Bump PORTREVISIONs of Pulseaudio consumersGleb Popov2024-11-231-1/+1
| | | | Sponsored by: Future Crew, LLC
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-2/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* audio/pulseaudio: Update to 16.1Gleb Popov2023-08-071-0/+1
| | | | | | | | Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* audio/rhvoice: Update 1.2.3 -> 1.2.4Yuri Victorovich2021-05-091-3/+8
| | | | Reported by: portscout
* audio/rhvoice: Follow the GitHub account rename; Integrate with ↵Yuri Victorovich2021-04-221-1/+6
| | | | speech-dispatcher
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/rhvoice: Update 1.2.2-7 -> 1.2.3Yuri Victorovich2020-09-121-2/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=548403
* audio/rhvoice: Update 1.0.0 -> 1.2.2-7Yuri Victorovich2020-06-161-1/+2
| | | | Notes: svn path=/head/; revision=539389
* Mark as BROKEN on powerpc64-12. This is true even though the usualMark Linimon2020-05-311-0/+2
| | | | | | | | | workaround of USES is in place. It seems to build everywhere else. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537128
* audio/rhvoice: Update 0.7.1-4 -> 1.0.0Yuri Victorovich2019-12-311-12/+11
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=521598
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* audio/rhvoice: Fix build with base GCCYuri Victorovich2018-09-291-4/+4
| | | | | | | | | | Add USES=compiler:c++0x because the code is C++03. Also shadow some commands. Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=480891
* audio/rhvoice: Add audio backend optionsYuri Victorovich2018-09-221-5/+18
| | | | | | | Only one backend seems to work at a time, therefore a RADIO section. Notes: svn path=/head/; revision=480434
* audio/rhvoice: Fix LICENSE_FILE_xx linesYuri Victorovich2018-09-111-2/+2
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=479544
* audio/rhvoice: Correct license, etcYuri Victorovich2018-09-111-3/+9
| | | | | | | | | | | Port changes: * Correct license * Rename PORTNAME into RHVoice: the project is called RHVoice, installs files and directories the include the "RHVoice" string, DATADIR and ETCDIR are now derived correctly * Add @sample for the config file Notes: svn path=/head/; revision=479504
* audio/rhvoice: CorrectionYuri Victorovich2018-09-111-1/+0
| | | | Notes: svn path=/head/; revision=479503
* New port: audio/rhvoice: Speech synthesizer for English, Russian, Georgian, ↵Yuri Victorovich2018-09-111-0/+24
and other languages Try this command: $ echo "FreeBSD is the best OS in the world!" | RHVoice-test Notes: svn path=/head/; revision=479502