Add new port audio/msilbc:
Mediastreamer plugin for using the iLBC(TM) codec with Linphone. WWW: http://www.linphone.org
This commit is contained in:
parent
f070977bbf
commit
c4cc463256
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304963
5 changed files with 32 additions and 0 deletions
|
@ -496,6 +496,7 @@
|
|||
SUBDIR += mpg123.el
|
||||
SUBDIR += mpg321
|
||||
SUBDIR += mpiosh
|
||||
SUBDIR += msilbc
|
||||
SUBDIR += muine
|
||||
SUBDIR += mumble
|
||||
SUBDIR += murmur
|
||||
|
|
20
audio/msilbc/Makefile
Normal file
20
audio/msilbc/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= msilbc
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= SAVANNAH/linphone/plugins/sources/
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Mediastreamer plugin for the iLBC audio codec
|
||||
|
||||
LIB_DEPENDS= ortp.8:${PORTSDIR}/net/linphone-base \
|
||||
mediastreamer.0:${PORTSDIR}/net/linphone-base \
|
||||
ilbc.0:${PORTSDIR}/net/ilbc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \
|
||||
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc"
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/msilbc/distinfo
Normal file
2
audio/msilbc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (msilbc-2.0.3.tar.gz) = edd4da50715556141861f503ad5cef0f68a8868d4db53410413870c06e53be88
|
||||
SIZE (msilbc-2.0.3.tar.gz) = 287297
|
3
audio/msilbc/pkg-descr
Normal file
3
audio/msilbc/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Mediastreamer plugin for using the iLBC(TM) codec with Linphone.
|
||||
|
||||
WWW: http://www.linphone.org
|
6
audio/msilbc/pkg-plist
Normal file
6
audio/msilbc/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/mediastreamer/plugins/libmsilbc.a
|
||||
lib/mediastreamer/plugins/libmsilbc.la
|
||||
lib/mediastreamer/plugins/libmsilbc.so
|
||||
lib/mediastreamer/plugins/libmsilbc.so.0
|
||||
@dirrmtry lib/mediastreamer/plugins
|
||||
@dirrmtry lib/mediastreamer
|
Loading…
Reference in a new issue