From patchwork Wed Oct 3 13:13:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 978287 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42QGgf5bYrz9sRp for ; Wed, 3 Oct 2018 23:14:06 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 56BFD88C92; Wed, 3 Oct 2018 13:14:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wg1JHtDvEdag; Wed, 3 Oct 2018 13:14:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D40E688C96; Wed, 3 Oct 2018 13:14:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id F23491BF486 for ; Wed, 3 Oct 2018 13:14:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F00F088CA7 for ; Wed, 3 Oct 2018 13:14:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5V2qZ4rHciNE for ; Wed, 3 Oct 2018 13:14:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by hemlock.osuosl.org (Postfix) with ESMTPS id 91D5388C92 for ; Wed, 3 Oct 2018 13:14:01 +0000 (UTC) Received: from fwd17.aul.t-online.de (fwd17.aul.t-online.de [172.20.27.64]) by mailout10.t-online.de (Postfix) with SMTP id 3781A41C1F48; Wed, 3 Oct 2018 15:13:59 +0200 (CEST) Received: from fli4l.lan.fli4l (XZGJnrZ6whfhPDJte-e+SIimWqyI9dKHuCLGYnybnK1btw55REUJLiRdY9V+iYgwmB@[84.161.176.196]) by fwd17.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1g7gyV-2BO6wi0; Wed, 3 Oct 2018 15:13:59 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:59218 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1g7gyU-0003j1-9c; Wed, 03 Oct 2018 15:13:58 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 3 Oct 2018 15:13:55 +0200 Message-Id: <20181003131358.28002-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-ID: XZGJnrZ6whfhPDJte-e+SIimWqyI9dKHuCLGYnybnK1btw55REUJLiRdY9V+iYgwmB X-TOI-MSGID: ebe84156-7a1f-43c4-9b4e-5a40cdf57c60 Subject: [Buildroot] [PATCH 1/4] package/asterisk: bump version to 14.7.8 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Yann E . MORIN" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/asterisk/asterisk.hash | 2 +- package/asterisk/asterisk.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/asterisk/asterisk.hash b/package/asterisk/asterisk.hash index a3e9d10aff..2449aeb4d1 100644 --- a/package/asterisk/asterisk.hash +++ b/package/asterisk/asterisk.hash @@ -1,5 +1,5 @@ # Locally computed -sha256 249cf223ef4dd7aea01f0d250a6b9cad661ebd78910c73adb7f59c1c46f9fed8 asterisk-14.7.6.tar.gz +sha256 41c99bd2236af95d056e15f9d044c28b69e00935e67791b18fa70b0614402012 asterisk-14.7.8.tar.gz # sha1 from: http://downloads.asterisk.org/pub/telephony/sounds/releases # sha256 locally computed diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk index f31e2394f7..ea779cc8f6 100644 --- a/package/asterisk/asterisk.mk +++ b/package/asterisk/asterisk.mk @@ -4,7 +4,7 @@ # ################################################################################ -ASTERISK_VERSION = 14.7.6 +ASTERISK_VERSION = 14.7.8 # Use the github mirror: it's an official mirror maintained by Digium, and # provides tarballs, which the main Asterisk git tree (behind Gerrit) does not. ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION)) From patchwork Wed Oct 3 13:13:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 978288 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42QGgp5CHtz9s8J for ; Wed, 3 Oct 2018 23:14:14 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9B6582E792; Wed, 3 Oct 2018 13:14:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JSgnyFS4r33V; Wed, 3 Oct 2018 13:14:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BBF912E627; Wed, 3 Oct 2018 13:14:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CCA331BF486 for ; Wed, 3 Oct 2018 13:14:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C9BE58715D for ; Wed, 3 Oct 2018 13:14:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tocUnGcL6Rqe for ; Wed, 3 Oct 2018 13:14:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by whitealder.osuosl.org (Postfix) with ESMTPS id A2D9287056 for ; Wed, 3 Oct 2018 13:14:05 +0000 (UTC) Received: from fwd27.aul.t-online.de (fwd27.aul.t-online.de [172.20.26.132]) by mailout11.t-online.de (Postfix) with SMTP id 94B7942104A0; Wed, 3 Oct 2018 15:14:03 +0200 (CEST) Received: from fli4l.lan.fli4l (VO2ODrZvghF1XRITkdXDH5HS2HVqkfZb7Rl11jXNTq4CE5ZMVCBmg7vED3+DYIOwCQ@[84.161.176.196]) by fwd27.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1g7gyV-1Y62fw0; Wed, 3 Oct 2018 15:13:59 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:59218 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1g7gyU-0003j1-Np; Wed, 03 Oct 2018 15:13:59 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 3 Oct 2018 15:13:56 +0200 Message-Id: <20181003131358.28002-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181003131358.28002-1-bernd.kuhls@t-online.de> References: <20181003131358.28002-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: VO2ODrZvghF1XRITkdXDH5HS2HVqkfZb7Rl11jXNTq4CE5ZMVCBmg7vED3+DYIOwCQ X-TOI-MSGID: d6077504-af2a-4262-8a03-f0ff53026004 Subject: [Buildroot] [PATCH 2/4] package/asterisk: enable for non-glibc toolchains X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Yann E . MORIN" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Quoting Yann: http://lists.busybox.net/pipermail/buildroot/2017-September/203004.html "As a final stroke of genius, asterisk checks for the re-entrant variant of res_ninit(), and concludes that all such functions are available, including res_nsearch(). Uclibc-ng has the former but not the latter, so the build fails. Since there is no cache variable for that check, we can't pre-feed that result to configure, and fixing it is a bigger endeavour. So we make asterisk depend on glibc for now, until someone is brave enough to fix it." This hack was copied from Optware: https://github.com/Optware/Optware-ng/blob/master/make/asterisk13.mk#L331 Signed-off-by: Bernd Kuhls --- package/asterisk/Config.in | 6 ++---- package/asterisk/asterisk.mk | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package/asterisk/Config.in b/package/asterisk/Config.in index 17ac22bfd4..2cf2369749 100644 --- a/package/asterisk/Config.in +++ b/package/asterisk/Config.in @@ -1,7 +1,5 @@ config BR2_PACKAGE_ASTERISK bool "asterisk" - # Uses glibc resolver function res_nsearch() - depends on BR2_TOOLCHAIN_USES_GLIBC depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_JANSSON select BR2_PACKAGE_LIBCURL @@ -22,5 +20,5 @@ config BR2_PACKAGE_ASTERISK http://www.asterisk.org/ -comment "asterisk needs a glibc toolchain w/ C++" - depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP +comment "asterisk needs a toolchain w/ C++" + depends on !BR2_INSTALL_LIBSTDCPP diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk index ea779cc8f6..46fe4de947 100644 --- a/package/asterisk/asterisk.mk +++ b/package/asterisk/asterisk.mk @@ -117,6 +117,10 @@ ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),y) ASTERISK_CONF_OPTS += --with-execinfo else ASTERISK_CONF_OPTS += --without-execinfo +define ASTERISK_NO_RESINIT + sed -i -e '/AC_DEFINE(\[HAVE_RES_NINIT\]/d' $(@D)/configure.ac +endef +ASTERISK_POST_PATCH_HOOKS += ASTERISK_NO_RESINIT endif ifeq ($(BR2_PACKAGE_LIBGSM),y) From patchwork Wed Oct 3 13:13:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 978290 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42QGgx1wsZz9s8J for ; Wed, 3 Oct 2018 23:14:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2407688CF4; Wed, 3 Oct 2018 13:14:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7IH0cd+RKO1O; Wed, 3 Oct 2018 13:14:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 649B988CD6; Wed, 3 Oct 2018 13:14:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 914491BF486 for ; Wed, 3 Oct 2018 13:14:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8C47322E94 for ; Wed, 3 Oct 2018 13:14:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i3QknxJbEWw0 for ; Wed, 3 Oct 2018 13:14:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id 8AEEC2E75F for ; Wed, 3 Oct 2018 13:14:11 +0000 (UTC) Received: from fwd00.aul.t-online.de (fwd00.aul.t-online.de [172.20.26.147]) by mailout08.t-online.de (Postfix) with SMTP id 8DA4F41C9039; Wed, 3 Oct 2018 15:14:09 +0200 (CEST) Received: from fli4l.lan.fli4l (rXnyYiZEYhjj4l3khEDzUq7-4IV4huf8l4x4Y30HAAzde0W3heD8AuKtwxd9nYhQX8@[84.161.176.196]) by fwd00.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1g7gyZ-2SHWEa0; Wed, 3 Oct 2018 15:14:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:59218 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1g7gyY-0003j1-9T; Wed, 03 Oct 2018 15:14:02 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 3 Oct 2018 15:13:57 +0200 Message-Id: <20181003131358.28002-3-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181003131358.28002-1-bernd.kuhls@t-online.de> References: <20181003131358.28002-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: rXnyYiZEYhjj4l3khEDzUq7-4IV4huf8l4x4Y30HAAzde0W3heD8AuKtwxd9nYhQX8 X-TOI-MSGID: 901a4d55-4fa6-400b-ab0e-022fac40fbf7 Subject: [Buildroot] [PATCH 3/4] package/spandsp: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Yann E . MORIN" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" [Bernd: - bumped version to 20180108 - removed 0001-fix-msse4.x.patch, applied upstream - removed autoreconf after patch removal - added license hash (Arnout) - added SPDX license codes (Arnout)] Signed-off-by: Bernd Kuhls --- package/Config.in | 1 + package/spandsp/Config.in | 9 +++++++++ package/spandsp/spandsp.hash | 3 +++ package/spandsp/spandsp.mk | 27 +++++++++++++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 package/spandsp/Config.in create mode 100644 package/spandsp/spandsp.hash create mode 100644 package/spandsp/spandsp.mk diff --git a/package/Config.in b/package/Config.in index 02660a4164..d378e2401f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1094,6 +1094,7 @@ menu "Audio/Sound" source "package/opusfile/Config.in" source "package/portaudio/Config.in" source "package/sbc/Config.in" + source "package/spandsp/Config.in" source "package/speex/Config.in" source "package/speexdsp/Config.in" source "package/taglib/Config.in" diff --git a/package/spandsp/Config.in b/package/spandsp/Config.in new file mode 100644 index 0000000000..a2d5b85d79 --- /dev/null +++ b/package/spandsp/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_SPANDSP + bool "spandsp" + select BR2_PACKAGE_TIFF + help + Spandsp is a library of many DSP functions for telephony. + These range from simple modules, such as DTMF detection, to + a complete software FAX machine. + + http://www.soft-switch.org/ diff --git a/package/spandsp/spandsp.hash b/package/spandsp/spandsp.hash new file mode 100644 index 0000000000..1123e29c1b --- /dev/null +++ b/package/spandsp/spandsp.hash @@ -0,0 +1,3 @@ +# sha256 locally computed +sha256 0fcdda74bd9703dd66c3e9721bf2d81bd7c185c539d1887768c2b332ab703d51 spandsp-20180108.tar.gz +sha256 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a COPYING diff --git a/package/spandsp/spandsp.mk b/package/spandsp/spandsp.mk new file mode 100644 index 0000000000..4b1f89cf4b --- /dev/null +++ b/package/spandsp/spandsp.mk @@ -0,0 +1,27 @@ +################################################################################ +# +# spandsp +# +################################################################################ + +SPANDSP_VERSION = 20180108 +SPANDSP_SITE = https://www.soft-switch.org/downloads/spandsp/snapshots + +SPANDSP_LICENSE = LGPL-2.1 (library), GPL-2.0 (test suite) +SPANDSP_LICENSE_FILES = COPYING + +SPANDSP_DEPENDENCIES = tiff +SPANDSP_INSTALL_STAGING = YES + +SPANDSP_CONF_OPTS = \ + --disable-doc \ + --disable-builtin-tiff \ + $(if $(BR2_X86_CPU_HAS_MMX),--enable-mmx,--disable-mmx) \ + $(if $(BR2_X86_CPU_HAS_SSE),--enable-sse,--disable-sse) \ + $(if $(BR2_X86_CPU_HAS_SSE2),--enable-sse2,--disable-sse2) \ + $(if $(BR2_X86_CPU_HAS_SSE3),--enable-sse3,--disable-sse3) \ + $(if $(BR2_X86_CPU_HAS_SSSE3),--enable-ssse3,--disable-ssse3) \ + $(if $(BR2_X86_CPU_HAS_SSE4),--enable-sse4-1,--disable-sse4-1) \ + $(if $(BR2_X86_CPU_HAS_SSE42),--enable-sse4-2,--disable-sse4-2) + +$(eval $(autotools-package)) From patchwork Wed Oct 3 13:13:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 978289 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42QGgq3G8Vz9sBk for ; Wed, 3 Oct 2018 23:14:15 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F012A88CA7; Wed, 3 Oct 2018 13:14:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W8rio5Hi9wjK; Wed, 3 Oct 2018 13:14:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8244F88CAE; Wed, 3 Oct 2018 13:14:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id CCD131BF486 for ; Wed, 3 Oct 2018 13:14:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CA9FC87075 for ; Wed, 3 Oct 2018 13:14:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dwB2EvUgUuDY for ; Wed, 3 Oct 2018 13:14:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A06778705F for ; Wed, 3 Oct 2018 13:14:10 +0000 (UTC) Received: from fwd32.aul.t-online.de (fwd32.aul.t-online.de [172.20.26.144]) by mailout02.t-online.de (Postfix) with SMTP id 8EE1B41A38F3; Wed, 3 Oct 2018 15:14:08 +0200 (CEST) Received: from fli4l.lan.fli4l (bjjxCBZFQhDBlIlgC1t3h9tMWn9JgHvmrWHg3auaJxJHr2rsYQUfWu0801-2glmZZB@[84.161.176.196]) by fwd32.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1g7gyZ-1qAs1Q0; Wed, 3 Oct 2018 15:14:03 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:59218 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1g7gyY-0003j1-Mp; Wed, 03 Oct 2018 15:14:03 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 3 Oct 2018 15:13:58 +0200 Message-Id: <20181003131358.28002-4-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181003131358.28002-1-bernd.kuhls@t-online.de> References: <20181003131358.28002-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: bjjxCBZFQhDBlIlgC1t3h9tMWn9JgHvmrWHg3auaJxJHr2rsYQUfWu0801-2glmZZB X-TOI-MSGID: f22f03b7-a6df-4b72-8224-e7c7d8fa1ed7 Subject: [Buildroot] [PATCH 4/4] package/asterisk: add optional spandsp support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Yann E . MORIN" Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" Signed-off-by: Bernd Kuhls --- package/asterisk/asterisk.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk index 46fe4de947..e094d5546d 100644 --- a/package/asterisk/asterisk.mk +++ b/package/asterisk/asterisk.mk @@ -84,7 +84,6 @@ ASTERISK_CONF_OPTS = \ --without-resample \ --without-sdl \ --without-SDL_image \ - --without-spandsp \ --without-sqlite \ --without-suppserv \ --without-tds \ @@ -233,6 +232,13 @@ else ASTERISK_CONF_OPTS += --without-ssl endif +ifeq ($(BR2_PACKAGE_SPANDSP),y) +ASTERISK_DEPENDENCIES += spandsp +ASTERISK_CONF_OPTS += --with-spandsp +else +ASTERISK_CONF_OPTS += --without-spandsp +endif + ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy) ASTERISK_DEPENDENCIES += speex ASTERISK_CONF_OPTS += --with-speex --with-speexdsp