|
From: <abe...@us...> - 2015-01-03 17:09:00
|
Revision: 6898
http://sourceforge.net/p/astlinux/code/6898
Author: abelbeck
Date: 2015-01-03 17:08:52 +0000 (Sat, 03 Jan 2015)
Log Message:
-----------
pjsip, new package for Asterisk 13, version 2.3
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux-ast13.config
branches/1.0/astlinux18.config
branches/1.0/initrd.config
branches/1.0/package/Config.in
branches/1.0/runnix-uclibc.config
branches/1.0/runnix.config
Added Paths:
-----------
branches/1.0/package/pjsip/
branches/1.0/package/pjsip/Config.in
branches/1.0/package/pjsip/pjsip.mk
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/astlinux-ast11.config 2015-01-03 17:08:52 UTC (rev 6898)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6894-dirty Configuration
-# Fri Jan 2 12:28:29 2015
+# Buildroot 2011.08-svn6897-dirty Configuration
+# Sat Jan 3 11:05:37 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -159,6 +159,7 @@
BR2_PACKAGE_ASTERISK=y
# BR2_PACKAGE_ASTERISK_v1_8 is not set
BR2_PACKAGE_ASTERISK_v11=y
+# BR2_PACKAGE_ASTERISK_v13 is not set
#
# cdr_mysql, app_mysql and res_config_mysql - disabled (requires MYSQL_CLIENT)
@@ -608,6 +609,7 @@
# BR2_PACKAGE_LIBNET is not set
# BR2_PACKAGE_LIBNL is not set
BR2_PACKAGE_LIBPCAP=y
+# BR2_PACKAGE_PJSIP is not set
# BR2_PACKAGE_LIBOSIP2 is not set
BR2_PACKAGE_LIBPRI=y
# BR2_PACKAGE_LIBRSYNC is not set
Modified: branches/1.0/astlinux-ast13.config
===================================================================
--- branches/1.0/astlinux-ast13.config 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/astlinux-ast13.config 2015-01-03 17:08:52 UTC (rev 6898)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6895-dirty Configuration
-# Fri Jan 2 19:55:53 2015
+# Buildroot 2011.08-svn6897-dirty Configuration
+# Sat Jan 3 11:05:43 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -609,6 +609,7 @@
# BR2_PACKAGE_LIBNET is not set
# BR2_PACKAGE_LIBNL is not set
BR2_PACKAGE_LIBPCAP=y
+BR2_PACKAGE_PJSIP=y
# BR2_PACKAGE_LIBOSIP2 is not set
BR2_PACKAGE_LIBPRI=y
# BR2_PACKAGE_LIBRSYNC is not set
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/astlinux18.config 2015-01-03 17:08:52 UTC (rev 6898)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6894-dirty Configuration
-# Fri Jan 2 12:28:27 2015
+# Buildroot 2011.08-svn6897-dirty Configuration
+# Sat Jan 3 11:05:34 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -159,6 +159,7 @@
BR2_PACKAGE_ASTERISK=y
BR2_PACKAGE_ASTERISK_v1_8=y
# BR2_PACKAGE_ASTERISK_v11 is not set
+# BR2_PACKAGE_ASTERISK_v13 is not set
#
# cdr_mysql, app_mysql and res_config_mysql - disabled (requires MYSQL_CLIENT)
@@ -608,6 +609,7 @@
# BR2_PACKAGE_LIBNET is not set
# BR2_PACKAGE_LIBNL is not set
BR2_PACKAGE_LIBPCAP=y
+# BR2_PACKAGE_PJSIP is not set
# BR2_PACKAGE_LIBOSIP2 is not set
BR2_PACKAGE_LIBPRI=y
# BR2_PACKAGE_LIBRSYNC is not set
Modified: branches/1.0/initrd.config
===================================================================
--- branches/1.0/initrd.config 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/initrd.config 2015-01-03 17:08:52 UTC (rev 6898)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6894-dirty Configuration
-# Fri Jan 2 12:28:39 2015
+# Buildroot 2011.08-svn6897-dirty Configuration
+# Sat Jan 3 11:05:55 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -491,6 +491,7 @@
# BR2_PACKAGE_LIBNET is not set
# BR2_PACKAGE_LIBNL is not set
# BR2_PACKAGE_LIBPCAP is not set
+# BR2_PACKAGE_PJSIP is not set
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBRSYNC is not set
# BR2_PACKAGE_LIBSOUP is not set
Modified: branches/1.0/package/Config.in
===================================================================
--- branches/1.0/package/Config.in 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/package/Config.in 2015-01-03 17:08:52 UTC (rev 6898)
@@ -372,6 +372,7 @@
source "package/libnet/Config.in"
source "package/libnl/Config.in"
source "package/libpcap/Config.in"
+source "package/pjsip/Config.in"
source "package/libosip2/Config.in"
source "package/libpri/Config.in"
source "package/librsync/Config.in"
Added: branches/1.0/package/pjsip/Config.in
===================================================================
--- branches/1.0/package/pjsip/Config.in (rev 0)
+++ branches/1.0/package/pjsip/Config.in 2015-01-03 17:08:52 UTC (rev 6898)
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PJSIP
+ bool "pjsip"
+ select BR2_PACKAGE_LIBSRTP
+ help
+ PJSIP is a free and open source multimedia communication library
+ written in C language implementing standard based protocols such as:
+ SIP, SDP, RTP, STUN, TURN, and ICE.
+
+ http://www.pjsip.org
+
Added: branches/1.0/package/pjsip/pjsip.mk
===================================================================
--- branches/1.0/package/pjsip/pjsip.mk (rev 0)
+++ branches/1.0/package/pjsip/pjsip.mk 2015-01-03 17:08:52 UTC (rev 6898)
@@ -0,0 +1,26 @@
+################################################################################
+#
+# pjsip
+#
+################################################################################
+
+PJSIP_VERSION = 2.3
+PJSIP_SOURCE = pjproject-$(PJSIP_VERSION).tar.bz2
+PJSIP_SITE = http://www.pjsip.org/release/$(PJSIP_VERSION)
+PJSIP_INSTALL_STAGING = YES
+
+PJSIP_DEPENDENCIES = libsrtp
+
+PJSIP_CONF_ENV = \
+ CFLAGS="$(TARGET_CFLAGS) -O2 -DPJ_HAS_IPV6=1 -DNDEBUG" \
+ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+ LD="$(TARGET_CC)"
+
+PJSIP_CONF_OPT = \
+ --with-external-srtp \
+ --disable-sound \
+ --disable-resample \
+ --disable-video \
+ --disable-opencore-amr
+
+$(eval $(call AUTOTARGETS,package,pjsip))
Modified: branches/1.0/runnix-uclibc.config
===================================================================
--- branches/1.0/runnix-uclibc.config 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/runnix-uclibc.config 2015-01-03 17:08:52 UTC (rev 6898)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6894-dirty Configuration
-# Fri Jan 2 12:28:35 2015
+# Buildroot 2011.08-svn6897-dirty Configuration
+# Sat Jan 3 11:05:50 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -735,6 +735,7 @@
# BR2_PACKAGE_LIBNET is not set
# BR2_PACKAGE_LIBNL is not set
# BR2_PACKAGE_LIBPCAP is not set
+# BR2_PACKAGE_PJSIP is not set
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBRSYNC is not set
Modified: branches/1.0/runnix.config
===================================================================
--- branches/1.0/runnix.config 2015-01-03 14:15:52 UTC (rev 6897)
+++ branches/1.0/runnix.config 2015-01-03 17:08:52 UTC (rev 6898)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn6894-dirty Configuration
-# Fri Jan 2 12:28:32 2015
+# Buildroot 2011.08-svn6897-dirty Configuration
+# Sat Jan 3 11:05:47 2015
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -517,6 +517,7 @@
# BR2_PACKAGE_LIBNET is not set
# BR2_PACKAGE_LIBNL is not set
# BR2_PACKAGE_LIBPCAP is not set
+# BR2_PACKAGE_PJSIP is not set
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBRSYNC is not set
# BR2_PACKAGE_LIBSOUP is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|