Add appkonference 1.5, high-performance Asterisk voice/video
conferencing plugin. PR: ports/151744 Submitted by: Alex Deiter <Alex.Deiter at Gmail.COM>
This commit is contained in:
parent
6f24c81491
commit
92f697749e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266357
5 changed files with 57 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
SUBDIR += amqp08
|
||||
SUBDIR += aoe
|
||||
SUBDIR += apinger
|
||||
SUBDIR += appkonference
|
||||
SUBDIR += arp-scan
|
||||
SUBDIR += arp-sk
|
||||
SUBDIR += arpdig
|
||||
|
|
25
net/appkonference/Makefile
Normal file
25
net/appkonference/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: net/appkonference
|
||||
# Date created: 19 October 2010
|
||||
# Whom: Alex Deiter <Alex.Deiter@Gmail.COM>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= appkonference
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= alex.deiter@gmail.com
|
||||
COMMENT= High-performance Asterisk voice/video conferencing plugin
|
||||
|
||||
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk16
|
||||
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk16
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= LOCALBASE=${LOCALBASE}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/konference
|
||||
|
||||
PLIST_FILES= lib/asterisk/modules/app_konference.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/appkonference/distinfo
Normal file
3
net/appkonference/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (appkonference-1.5.tar.gz) = 3a116a71a08f23cef510fa0b47d705cb
|
||||
SHA256 (appkonference-1.5.tar.gz) = 6470cc38b07a14b27993bc1e6a5c636943ae36e7e2385a3e136b3bc55a87af27
|
||||
SIZE (appkonference-1.5.tar.gz) = 186882
|
23
net/appkonference/files/patch-Makefile
Normal file
23
net/appkonference/files/patch-Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
--- Makefile.orig 2010-10-23 00:28:54.000000000 +0000
|
||||
+++ Makefile 2010-10-23 00:31:39.000000000 +0000
|
||||
@@ -18,9 +18,9 @@
|
||||
#
|
||||
|
||||
INSTALL_PREFIX :=
|
||||
-INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/usr/lib/asterisk/modules
|
||||
+INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/${LOCALBASE}/lib/asterisk/modules
|
||||
|
||||
-ASTERISK_INCLUDE_DIR ?= ../asterisk/include
|
||||
+ASTERISK_INCLUDE_DIR ?= ${LOCALBASE}/include
|
||||
|
||||
RELEASE = 1.5
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
$(RM) $(TARGET)
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
- $(CC) -pg $(SOLINK) -o $@ $(OBJS)
|
||||
+ $(CC) $(SOLINK) -o $@ $(OBJS)
|
||||
|
||||
vad_test: vad_test.o libspeex/preprocess.o libspeex/misc.o libspeex/smallft.o
|
||||
$(CC) $(PROFILE) -o $@ $^ -lm
|
5
net/appkonference/pkg-descr
Normal file
5
net/appkonference/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
App_konference is a channel-independent conference application.
|
||||
It features efficient audio mixing algorithms as well as video selection
|
||||
support based on VAD, DTMF or CLI.
|
||||
|
||||
WWW: http://sourceforge.net/projects/appkonference/
|
Loading…
Reference in a new issue