aboutsummaryrefslogtreecommitdiff
path: root/audio/codec2
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Thanks to Dima Panov <fluffy@FreeBSD.org> for pointing out it wasDiane Bruce2020-08-252-6/+15
| | | | | | | | | | older compilers not clang 11 failing this. *sigh* PR: ports/248894 Submitted by: vvd@unislabs.com Notes: svn path=/head/; revision=546241
* - Fix under clang11Diane Bruce2020-08-248-20/+78
| | | | Notes: svn path=/head/; revision=546107
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* audio/codec2: Update 0.7 -> 0.8.1Yuri Victorovich2018-09-047-316/+34
| | | | | | | | | | | | | Port changes: * Change MASTER_SITES * Add LICENSE_FILE * Move examples to ${EXAMPLESDIR}, add PORTEXAMPLES=*, remove them from pkg-plist PR: 228281 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=478929
* update MASTER_SITES to fix distfilesDiane Bruce2017-10-222-4/+2
| | | | | | | | | | | | | | | | | | | | | | I noticed this port is currently broken: BROKEN= no public distfiles Then I found the public archive at: https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz (the checksum matches) I think the port can be "fixed" with the attached patch. Thanks! Update the LOCAL copy I forgot to add the last time (db) PR: ports/223163 Submitted by: tj+freebsd_ports@a13.fr Notes: svn path=/head/; revision=452647
* Mark as broken a bunch of ports with no public distfiles availableBaptiste Daroussin2017-10-131-0/+2
| | | | Notes: svn path=/head/; revision=451964
* Update to 0.7Diane Bruce2017-08-067-29/+49
| | | | | | | | | | 1. Make the 700 bit/s codec sound better, to improve speech quality on low SNR HF channels (beneath 0dB). 2. Develop a higher quality mode in the 2000 to 3000 bit/s range, that can be used on HF channels with modest SNRs (around 10dB) Notes: svn path=/head/; revision=447437
* Update to latest freedv codec2 0.6Diane Bruce2017-05-198-215/+359
| | | | | | | | | | See http://www.rowetel.com/?page_id=452 PR: ports/219348 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=441226
* - Fix shebangsMartin Wilke2017-04-221-2/+3
| | | | Notes: svn path=/head/; revision=439143
* These ports now build on powerpc64.Mark Linimon2017-04-101-3/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=438123
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ↵Mathieu Arnold2016-10-241-1/+0
| | | | | | | | | | | | | | | Makefiles. So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight Notes: svn path=/head/; revision=424560
* Note conflict with comms/libcodec2 which is already marked for removalDiane Bruce2016-10-031-0/+1
| | | | | | | | | | No binary changes hence no PORTREVISION bump PR: ports/210186 Submitted by: takefu@ Notes: svn path=/head/; revision=423192
* Update to 0.5.1Diane Bruce2016-09-283-5/+269
| | | | | | | | | | | | | Add some examples if requested. Add some test programs if requested. N.B. PR is actually against comms/libcodec2 which is a duplicate port. PR: ports/210186 Submitted by: takefu@ Notes: svn path=/head/; revision=422877
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* New port: audio/codec2Stephen Hurd2015-12-154-0/+59
Codec2 is an open source low bit rate speech codec designed for communications quality speech at 2400 bit/s and below. Applications include low bandwidth HF/VHF digital radio and VOIP trunking. Codec 2 operating at 2400 bit/s can send 26 phone calls using the bandwidth required for one 64 kbit/s uncompressed phone call. It fills a gap in open source, free-as-in-speech voice codecs beneath 5000 bit/s and is released under the GNU Lesser General Public License (LGPL). WWW: http://www.rowetel.com/blog/?page_id=452 Notes: svn path=/head/; revision=403762