From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e02hJ-0001W2-6N for guix-patches@gnu.org; Thu, 05 Oct 2017 05:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e02hG-0000Kc-54 for guix-patches@gnu.org; Thu, 05 Oct 2017 05:44:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41056) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e02hG-0000KT-1X for guix-patches@gnu.org; Thu, 05 Oct 2017 05:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e02hF-0000Cw-OP for guix-patches@gnu.org; Thu, 05 Oct 2017 05:44:01 -0400 Subject: [bug#28711] [PATCH] gnu: speex: Build and install 'speexdec' and 'speexenc'. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e02gM-00014Y-Dt for guix-patches@gnu.org; Thu, 05 Oct 2017 05:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e02gJ-0007zN-AS for guix-patches@gnu.org; Thu, 05 Oct 2017 05:43:06 -0400 Received: from rezeros.cc ([2001:19f0:7001:2f3e:5400:ff:fe84:e55d]:40642) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e02gI-0007vD-S4 for guix-patches@gnu.org; Thu, 05 Oct 2017 05:43:03 -0400 From: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 5 Oct 2017 17:42:17 +0800 Message-Id: <20171005094217.11877-1-iyzsong@member.fsf.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28711@debbugs.gnu.org * gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'. [inputs]: Add 'speexdsp'. --- gnu/packages/xiph.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 47274411b..5565cb556 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -139,7 +139,11 @@ compressed video format.") (base32 "150047wnllz4r94whb9r73l5qf0z5z3rlhy98bawfbblmkq8mbpa")))) (build-system gnu-build-system) - (inputs `(("libogg" ,libogg))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("libogg" ,libogg) + ("speexdsp" ,speexdsp))) (home-page "https://gnu.org/software/speex") (synopsis "Library for patent-free audio compression format") (description -- 2.13.3