X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 66E46DC87DC for ; Wed, 20 Jan 2016 10:00:11 +0000 (UTC) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 98D77DC712B for ; Wed, 20 Jan 2016 10:00:08 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id x4so2216740lbm.0 for ; Wed, 20 Jan 2016 02:00:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=o6la9NxY5+aqlZrHGuxn7qkgFR/N98UkKy+cCj4s49c=; b=vjA5/2ioM0vbGUiDTtGWmezjY51wtQNZriBNblx6xG1ZRfVdniCRgMZxAay5VjSGNT UFnqLh7ZG1dAv+ht5fHzBR/8bk4DfhEEZE9XbjqtWaCrVeEcGRNtBt+JOqx3DrqAv+lE VivbFIRioAjtqbdDeN9+TGqQzP2zno5pWncUb2gGktbOx12CoD1DaQvDtoZ+HLRDAfiN oe/2IDGHqqoOslRZDoRSAyPQMbEgz0SFpU7/EwqmBB3wEIc6ZeD7QTGaFMaa3BjpALiD pnRtErOqO3JoBZKZgI+qWUb2ZeAt2RmUsyRdDZThm/zlu8WVQYh4T5KAMX4ybOaG9k99 oHMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=o6la9NxY5+aqlZrHGuxn7qkgFR/N98UkKy+cCj4s49c=; b=XRdz8IZpw1J5QqEmU3ZNtVfUxrd+J23L7LJ4J39fRPfp/TPg6JAsUqROctF0Dro8Ia ITHSV5Otuo+gni+FZm8ZLIqZBOfIn0y49t+QreDRvCKcliJ1VAj27QniZBpd2dVJnJd3 XpBqSF3RvMe5EPv+pXVCyzdq/TK1MobDyxddgJtD7Vvkb+11/8rH0REs4KRqT2FIekWR i8SUdl/A/c/K1q1ao+RVidPt0JmujMB4I2t7ao/KEMo1g68+O6Eb7PKbT6XupamRzz8B JRNYDJfopXlCzbTvSw4wpDqWSA1pRFk4RkVbWCR6ISPJMB5kyEYStqpRdP2tdhedb7B+ xcCw== X-Gm-Message-State: ALoCoQl3Mp0M/0Fq7wPhVL4CdmkAEMS19kCpEpAUmN7ArkwhU/eydnc3adgAKgsz6jicWez4fTwwKtQWFPaCOZbWq+MLJjfU4Q== X-Received: by 10.112.199.197 with SMTP id jm5mr10234274lbc.109.1453284006123; Wed, 20 Jan 2016 02:00:06 -0800 (PST) Received: from vostro ([83.145.235.201]) by smtp.gmail.com with ESMTPSA id h69sm2378121lfi.35.2016.01.20.02.00.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jan 2016 02:00:05 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 20 Jan 2016 12:00:00 +0200 From: Timo Teras To: "L. Tosser" Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/freeswitch: Add more modules, and remove deprecated modules Message-ID: <20160120120000.46f742a2@vostro> In-Reply-To: <1453212588-5197-1-git-send-email-loic.tosser@aswat-telecom.com> References: <1453212588-5197-1-git-send-email-loic.tosser@aswat-telecom.com> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 19 Jan 2016 14:09:48 +0000 "L. Tosser" wrote: > * Add modules applications/mod_esl applications/mod_spy > * Remove codecs/mod_vp8 (and replace it in the list with the good > one: #codecs/mod_vpx) Why the replacement is commented out? mod_vpx is not built then if understood correctly. > * Remove codecs/mod_speex (deprecated) It is obsoleted by opus, but still relatively widely used to my understanding. I'd rather not remove it yet. Or is some other module implementing speex codec too? > --- > main/freeswitch/APKBUILD | 6 +++--- > main/freeswitch/modules.conf | 8 ++++---- > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD > index cf2efeb..1f8940f 100644 > --- a/main/freeswitch/APKBUILD > +++ b/main/freeswitch/APKBUILD > @@ -204,18 +204,18 @@ conf() { > md5sums="9a2383a7f321ab0f8fb1e7a212081a17 freeswitch-1.6.6.tar.xz > 1c08df4cf4ef737e6cc6945f9462f08e 0002-FS-verto-bswap_64.patch > 1e7f335ee00f589825ecc9affa779346 getlib.patch > -45bbdea4215ebcd6dbeb3ae6540a14dc modules.conf > +21f5bf8e4a41bb8c6cc95aae6e2bfaa4 modules.conf > c608cca8ad773acebf201f581438c7e7 freeswitch.confd > 3b0bf4847a61afa28229b58763f4c400 freeswitch.initd" > sha256sums="397b9c63c2c1f7008a2cc269f2e0e9a935d862b3fb074a6044819bcaea02ebc0 > freeswitch-1.6.6.tar.xz > 2685eb17fcd4510e46bb1d88be5550c3cb7b08f2acccfb41b2c680480c91b63e > 0002-FS-verto-bswap_64.patch > ab437c92149b6fc88bc2fc8a228d6a5f8af574e2c90469a6dc4c753d13972c34 > getlib.patch > -5e4fa321a85650b446d54e33926ebea4fd76a6816f51612793cf9c14616c823b > modules.conf > +a5fbbaf4c929466a93a3394351bfe4e6b5cd89555d4c03e78c40febe379559a2 > modules.conf > 846a29a361ef6eecd77876963b5c0133699c40fa8b34c68df42d5f8a1a1915b1 > freeswitch.confd > aa0d89221ffa47eba4a0e085f6041ee198476409dd15d1e90c5c357ba683f432 > freeswitch.initd" > sha512sums="1e16904084f8ada7cfea27ed3222eb660a14f08b12e6b4ddc5db2893b690936bf4d945b94d9f6eb1893e62124858c39b658c5c5ac425ad064db69d44f57179a9 > freeswitch-1.6.6.tar.xz > 5f93150e1acd632df98bc3bed5613fb1e45180ae4096dcfee5c060da213c8355339260eaf5758cd77c785f6d84cf0661650a872ec574b586ab19803d4f6955f8 > 0002-FS-verto-bswap_64.patch > 4ceb48f64d2bc26a02cc0846276506241bfd30c156422b0a1d608fd172c099feb5c121a763652e9a45046dcdd0ba0eb71eab240e0c6ce2ad63ff781719e135a4 > getlib.patch > -66921b330ace8fc330b1f58c0272325861f0a7bcb3a0f184b534da624beb7ef771065571b58866dd8a5891f1d1f4d12898beb378582b57e425bad65d11d2f281 > modules.conf > +2c7574ef3c317ac8d1b3872a9d4234c6b5264cae281c997aa332822d7b87626b31e1ab27cdda3d47a6ac6fb5db4cfb38ced1bb5e7886cbc9993a2b7ec5990c0b > modules.conf > a585f6411185a26206137a1ad97a06fd6c73e80c5439e9be45eabfa70e7a83120169ba882971fcd328436c8e0242cbd664170b80754ea2846021689baf1f1595 > freeswitch.confd > 643d0a2e43f5d3bf3b99fcb6f6422302cb4b74a95eccf844eafb100b15aa9856b4ff41f112d6637255c2e9e2bec9fedc9a9215dfff214dfb83b52eae16b71dca > freeswitch.initd" diff --git a/main/freeswitch/modules.conf > b/main/freeswitch/modules.conf index bb6c89c..6d052a2 100644 --- > a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ > -14,7 +14,7 @@ applications/mod_dptools #applications/mod_easyroute > applications/mod_enum applications/mod_esf -#applications/mod_esl > +applications/mod_esl applications/mod_expr applications/mod_fifo > #applications/mod_fsk @@ -36,7 +36,7 @@ applications/mod_sms > #applications/mod_snom #applications/mod_soundtouch > applications/mod_spandsp -#applications/mod_spy +applications/mod_spy > #applications/mod_stress applications/mod_valet_parking > #applications/mod_vmd @@ -58,14 +58,13 @@ codecs/mod_amr > codecs/mod_g723_1 codecs/mod_g729 > codecs/mod_h26x > -codecs/mod_vp8 > +#codecs/mod_vpx > codecs/mod_ilbc > #codecs/mod_isac > #codecs/mod_opus > codecs/mod_sangoma_codec > #codecs/mod_silk > #codecs/mod_siren > -codecs/mod_speex > dialplans/mod_dialplan_asterisk > #dialplans/mod_dialplan_directory > dialplans/mod_dialplan_xml > @@ -97,6 +96,7 @@ event_handlers/mod_event_socket > event_handlers/mod_snmp > formats/mod_local_stream > formats/mod_native_file > +formats/mod_png > #formats/mod_portaudio_stream > formats/mod_shell_stream > formats/mod_shout --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---