From patchwork Sun Aug 16 10:28:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3313 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjf1lxNz3x0m for ; Sun, 16 Aug 2020 10:30:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BTtjZ3tZYzv7; Sun, 16 Aug 2020 10:30:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjX2F0tz30Xm; Sun, 16 Aug 2020 10:30:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BTtjV0Npzz2xq4 for ; Sun, 16 Aug 2020 10:30:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BTtjT6VRmzDw; Sun, 16 Aug 2020 10:30:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573821; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=57y5lPZUXO5iIwQXAcKbxt8ejY5TkeaPVS7Vrijaj74=; b=gwvKTe96jkcI2ZQCnvaUK+mi7zyKWrQja5cvm6HvXa9WaEKfd2ezkW6cJ/dKSX6iVlcXMx 3CjFcNPdGjLqvoDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573821; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=57y5lPZUXO5iIwQXAcKbxt8ejY5TkeaPVS7Vrijaj74=; b=v4yh5Cq5pqT5GPd+FJ+S6iIV4wOOkAgKSFjwc8rGRFacoXIfxhbSXZWvBK3u5z231Rpo/u Wcjdt6uJDa3mvdHtNwMmtddBkG+LvFqsYDeAY+F1jXioBAT1OAOc9OoOmdodRO33w3rKoo cMoToZmX+DRhSBVrvX17dJiGc6fK0R6Q+ausqCrXk3A7HUuFPX8JkaqSat8LZ528Daewfb G8HkiWmV5bPFFz0GpydV3kOiT9d1BDLG6q/33ql3NdaDn79nBwNDTtYPyFxX7bzhVYO/Qa 4GORj6p8zbMDmmb+xxHxvigR9EKVYz1kNKELhgZXfL0jouItBN6yxvvzjleafQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 07/62] spandsp: Update to 0.0.6 Date: Sun, 16 Aug 2020 10:28:58 +0000 Message-Id: <20200816102953.3881-7-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This package - for some reason - does not build on i586 with the latest version of glibc. The reason is that MMX instructions are being used which are not allowed on i586. However, since the assembler has not been changed, this should have been caught before. Weird. Signed-off-by: Michael Tremer --- config/rootfiles/packages/spandsp | 23 +++++++++++++++++++++-- lfs/spandsp | 8 ++++---- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/spandsp b/config/rootfiles/packages/spandsp index aaff0332e..28fd397f7 100644 --- a/config/rootfiles/packages/spandsp +++ b/config/rootfiles/packages/spandsp @@ -1,5 +1,6 @@ #usr/include/spandsp #usr/include/spandsp.h +#usr/include/spandsp/ademco_contactid.h #usr/include/spandsp/adsi.h #usr/include/spandsp/arctan2.h #usr/include/spandsp/async.h @@ -32,8 +33,10 @@ #usr/include/spandsp/gsm0610.h #usr/include/spandsp/hdlc.h #usr/include/spandsp/ima_adpcm.h +#usr/include/spandsp/image_translate.h #usr/include/spandsp/logging.h #usr/include/spandsp/lpc10.h +#usr/include/spandsp/math_fixed.h #usr/include/spandsp/modem_connect_tones.h #usr/include/spandsp/modem_echo.h #usr/include/spandsp/noise.h @@ -42,6 +45,7 @@ #usr/include/spandsp/plc.h #usr/include/spandsp/power_meter.h #usr/include/spandsp/private +#usr/include/spandsp/private/ademco_contactid.h #usr/include/spandsp/private/adsi.h #usr/include/spandsp/private/async.h #usr/include/spandsp/private/at_interpreter.h @@ -50,6 +54,7 @@ #usr/include/spandsp/private/bert.h #usr/include/spandsp/private/bitstream.h #usr/include/spandsp/private/dtmf.h +#usr/include/spandsp/private/echo.h #usr/include/spandsp/private/fax.h #usr/include/spandsp/private/fax_modems.h #usr/include/spandsp/private/fsk.h @@ -59,9 +64,11 @@ #usr/include/spandsp/private/gsm0610.h #usr/include/spandsp/private/hdlc.h #usr/include/spandsp/private/ima_adpcm.h +#usr/include/spandsp/private/image_translate.h #usr/include/spandsp/private/logging.h #usr/include/spandsp/private/lpc10.h #usr/include/spandsp/private/modem_connect_tones.h +#usr/include/spandsp/private/modem_echo.h #usr/include/spandsp/private/noise.h #usr/include/spandsp/private/oki_adpcm.h #usr/include/spandsp/private/queue.h @@ -70,14 +77,20 @@ #usr/include/spandsp/private/silence_gen.h #usr/include/spandsp/private/super_tone_rx.h #usr/include/spandsp/private/super_tone_tx.h +#usr/include/spandsp/private/swept_tone.h #usr/include/spandsp/private/t30.h +#usr/include/spandsp/private/t30_dis_dtc_dcs_bits.h #usr/include/spandsp/private/t31.h #usr/include/spandsp/private/t38_core.h #usr/include/spandsp/private/t38_gateway.h #usr/include/spandsp/private/t38_non_ecm_buffer.h #usr/include/spandsp/private/t38_terminal.h -#usr/include/spandsp/private/t4.h +#usr/include/spandsp/private/t4_rx.h +#usr/include/spandsp/private/t4_t6_decode.h +#usr/include/spandsp/private/t4_t6_encode.h +#usr/include/spandsp/private/t4_tx.h #usr/include/spandsp/private/time_scale.h +#usr/include/spandsp/private/timezone.h #usr/include/spandsp/private/tone_detect.h #usr/include/spandsp/private/tone_generate.h #usr/include/spandsp/private/v17rx.h @@ -96,8 +109,10 @@ #usr/include/spandsp/schedule.h #usr/include/spandsp/sig_tone.h #usr/include/spandsp/silence_gen.h +#usr/include/spandsp/stdbool.h #usr/include/spandsp/super_tone_rx.h #usr/include/spandsp/super_tone_tx.h +#usr/include/spandsp/swept_tone.h #usr/include/spandsp/t30.h #usr/include/spandsp/t30_api.h #usr/include/spandsp/t30_fcf.h @@ -108,9 +123,13 @@ #usr/include/spandsp/t38_gateway.h #usr/include/spandsp/t38_non_ecm_buffer.h #usr/include/spandsp/t38_terminal.h -#usr/include/spandsp/t4.h +#usr/include/spandsp/t4_rx.h +#usr/include/spandsp/t4_t6_decode.h +#usr/include/spandsp/t4_t6_encode.h +#usr/include/spandsp/t4_tx.h #usr/include/spandsp/telephony.h #usr/include/spandsp/time_scale.h +#usr/include/spandsp/timezone.h #usr/include/spandsp/timing.h #usr/include/spandsp/tone_detect.h #usr/include/spandsp/tone_generate.h diff --git a/lfs/spandsp b/lfs/spandsp index 62226d88e..25a3dae1b 100644 --- a/lfs/spandsp +++ b/lfs/spandsp @@ -24,15 +24,15 @@ include Config -VER = 0.0.6pre12 +VER = 0.0.6 THISAPP = spandsp-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/spandsp-0.0.6 +DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = spandsp -PAK_VER = 4 +PAK_VER = 5 DEPS = libtiff @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 497e04c890ee864c629908a169507238 +$(DL_FILE)_MD5 = 897d839516a6d4edb20397d4757a7ca3 install : $(TARGET)