Update to baresip 0.5.0
This commit is contained in:
parent
72cc62ba0b
commit
5fd3b0381e
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.7 2016/11/25 21:26:26 czarkoff Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.8 2016/12/26 14:53:25 czarkoff Exp $
|
||||
|
||||
CATEGORIES = telephony
|
||||
|
||||
HOMEPAGE = http://www.creytiv.com/
|
||||
MASTER_SITES = ${HOMEPAGE:=pub/}
|
||||
MASTER_SITES ?= ${HOMEPAGE:=pub/}
|
||||
|
||||
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
|
||||
|
||||
@ -71,4 +71,4 @@ CFLAGS += -I${X11BASE}/include -I${LOCALBASE}/include -fPIC \
|
||||
-DHAVE_STRINGS_H -DHAVE_GAI_STRERROR -DHAVE_ARC4RANDOM \
|
||||
-DVERSION=\"$V\" -DHAVE_ROUTE_LIST
|
||||
|
||||
NO_TEST = Yes
|
||||
NO_TEST ?= Yes
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2016/08/03 09:21:30 czarkoff Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2016/12/26 14:53:25 czarkoff Exp $
|
||||
|
||||
COMMENT-main = modular SIP User-Agent with audio and video support
|
||||
COMMENT-gtk2 = GTK+2-based modules for baresip
|
||||
|
||||
V = 0.4.20
|
||||
V = 0.5.0
|
||||
DISTNAME = baresip-$V
|
||||
PKGNAME-main = baresip-$V
|
||||
PKGNAME-gtk2 = baresip-gtk2-$V
|
||||
|
||||
WANTLIB-main += X11 Xext avcodec avdevice avformat avutil c daalabase
|
||||
WANTLIB-main += SDL2 X11 Xext avcodec avdevice avformat avutil c daalabase
|
||||
WANTLIB-main += daaladec daalaenc gsm m mpg123 opus png pthread re
|
||||
WANTLIB-main += rem sndfile sndio spandsp speex speexdsp swscale twolame
|
||||
WANTLIB-main += v4l2 vpx x264 x265
|
||||
@ -16,7 +16,7 @@ WANTLIB-main += v4l2 vpx x264 x265
|
||||
WANTLIB-gtk2 += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
||||
WANTLIB-gtk2 += Xrandr Xrender atk-1.0 cairo fontconfig freetype gdk-x11-2.0
|
||||
WANTLIB-gtk2 += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gstapp-1.0
|
||||
WANTLIB-gtk2 += gstbase-1.0 gstreamer-1.0 gtk-x11-2.0 intl pango-1.0
|
||||
WANTLIB-gtk2 += gstbase-1.0 gstreamer-1.0 gtk-x11-2.0 intl mpg123 pango-1.0
|
||||
WANTLIB-gtk2 += pangocairo-1.0 pangoft2-1.0 re z
|
||||
|
||||
|
||||
@ -27,6 +27,7 @@ LIB_DEPENDS-main = audio/gsm \
|
||||
audio/opus \
|
||||
audio/speex \
|
||||
audio/twolame \
|
||||
devel/sdl2 \
|
||||
graphics/ffmpeg \
|
||||
graphics/png \
|
||||
multimedia/daala>=0.0.20160614 \
|
||||
@ -44,17 +45,41 @@ MAKE_ENV += LIBRE_INC=${LOCALBASE}/include/re \
|
||||
LIBRE_SO=${LOCALBASE}/lib LIBS="-lm -lrem" \
|
||||
|
||||
MAKE_FLAGS += MOD_AUTODETECT= \
|
||||
EXTRA_MODULES="echo daala snapshot sndio" \
|
||||
USE_AMR=yes USE_AVCODEC=yes USE_AVFORMAT=yes \
|
||||
USE_CONS=yes USE_DTLS=yes USE_DTLS_SRTP=yes \
|
||||
USE_FFMPEG=yes USE_G711=yes USE_G722=yes USE_G726=yes \
|
||||
USE_GSM=yes USE_H265=yes USE_L16=yes USE_MPA=yes \
|
||||
USE_OPUS=yes USE_PLC=yes USE_SNDFILE=yes USE_SNDIO=yes \
|
||||
USE_SPEEX=yes USE_SPEEX_AEC=yes USE_SPEEX_PP=yes \
|
||||
USE_SRTP=yes USE_STDIO=yes USE_SYSLOG=yes USE_UUID=yes \
|
||||
USE_V4L2=yes USE_VPX=yes USE_X11=yes USE_ZRTP=yes \
|
||||
HAVE_LIBV4L2=yes HAVE_SPEEXDSP=yes
|
||||
# EXTRA_MODULES="echo daala snapshot sndio zrtp" \
|
||||
EXTRA_MODULES="echo daala snapshot sndio swscale" \
|
||||
HAVE_LIBV4L2=yes \
|
||||
HAVE_SPEEXDSP=yes \
|
||||
USE_AMR=yes \
|
||||
USE_AVCODEC=yes \
|
||||
USE_AVFORMAT=yes \
|
||||
USE_CONS=yes \
|
||||
USE_DTLS=yes \
|
||||
USE_DTLS_SRTP=yes \
|
||||
USE_FFMPEG=yes \
|
||||
USE_G711=yes \
|
||||
USE_G722=yes \
|
||||
USE_G726=yes \
|
||||
USE_GSM=yes \
|
||||
USE_GST= \
|
||||
USE_GST_VIDEO= \
|
||||
USE_H265=yes \
|
||||
USE_L16=yes \
|
||||
USE_MPA=yes \
|
||||
USE_MPG123=yes \
|
||||
USE_OPUS=yes \
|
||||
USE_PLC=yes \
|
||||
USE_SDL2=yes \
|
||||
USE_SNDFILE=yes \
|
||||
USE_SPEEX=yes \
|
||||
USE_SPEEX_AEC=yes \
|
||||
USE_SPEEX_PP=yes \
|
||||
USE_SRTP=yes \
|
||||
USE_STDIO=yes \
|
||||
USE_SYSLOG=yes \
|
||||
USE_UUID=yes \
|
||||
USE_V4L2=yes \
|
||||
USE_VPX=yes \
|
||||
USE_X11=yes \
|
||||
USE_ZRTP=yes
|
||||
|
||||
MULTI_PACKAGES = -main -gtk2
|
||||
PSEUDO_FLAVORS = no_gtk2
|
||||
@ -67,19 +92,14 @@ BUILD_PACKAGES := ${BUILD_PACKAGES:N-gtk2}
|
||||
.endif
|
||||
|
||||
.if ${BUILD_PACKAGES:M-gtk2}
|
||||
MAKE_FLAGS += USE_GST1=yes USE_GST_VIDEO1=yes USE_GTK=yes
|
||||
MAKE_FLAGS += USE_CAIRO=yes \
|
||||
USE_GST1=yes \
|
||||
USE_GST_VIDEO1=yes \
|
||||
USE_GTK=yes
|
||||
.endif
|
||||
|
||||
|
||||
# Ideally these should be enabled, but it doesn't seem to be possibe ATM, as
|
||||
# the required dependencies are not in place.
|
||||
#MAKE_FLAGS += USE_BV32=yes # XXX http://www.broadcom.com/support/broadvoice
|
||||
#MAKE_FLAGS += USE_G722_1=yes # XXX FreeSWITCH???
|
||||
#MAKE_FLAGS += USE_ILBC=yes # XXX http://ilbcfreeware.org/
|
||||
#MAKE_FLAGS += USE_ISAC=yes # XXX FreeSWITCH??? (was used in Google Talk)
|
||||
#MAKE_FLAGS += USE_SDL2=yes # XXX Appears to be broken
|
||||
|
||||
#CFLAGS += -I${LOCALBASE}/include/re
|
||||
TEST_TARGET = test
|
||||
NO_TEST = No
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/baresip/modules \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (baresip-0.4.20.tar.gz) = i8+HSgIHcRSJmY+CPneurlmxpXnHW5I8O0Ul1txyClU=
|
||||
SIZE (baresip-0.4.20.tar.gz) = 459000
|
||||
SHA256 (baresip-0.5.0.tar.gz) = TDZPS7LPF/g7b/KzWWL9lCWBWCAt+lZvaFMei6d8FDY=
|
||||
SIZE (baresip-0.5.0.tar.gz) = 476934
|
||||
|
@ -1,11 +1,21 @@
|
||||
$OpenBSD: patch-src_config_c,v 1.7 2016/08/03 09:21:30 czarkoff Exp $
|
||||
--- src/config.c.orig Fri Jul 22 21:17:45 2016
|
||||
+++ src/config.c Wed Aug 3 11:00:53 2016
|
||||
@@ -592,28 +592,24 @@ int config_write_template(const char *file, const stru
|
||||
$OpenBSD: patch-src_config_c,v 1.8 2016/12/26 14:53:25 czarkoff Exp $
|
||||
--- src/config.c.orig Fri Dec 23 15:43:25 2016
|
||||
+++ src/config.c Sun Dec 25 15:52:59 2016
|
||||
@@ -378,7 +378,7 @@ static const char *default_video_device(void)
|
||||
#endif
|
||||
|
||||
#else
|
||||
- return "v4l2,/dev/video0";
|
||||
+ return "v4l2,/dev/video";
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -603,31 +603,31 @@ int config_write_template(const char *file, const stru
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "stdio" MOD_EXT "\n");
|
||||
#endif
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cons" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "evdev" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "evdev" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "httpd" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Audio codec Modules (in order)\n");
|
||||
@ -16,7 +26,9 @@ $OpenBSD: patch-src_config_c,v 1.7 2016/08/03 09:21:30 czarkoff Exp $
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "g722" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "g726" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "opus" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "silk" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "amr" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "g7221" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "g722" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "g726" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "g711" MOD_EXT "\n");
|
||||
@ -25,10 +37,17 @@ $OpenBSD: patch-src_config_c,v 1.7 2016/08/03 09:21:30 czarkoff Exp $
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "speex" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "bv32" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "mpa" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "codec2" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "ilbc" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "isac" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "gsm" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "l16" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "speex" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "bv32" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "mpa" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "codec2" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "ilbc" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "isac" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Audio filter Modules (in encoding order)\n");
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "vumeter" MOD_EXT "\n");
|
||||
@ -40,113 +59,91 @@ $OpenBSD: patch-src_config_c,v 1.7 2016/08/03 09:21:30 czarkoff Exp $
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "plc" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Audio driver Modules\n");
|
||||
@@ -631,8 +627,8 @@ int config_write_template(const char *file, const stru
|
||||
#else
|
||||
@@ -646,8 +646,8 @@ int config_write_template(const char *file, const stru
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "alsa" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "pulse" MOD_EXT "\n");
|
||||
#endif
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "jack" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "portaudio" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "jack" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "portaudio" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aubridge" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aufile" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aufile" MOD_EXT "\n");
|
||||
|
||||
#ifdef USE_VIDEO
|
||||
|
||||
@@ -642,10 +638,14 @@ int config_write_template(const char *file, const stru
|
||||
@@ -659,9 +659,10 @@ int config_write_template(const char *file, const stru
|
||||
#else
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "avcodec" MOD_EXT "\n");
|
||||
#endif
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "vp8" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "vp9" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "h265" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "vp8" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "vp9" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "h265" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "daala" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "daala" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Video filter Modules (in encoding order)\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "selfview" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "selfview" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "snapshot" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Video source modules\n");
|
||||
#if defined (DARWIN)
|
||||
@@ -657,38 +657,33 @@ int config_write_template(const char *file, const stru
|
||||
#endif
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "selfview" MOD_EXT "\n");
|
||||
@@ -682,14 +683,14 @@ int config_write_template(const char *file, const stru
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "dshow" MOD_EXT "\n");
|
||||
|
||||
#else
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "v4l" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "v4l2" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "v4l2_codec" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "v4l" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "v4l2" MOD_EXT "\n");
|
||||
+// (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "v4l2_codec" MOD_EXT "\n");
|
||||
#endif
|
||||
#ifdef USE_AVFORMAT
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "avformat" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "avformat" MOD_EXT "\n");
|
||||
#endif
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "x11grab" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cairo" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "x11grab" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "vidbridge" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cairo" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "vidbridge" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Video display modules\n");
|
||||
#ifdef DARWIN
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "opengl" MOD_EXT "\n");
|
||||
@@ -700,16 +701,16 @@ int config_write_template(const char *file, const stru
|
||||
#ifdef LINUX
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "directfb" MOD_EXT "\n");
|
||||
#endif
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "x11" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "sdl2" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "x11" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "fakevideo" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "sdl2" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "fakevideo" MOD_EXT "\n");
|
||||
|
||||
#endif /* USE_VIDEO */
|
||||
|
||||
- (void)re_fprintf(f,
|
||||
- "\n# Audio/Video source modules\n"
|
||||
- "#module\t\t\t" MOD_PRE "rst" MOD_EXT "\n"
|
||||
- "#module\t\t\t" MOD_PRE "gst" MOD_EXT "\n");
|
||||
-
|
||||
(void)re_fprintf(f, "\n# Audio/Video source modules\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "rst" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "gst1" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "gst_video1" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "rst" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "gst1" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "gst_video1" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Media NAT modules\n");
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "stun" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "turn" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "module\t\t\t" MOD_PRE "ice" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "natpmp" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "natpmp" MOD_EXT "\n");
|
||||
@@ -718,8 +719,8 @@ int config_write_template(const char *file, const stru
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "natpmp" MOD_EXT "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Media encryption modules\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "srtp" MOD_EXT "\n");
|
||||
- (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "dtls_srtp" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "srtp" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "dtls_srtp" MOD_EXT "\n");
|
||||
+ (void)re_fprintf(f, "module\t\t\t" MOD_PRE "zrtp" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "#module\t\t\t" MOD_PRE "zrtp" MOD_EXT "\n");
|
||||
(void)re_fprintf(f, "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n#------------------------------------"
|
||||
@@ -705,14 +700,22 @@ int config_write_template(const char *file, const stru
|
||||
(void)re_fprintf(f, "\n");
|
||||
(void)re_fprintf(f, "module_app\t\t" MOD_PRE "auloop"MOD_EXT"\n");
|
||||
(void)re_fprintf(f, "module_app\t\t" MOD_PRE "contact"MOD_EXT"\n");
|
||||
+ (void)re_fprintf(f, "#module_app\t\t" MOD_PRE "echo"MOD_EXT"\n");
|
||||
(void)re_fprintf(f, "module_app\t\t" MOD_PRE "menu"MOD_EXT"\n");
|
||||
(void)re_fprintf(f, "#module_app\t\t" MOD_PRE "mwi"MOD_EXT"\n");
|
||||
(void)re_fprintf(f, "#module_app\t\t" MOD_PRE "natbd"MOD_EXT"\n");
|
||||
- (void)re_fprintf(f, "#module_app\t\t" MOD_PRE "presence"MOD_EXT"\n");
|
||||
+ (void)re_fprintf(f, "module_app\t\t" MOD_PRE "presence"MOD_EXT"\n");
|
||||
(void)re_fprintf(f, "#module_app\t\t" MOD_PRE "syslog"MOD_EXT"\n");
|
||||
#ifdef USE_VIDEO
|
||||
(void)re_fprintf(f, "module_app\t\t" MOD_PRE "vidloop"MOD_EXT"\n");
|
||||
#endif
|
||||
+
|
||||
+ (void)re_fprintf(f, "\n#------------------------------------"
|
||||
+ "------------------------------------------\n");
|
||||
+ (void)re_fprintf(f, "# These modules are in baresip-gtk2 package:\n");
|
||||
+ (void)re_fprintf(f, "#module\t\t" MOD_PRE "gst1" MOD_EXT"\n");
|
||||
+ (void)re_fprintf(f, "#module\t\t" MOD_PRE "gst_video1" MOD_EXT"\n");
|
||||
+ (void)re_fprintf(f, "#module_app\t" MOD_PRE "gtk" MOD_EXT"\n");
|
||||
(void)re_fprintf(f, "\n");
|
||||
|
||||
(void)re_fprintf(f, "\n#------------------------------------"
|
||||
@@ -725,9 +728,6 @@ int config_write_template(const char *file, const stru
|
||||
|
||||
@@ -764,8 +765,8 @@ int config_write_template(const char *file, const stru
|
||||
(void)re_fprintf(f, "\n");
|
||||
(void)re_fprintf(f, "http_listen\t\t0.0.0.0:8000\n");
|
||||
-
|
||||
|
||||
- (void)re_fprintf(f, "\n");
|
||||
- (void)re_fprintf(f, "evdev_device\t\t/dev/input/event0\n");
|
||||
+// (void)re_fprintf(f, "\n");
|
||||
+// (void)re_fprintf(f, "evdev_device\t\t/dev/input/event0\n");
|
||||
|
||||
(void)re_fprintf(f, "\n# Speex codec parameters\n");
|
||||
(void)re_fprintf(f, "speex_quality\t\t7 # 0-10\n");
|
||||
|
@ -1,4 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-gtk2,v 1.1 2015/10/02 19:32:08 czarkoff Exp $
|
||||
@comment $OpenBSD: PLIST-gtk2,v 1.2 2016/12/26 14:53:25 czarkoff Exp $
|
||||
lib/baresip/modules/cairo.so
|
||||
lib/baresip/modules/gst1.so
|
||||
lib/baresip/modules/gst_video1.so
|
||||
lib/baresip/modules/gtk.so
|
||||
lib/baresip/modules/rst.so
|
||||
lib/baresip/modules/vidinfo.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2016/08/03 09:21:30 czarkoff Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2016/12/26 14:53:25 czarkoff Exp $
|
||||
@pkgpath telephony/baresip/baresip
|
||||
@bin bin/baresip
|
||||
lib/baresip/
|
||||
@ -13,6 +13,7 @@ lib/baresip/modules/avformat.so
|
||||
lib/baresip/modules/cons.so
|
||||
lib/baresip/modules/contact.so
|
||||
lib/baresip/modules/daala.so
|
||||
lib/baresip/modules/debug_cmd.so
|
||||
lib/baresip/modules/dtls_srtp.so
|
||||
lib/baresip/modules/echo.so
|
||||
lib/baresip/modules/fakevideo.so
|
||||
@ -32,6 +33,7 @@ lib/baresip/modules/natpmp.so
|
||||
lib/baresip/modules/opus.so
|
||||
lib/baresip/modules/plc.so
|
||||
lib/baresip/modules/presence.so
|
||||
lib/baresip/modules/sdl2.so
|
||||
lib/baresip/modules/selfview.so
|
||||
lib/baresip/modules/snapshot.so
|
||||
lib/baresip/modules/sndfile.so
|
||||
@ -42,6 +44,7 @@ lib/baresip/modules/speex_pp.so
|
||||
lib/baresip/modules/srtp.so
|
||||
lib/baresip/modules/stdio.so
|
||||
lib/baresip/modules/stun.so
|
||||
lib/baresip/modules/swscale.so
|
||||
lib/baresip/modules/syslog.so
|
||||
lib/baresip/modules/turn.so
|
||||
lib/baresip/modules/uuid.so
|
||||
|
Loading…
Reference in New Issue
Block a user