aboutsummaryrefslogtreecommitdiff
path: root/audio/flite
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/flite: upgrade 1.4 -> 2.1Kurt Jaeger2019-02-1015-440/+101
| | | | | | | | | | | PR: 216018 Submitted by: Simun Mikecin <numisemis@yahoo.com>, pi, jrm Reviewed by: tobik Approved by: sobomax (maintainer timeout) Differential Revision: D19138 Notes: svn path=/head/; revision=492617
* Return currently unmaintained ports to sobomax@ who is still a src committer.Rene Ladan2018-12-101-1/+1
| | | | Notes: svn path=/head/; revision=487187
* Re-assign sobomax@'s ports after his commit bit was safekept.Rene Ladan2018-12-031-1/+1
| | | | Notes: svn path=/head/; revision=486556
* audio/flite: link shared libs against libmJan Beich2018-05-032-1/+15
| | | | | | | | | | | | | | | | $ echo 'int main() {}' | cc -xc - -lflite -L/usr/local/lib /usr/local/lib/libflite.so: undefined reference to `log' /usr/local/lib/libflite.so: undefined reference to `fmod' /usr/local/lib/libflite.so: undefined reference to `exp' /usr/local/lib/libflite.so: undefined reference to `sin' /usr/local/lib/libflite.so: undefined reference to `pow' cc: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: mat (via ffmpeg) Obtained from: Debian Notes: svn path=/head/; revision=468931
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-224-12/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Add CPE infoDmitry Marakasov2015-05-171-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386637
* Fix the ancient problem, where we replaced Linux' "cp -pd" withMikhail Teterin2014-12-023-3/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | simple "cp -p". This caused symbolic links (like libFOO.so -> libFOO.so.X.Y) to be dereferenced installing three copies of each library instead of one. Strip the executables and the shared libraries after staging. Fix the authors' makefiles to allow parallel building. Add a patch which allows us to replace the multitude of flite_VOICE-executables (one for each voice) with sym-links to the single flite itself. The size of the package shrunk from 100Mb to 50Mb here (amd64) as the result of the above measures. Bump PORTREVISION. Note: the new patches are deliberately organized by feature rather than by the patched files -- to make it easier to refer the upstream maintainers to them. Notes: svn path=/head/; revision=373754
* Stop disabling optimization -- which was not necessary since the currentMikhail Teterin2014-11-303-20/+127
| | | | | | | | | | | | | version (1.4) was released years ago. Clean-up some compiler warnings. PR: ports/174624 Submitted by: mi@ Approved by: maintainer timeout (two years) Notes: svn path=/head/; revision=373683
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371234
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-4/+3
| | | | Notes: svn path=/head/; revision=356114
* Support stageBaptiste Daroussin2014-01-281-9/+6
| | | | | | | Add DOCS option Notes: svn path=/head/; revision=341509
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+3
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* remove empty filePhilip M. Gollucci2010-12-301-0/+0
| | | | Notes: svn path=/head/; revision=267180
* - Update to 1.4Philip M. Gollucci2010-12-277-107/+57
| | | | | | | | | | | - Remove MD5 PR: ports/150438 Submitted by: kwm Approved by: maintainer timeout (sobomax ; 104 days, kwm 83 days) Notes: svn path=/head/; revision=267012
* Fix plist with -DNOPORTDOCS.Ion-Mihai Tetcu2009-04-062-16/+9
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231723
* - Update to 1.3Pav Lucistnik2008-03-3110-43/+165
| | | | | | | | | PR: ports/121609 Submitted by: Richard Neese <r.neese@gmail.com> Approved by: maintainer timeout (sobomax; 20 days) Notes: svn path=/head/; revision=210244
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* PKGNAME does not work right here since PORTREVISION bump.Alexey Dokuchaev2004-12-281-2/+2
| | | | | | | Approved by: maintainer (sobomax) Notes: svn path=/head/; revision=125368
* Add missed @dirrm.Maxim Sobolev2004-12-211-0/+1
| | | | Notes: svn path=/head/; revision=124659
* Force compiling with -O0, otherwise sometimes it blows out with SIGBUS, atMaxim Sobolev2004-12-201-1/+6
| | | | | | | least on 5-STABLE. Notes: svn path=/head/; revision=124617
* Fix MASTER_SITES.Maxim Sobolev2004-12-191-1/+1
| | | | | | | | PR: 75234 Submitted by: Jin-Shan Tseng Notes: svn path=/head/; revision=124482
* Add flite 1.2, a small run-time speech synthesis engine.Maxim Sobolev2004-12-188-0/+165
Notes: svn path=/head/; revision=124399