aboutsummaryrefslogtreecommitdiff
path: root/net/mediastreamer
Commit message (Collapse)AuthorAgeFilesLines
* - Update comms/spandsp to version 0.0.6 [1]Pawel Pekala2014-12-151-2/+2
| | | | | | | | | | | | | | - Convert all comms/spandsp-devel consumers to use newer comms/spandsp - Bump affected ports - Mark comms/spandsp-devel as deprecated and set expiration date - Add upgrade instructions to UPDATING PR: 194399 [1] Submitted by: Nikola Kolev <koue@chaosophia.net> [1] Approved by: madpilot (asterisk ports), maintainer timeout (other) Notes: svn path=/head/; revision=374761
* Further reduce latency in the OSS supportTijl Coosemans2014-10-282-2/+82
| | | | | | | | PR: 194346 Submitted by: hselasky Notes: svn path=/head/; revision=371636
* - Patch OSS backend to remove latencyTijl Coosemans2014-10-143-3/+17
| | | | | | | | | | - Remove USE_GNOME=gnomehier and @dirrm (handled by pkg) PR: 194346 Submitted by: hselasky Notes: svn path=/head/; revision=370874
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.hTijl Coosemans2014-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=369260
* comms/spandsp-devel:Tijl Coosemans2014-09-141-2/+2
| | | | | | | | | | | - Fix installation of lib/libspandsp.so.2 (when patching configure.ac almost all USE_AUTOTOOLS are needed) - Replace CONFIGURE_ARGS with CPPFLAGS/LIBS Reported by: antoine Notes: svn path=/head/; revision=368167
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Switch comms/spandsp-devel to USES=libtool, drop .la filesDmitry Marakasov2014-08-271-2/+2
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Use install-strip target instead of STRIP_CMD - Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp and spandsp-devel Approved by: portmgr blanket Notes: svn path=/head/; revision=366310
* - Unconditionally depend on intltool to fix build with NLS disabled [1]Tijl Coosemans2014-08-221-6/+18
| | | | | | | | | | - Add OpenGL rendering support [2] PR: 192856 [1] Submitted by: Nils Beyer <nbe@renzel.net> [2] Notes: svn path=/head/; revision=365668
* - Move net/linphone-base to replace net/linphone and update to version 3.7.0Tijl Coosemans2014-07-141-0/+2
| | | | | | | | | | | - Adjust ports that depended on linphone-base to depend on net/ortp or net/mediastreamer instead - Mark net-im/libjingle deprecated (part of Google Talk) Approved by: portmgr (implicit, PORTREVISION bump of unstaged port) Notes: svn path=/head/; revision=361763
* Small touch-ups to linphone related ports:Tijl Coosemans2014-07-132-1/+3
| | | | | | | | net/ortp: add license, update description and WWW net/mediastreamer: pkg-plist fixes Notes: svn path=/head/; revision=361683
* New port: net/mediastreamerTijl Coosemans2014-07-116-0/+197
Mediastreamer2 is a powerful and lightweight streaming engine specialized in voice/video telephony applications. It is the library that is responsible for all the receiving and sending of multimedia streams in linphone, including voice/video capture, encoding and decoding, and rendering. Notes: svn path=/head/; revision=361557