aboutsummaryrefslogtreecommitdiff
path: root/audio/rem
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
|
* audio/baresip: Update to 0.5.8 (with helper libraries)Chris Rees2018-04-283-4/+6
| | | | | | | | PR: ports/227739 Submitted by: Thomas Merkel Notes: svn path=/head/; revision=468543
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update to 0.5.0Chris Rees2016-12-032-4/+4
| | | | | | | | PR: ports/215024 Submitted by: Dmitrij D. Czarkoff Notes: svn path=/head/; revision=427610
* audio/re:Ben Woods2016-06-133-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.4.16 - Organise pkg-plist alphabetically audio/rem: - Update to 0.4.7 - Organise pkg-plist alphabetically audio/baresip: - Update to 0.4.19 - Remove CELT option (no longer supported upstream - replaced by OPUS) - Add EXAMPLES option to install new ${WRKSRC}/docs/examples - Update minimum required versions of audio/re and audio/rem [1] Changes this release: https://github.com/alfredh/baresip/blob/v0.4.19/docs/ChangeLog [1] https://github.com/alfredh/baresip/blob/v0.4.19/docs/README#L324 This upate also allows baresip to build successfully once multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this patch is backwards compatible with ffmpeg 2.8.x. Reported by: antoine (via exp-run) Reviewed by: mat (mentor) Approved by: crees (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6822 Notes: svn path=/head/; revision=416830
* 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
* - Don't install static libraries with INSTALL_LIBDmitry Marakasov2015-05-191-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=386780
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+3
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* Update Baresip to 0.4.8, and the supporting re and rem librariesChris Rees2013-12-202-9/+7
| | | | | | | | | | | to their latest versions Several new modules, however some will no longer work after changes to the core code; a best effort has been made to investigate and mark such broken modules. Notes: svn path=/head/; revision=337099
* 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-1/+1
| | | | | | | | | | | 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
* Add licence info to some portsChris Rees2013-04-301-0/+3
| | | | | | | Submitted by: 4721 Notes: svn path=/head/; revision=316959
* Stop leaving leftovers (PORTREVISION bumped because packageChris Rees2013-03-162-0/+3
| | | | | | | | | users would be missing files) We are all so delighted that pointyhat is back! Notes: svn path=/head/; revision=314375
* Introducing baresip 0.4.2, along with the same versions of libre and librem.Chris Rees2013-01-032-3/+3
| | | | | | | | | | | | | | | re and rem must be updated first, since baresip will not compile against older versions. [ Fix linking of Speex modules PR: ports/174925 (based on) Submitted by: Anish Mistry <amistry@unitedware.com> ] Notes: svn path=/head/; revision=309885
* Librem is a portable and generic library for real-time audio and videoChris Rees2012-09-014-0/+50
processing. Features - Audio buffering, mixing, codecs and resampling - Video mixing, rescaling and pixel format conversion WWW: http://www.creytiv.com/rem.html Notes: svn path=/head/; revision=303469