From debbugs-submit-bounces@debbugs.gnu.org Mon May 07 19:36:29 2018 Received: (at submit) by debbugs.gnu.org; 7 May 2018 23:36:29 +0000 Received: from localhost ([127.0.0.1]:53311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFpg7-0007GJ-Fw for submit@debbugs.gnu.org; Mon, 07 May 2018 19:36:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFpg6-0007G8-En for submit@debbugs.gnu.org; Mon, 07 May 2018 19:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFpg0-0001w5-06 for submit@debbugs.gnu.org; Mon, 07 May 2018 19:36:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36145) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFpfz-0001vz-TF for submit@debbugs.gnu.org; Mon, 07 May 2018 19:36:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFpfy-0005d8-FA for guix-patches@gnu.org; Mon, 07 May 2018 19:36:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFpfu-0001u5-Lr for guix-patches@gnu.org; Mon, 07 May 2018 19:36:14 -0400 Received: from mx1.riseup.net ([198.252.153.129]:49896) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fFpfu-0001tY-AZ for guix-patches@gnu.org; Mon, 07 May 2018 19:36:10 -0400 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 06C3A1A1073 for ; Mon, 7 May 2018 16:36:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1525736169; bh=2y21sDhpNg7xg58GmMFS36BQdH3pAJThETUoIscc988=; h=Date:From:To:Subject:From; b=ZJcxF/rhGuIQPQNglCUD4FsRlUysZsF97CDs0npH7caHzL3HgZTGojQ7L/Ec2JxYL DlXVKGIBYKB/vP2gPkcMGrLo+0fZXrEB0/AL/Fo/SMUkPLE9gDMxC81mIfFIV7CVtu BUe53wMJH5gHpD1Uw8mp3wrMhgRwyQ8pjfRRvJCg= X-Riseup-User-ID: 91458371E9C5694D161ACB5BCB68269A6123F6238B9C27440BD0BA5D93404B18 Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 95294A8DC9 for ; Mon, 7 May 2018 16:36:08 -0700 (PDT) Date: Mon, 7 May 2018 17:35:23 -0500 From: "Jovany Leandro G.C" To: guix-patches@gnu.org Subject: [PATCH] telephony: add twinkle Message-ID: <20180507173523.690a6acd@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) =46rom 1a2504b36e0775443587faf43e3a2d9467769866 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Mon, 7 May 2018 17:32:57 -0500 Subject: [PATCH] telephony: add twinkle --- gnu/packages/telephony.scm | 66 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 5210e73ed..fe763c517 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -8,6 +8,7 @@ ;;; Copyright =C2=A9 2016, 2017 Nils Gillmann ;;; Copyright =C2=A9 2017 Ricardo Wurmus ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Jovany Leandro G.C ;;; ;;; This file is part of GNU Guix. ;;; @@ -42,9 +43,14 @@ #:use-module (gnu packages tls) #:use-module (gnu packages xiph) #:use-module (gnu packages xorg) + #:use-module (gnu packages xml) + #:use-module (gnu packages readline) + #:use-module (gnu packages bison) + #:use-module (gnu packages flex) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu)) =20 (define-public commoncpp @@ -482,3 +488,63 @@ Mumble consists of two applications for separate usage: (license (list license:bsd-3 ;; The bundled celt is bsd-2. Remove after 1.3.0. license:bsd-2)))) + +(define-public twinkle + (let ((commit "02e1d1538af3337134bd7381dcd95f8d7775b30f") + (revision "1")) + (package + (name "twinkle") + (version (git-version "1.10.1" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LubosD/twinkle") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ds4rp4vr1wagn4m4m7ldqbsx5vgmgbfcqqgyhn1wf6s1dm0020z")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f ; no test target + #:phases + (modify-phases %standard-phases + (add-after 'install 'wrap-executable + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (wrap-program (string-append out "/bin/twinkle") + `("QT_PLUGIN_PATH" ":" prefix + ,(map (lambda (label) + (string-append (assoc-ref inputs label) + "/lib/qt5/plugins")) + '("qtbase" "qtdeclarative"))) + `("QML2_IMPORT_PATH" ":" prefix + ,(map (lambda (label) + (string-append (assoc-ref inputs label) + "/lib/qt5/qml")) + '("qtdeclarative" "qtquickcontrols")))) + #t)))))) + (native-inputs + `(("bison" ,bison) + ("flex" ,flex) + ("readline" ,readline) + ("file" ,file) + ("ucommon" ,ucommon) + ("ccrtp" ,ccrtp) + ("libxml2" ,libxml2) + ("speex" ,speex) + ("speexdsp" ,speexdsp) + ("libsndfile" ,libsndfile) + ("alsa-lib" ,alsa-lib) + ("qttools" ,qttools))) + (inputs + `(("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtquickcontrols" ,qtquickcontrols))) + (home-page "http://twinkle.dolezel.info/") + (synopsis "Softphone for your voice over IP and instant messaging commu= ncations") + (description "Twinkle is a softphone for your voice over IP and instant +messaging communcations using the SIP protocol. You can use it for direct= IP +phone to IP phone communication or in a network using a SIP proxy to route= your +calls and messages") + (license license:gpl2)))) --=20 2.17.0 From debbugs-submit-bounces@debbugs.gnu.org Tue May 08 23:15:00 2018 Received: (at 31382-done) by debbugs.gnu.org; 9 May 2018 03:15:01 +0000 Received: from localhost ([127.0.0.1]:54673 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGFZE-000380-Mz for submit@debbugs.gnu.org; Tue, 08 May 2018 23:15:00 -0400 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:36163 helo=smtp.centurylink.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGFZD-00037m-Ob for 31382-done@debbugs.gnu.org; Tue, 08 May 2018 23:15:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; d=centurylink.net; s=ctl201402; c=relaxed/simple; q=dns/txt; i=@centurylink.net; t=1525835694; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=GpKkkHJ1dDUlOTlC4gge0iFmKCc=; b=UCaqGj/NGN/ZJ7xGzIucdg8uSTeey7pnCUnLHE/FgrFQzvm1sCWSR7UjyTqhfsWe AUDkZ+Uo0XbFTOipk3jyqegfBMbHl5ewBsEOgxgY7S3HmEFj/PXkkbvqSS2+CeOl yt8a2kqIM2p/68qjVkn/jfX/gOxP3x/BW58oRuyRHfpN8xVbZQ6BM38VijC/mKII i/vrITMna934kyUR5tqC0CEIOlCU1Z5WCqpE/hMqVfbv3nUPefw8Gj/4Z5TuP8FN uXrxiFx+iEA5THOnIQhiwVvjiKTXFn9V++9bci25ePDZoUajaJlsUoLGhE6ICzfV 4wQQ3AjjNV7i5ggh3hLXpA==; X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=TJgHcBta c=1 sm=1 tr=0 a=4Fp/xp5xEBj7F+/f60b2lQ==:117 a=4Fp/xp5xEBj7F+/f60b2lQ==:17 a=KGjhK52YXX0A:10 a=VUJBJC2UJ8kA:10 a=zSv6zi-ZgakA:10 a=bBqXziUQAAAA:8 a=0rYu03sdAAAA:8 a=wPp8HWwfDjnxsvQaY5cA:9 a=FDsuFopylOe3zchd:21 a=-aEUAVFv_4h-RFEk:21 a=CjuIK1q_8ugA:10 a=-FEs8UIgK8oA:10 a=NWVoK91CQyQA:10 a=_OCG1SZnXDaZbJ1jxg4A:9 a=BjKv_IHbNJvPKzgot4uq:22 a=eLXdwGLU0uCCUk3tiE7C:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: ZXJpY2JhdmllckBjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp01.onyx.dfw.sync.lan smtp.user=ericbavier@centurylink.net; auth=pass (LOGIN) Received: from [97.116.178.39] ([97.116.178.39:41694] helo=localhost) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPSA (cipher=AES256-GCM-SHA384) id 7D/2B-04194-CA762FA5; Tue, 08 May 2018 23:14:53 -0400 Date: Tue, 8 May 2018 22:14:35 -0500 From: Eric Bavier To: "Jovany Leandro G.C" Subject: Re: [bug#31382] [PATCH] telephony: add twinkle Message-ID: <20180508221435.0886c787@centurylink.net> In-Reply-To: <20180507173523.690a6acd@riseup.net> References: <20180507173523.690a6acd@riseup.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/U8lx8+XKwhXkvdEEi/p9X/V"; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31382-done Cc: 31382-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/U8lx8+XKwhXkvdEEi/p9X/V Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello Jovany, On Mon, 7 May 2018 17:35:23 -0500 "Jovany Leandro G.C" wrote: > From 1a2504b36e0775443587faf43e3a2d9467769866 Mon Sep 17 00:00:00 2001 > From: "Jovany Leandro G.C" > Date: Mon, 7 May 2018 17:32:57 -0500 > Subject: [PATCH] telephony: add twinkle >=20 > --- > gnu/packages/telephony.scm | 66 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 66 insertions(+) LGTM. It even builds with --check/--rounds ! :) Thanks. I pushed this in commit b61cb24492c150b5eebb5227f2a7c32e4d42e1d4 with the slight modifications below: diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index fe763c517..40e57051e 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -31,6 +31,7 @@ #:use-module (gnu packages avahi) #:use-module (gnu packages boost) #:use-module (gnu packages check) + #:use-module (gnu packages file) #:use-module (gnu packages protobuf) #:use-module (gnu packages gnupg) #:use-module (gnu packages linux) @@ -51,6 +52,7 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) + #:use-module (guix build-system cmake) #:use-module (guix build-system gnu)) =20 (define-public commoncpp @@ -542,9 +544,9 @@ Mumble consists of two applications for separate usage: ("qtdeclarative" ,qtdeclarative) ("qtquickcontrols" ,qtquickcontrols))) (home-page "http://twinkle.dolezel.info/") - (synopsis "Softphone for your voice over IP and instant messaging commu= ncations") + (synopsis "Softphone for voice over IP and instant messaging") (description "Twinkle is a softphone for your voice over IP and instant messaging communcations using the SIP protocol. You can use it for direct= IP phone to IP phone communication or in a network using a SIP proxy to route= your calls and messages") - (license license:gpl2)))) + (license license:gpl2+)))) --Sig_/U8lx8+XKwhXkvdEEi/p9X/V Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoMXjUi7471xkzbfw/XPKxxnTJWYFAlryZ5sACgkQ/XPKxxnT JWYrZA/+IpZW5Szr6nExCwLx1X4Xd5n4GQPFB3bK6KBuMFG7z3RDeW8oLEvV3cpk gDSLDCgSM2GwwMCy0kLjq/uNeqMWlXQOytKr9+kR2hcYorjWethPiw2ehxyUDuZ9 FFgZn5KYkXOu6NXrTXCBfW2F4TsDUscFlgsHBt6a9Aq7fzkJEf5cruscBSQeK4ra tCyQSPxIGBap6hOKvMUGyFxU8sNMS3/Xn3+6xVrxdaEntHRQtDWBudRAWd5eRWLB 1eioqAdPRlx/5F7SxB4bkgw7g7G5WEOQRZUUOjGMXfzMMTXywXzXfbAH713gj2NP PpaFJdYv0rGuPrQAthBcQEtZJeIrY7cPGxae0RF7LKmQUZjBaLLE+XwZo0609YtG PdADs6Jzz2dGlbyoyeQ8Yxy943fXaVnQ+E0Z4cii4K531Qpy9rd5wDudB9jwinIu NNFtsRdDx08/qNTPWfe0pJOzeR8U+nq6qgg0QAxTV3tSeHx/6kY3l852XuUVKszq cKJiT59kTZfV0FgAx6l7pGSEnTxTiveWvFfBktQg2wRUnSp1877MC0LtkClsCMJO hnMHP3p0W8Jkb8dmJFA/RQn8UnWzydUNEEfeGfZL3XuIE2u5i3xYVwswO7UY+3Te k0qUb4pw58+VO+v7n5szprfYLAiyIwVkLoVkKs5ygdJ6jh9XwEY= =alty -----END PGP SIGNATURE----- --Sig_/U8lx8+XKwhXkvdEEi/p9X/V-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 09 17:23:27 2018 Received: (at 31382) by debbugs.gnu.org; 9 May 2018 21:23:27 +0000 Received: from localhost ([127.0.0.1]:55645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGWYX-0008LN-FS for submit@debbugs.gnu.org; Wed, 09 May 2018 17:23:26 -0400 Received: from mx1.riseup.net ([198.252.153.129]:48056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGWYV-0008LE-9x for 31382@debbugs.gnu.org; Wed, 09 May 2018 17:23:23 -0400 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 7E62F1A015C for <31382@debbugs.gnu.org>; Wed, 9 May 2018 14:23:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1525901001; bh=qIH8Br4bRTypIYo4SlyLHMWfC8Tcbvg48aqS3eb/lQE=; h=Date:From:To:Subject:From; b=ioNZ7ky8+aDVIy0Q4u2deFudUG9gHkqno2sU9bSZq/GD6RKj5tJbx1+xc0KFaX9LF TxjR8+UNaimlYuSBTocqqxRbSxPmStLpCB213kz60ipWm1p1znjH2R7lL5/D/mdRwq kV1HMJeE1xcdxG+mB8iECQqekfGdMCty1YYhf2kM= X-Riseup-User-ID: 742D3E8372CF6525F287E00D5CA9D3359F0AA0E1359A3A8A296DD1D828D185F7 Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 13D59A966B for <31382@debbugs.gnu.org>; Wed, 9 May 2018 14:23:20 -0700 (PDT) Date: Wed, 9 May 2018 15:22:40 -0500 From: "Jovany Leandro G.C" To: 31382@debbugs.gnu.org Subject: [PATCH] telephony: twinkle fix support for codec speex Message-ID: <20180509152240.48d65fea@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31382 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) =46rom 805dff3d4a5460e072dbede7abb2049c64e1453b Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Wed, 9 May 2018 15:15:54 -0500 Subject: [PATCH] telephony: twinkle fix support for codec speex --- gnu/packages/telephony.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 40e57051e..6b625b5d3 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -509,6 +509,7 @@ Mumble consists of two applications for separate usage: (build-system cmake-build-system) (arguments `(#:tests? #f ; no test target + #:configure-flags '("-DWITH_SPEEX=3DOn") #:phases (modify-phases %standard-phases (add-after 'install 'wrap-executable --=20 2.17.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 09 21:46:30 2018 Received: (at 31382) by debbugs.gnu.org; 10 May 2018 01:46:30 +0000 Received: from localhost ([127.0.0.1]:55781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGaf8-0001Ha-K0 for submit@debbugs.gnu.org; Wed, 09 May 2018 21:46:30 -0400 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:27500 helo=smtp.centurylink.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fGaf7-0001HM-4L for 31382@debbugs.gnu.org; Wed, 09 May 2018 21:46:29 -0400 DKIM-Signature: v=1; a=rsa-sha1; d=centurylink.net; s=ctl201402; c=relaxed/simple; q=dns/txt; i=@centurylink.net; t=1525916783; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=OSb5yljQXdq9TuzWkaXgF/Sb/6w=; b=WZGeSKoHuKrjXzbLfRGyvnyRHU9jY9Ax5YgCcxRQOCGe+VmzCDqg+7L9WW94HwFZ YRjeMooM8h7Rf+KGagmleGgHMx/06W2Wub0JkMewzIkfq8MNXr+F7a8c1CgX46Rh 4xWijeV3cuejNLDlNShWpQL4oYfKPns5ON0Zl19fp+0bPEL785CIc1sPpx3JRAwI QjRgKJuP0p/eZym2oW9YXxECa/GrEQBon26Ke1xE5zrtgYkVLMFf2lMZymMe/34p 0g1cEkzkNWEjCnrWBW1N4FAiPbwxT++Z4KqZRRb1DFLdHuRTk4uywnxMEts7hzfq 8ECqn6FVPLpDf/A8yyB/tQ==; X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=QOQqfUDL c=1 sm=1 tr=0 a=4Fp/xp5xEBj7F+/f60b2lQ==:117 a=4Fp/xp5xEBj7F+/f60b2lQ==:17 a=KGjhK52YXX0A:10 a=VUJBJC2UJ8kA:10 a=zSv6zi-ZgakA:10 a=bBqXziUQAAAA:8 a=vJYVAh6jzVZs8vBCqXAA:9 a=CjuIK1q_8ugA:10 a=VQNoSO0_1rKm55bTIvkA:9 a=BjKv_IHbNJvPKzgot4uq:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: ZXJpY2JhdmllckBjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp04.onyx.dfw.sync.lan smtp.user=ericbavier@centurylink.net; auth=pass (LOGIN) Received: from [97.116.178.39] ([97.116.178.39:44494] helo=localhost) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPSA (cipher=AES256-GCM-SHA384) id A2/88-32635-F64A3FA5; Wed, 09 May 2018 21:46:23 -0400 Date: Wed, 9 May 2018 20:46:21 -0500 From: Eric Bavier To: "Jovany Leandro G.C" Subject: Re: [bug#31382] [PATCH] telephony: twinkle fix support for codec speex Message-ID: <20180509204621.39d6a3d5@centurylink.net> In-Reply-To: <20180509152240.48d65fea@riseup.net> References: <20180507173523.690a6acd@riseup.net> <20180509152240.48d65fea@riseup.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/N/npfBxoloK.QQ_LcQasSFW"; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31382 Cc: 31382@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/N/npfBxoloK.QQ_LcQasSFW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 9 May 2018 15:22:40 -0500 "Jovany Leandro G.C" wrote: > From 805dff3d4a5460e072dbede7abb2049c64e1453b Mon Sep 17 00:00:00 2001 > From: "Jovany Leandro G.C" > Date: Wed, 9 May 2018 15:15:54 -0500 > Subject: [PATCH] telephony: twinkle fix support for codec speex >=20 > --- > gnu/packages/telephony.scm | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm > index 40e57051e..6b625b5d3 100644 > --- a/gnu/packages/telephony.scm > +++ b/gnu/packages/telephony.scm > @@ -509,6 +509,7 @@ Mumble consists of two applications for separate usag= e: > (build-system cmake-build-system) > (arguments > `(#:tests? #f ; no test target > + #:configure-flags '("-DWITH_SPEEX=3DOn") > #:phases > (modify-phases %standard-phases > (add-after 'install 'wrap-executable Pushed in 81dec5967a1a6dbf1bfbc4b2fd9cf7546349bbfe with a commit message that better fits our standards. Thanks! `~Eric --Sig_/N/npfBxoloK.QQ_LcQasSFW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoMXjUi7471xkzbfw/XPKxxnTJWYFAlrzpG0ACgkQ/XPKxxnT JWYclw//caSIJskfdQOj8mb/RV6IvMOM17YFHM1hd7fMlsYvmDAS2K+nqp/+NjdS pWAHO+zR1gBL1f0a8CUmY2CJNo/Sf6sXXwJGfFvrIBQp1UVDHVD/HW9/i2suvIxs CezpWKPbi367+dfO+jnPG8og64NCGoEaL3ImT5dxGzGP8Fr+9auu9ULSRaCXz+mM 7SR2P8/2mPY4zAGnHJbAX9QkSJ7trjmGjNnomcoEDbuu/4pF8dZDRyrI60OkSUBa zNlAwUI76nnNo81jVdPp5z3i7tucQiMLN3F+ftVoDVbm5LsK7TjrsbN0mrnWibPw em1JWhUyu3dGlJNAlExAtfE7U5cxz+3MzPzvXAjdoXNxyT9htw4TW6wdtYSgs0nJ nPAxdkj2tBZ6H0Z7u4Lx+mSc+mHg5HmEdn14vRBSSA9hkoSbs4vJ7a1xLymwHOq4 RmEfcCRDWzGSjl86E/jx8MAOTmOrpr+lBQynsQU4K8Hhd9GquEOajnCQ+x1ZEO96 5ZnfGQotzfmaLGaUKHkPfNXvoZtmZjpzTcC88x+ldSVTTOHLPQuFA6grI6nfV+94 nyxxlrErqlJltMWToC2cLG3BJXwwQ+PBKGA4wF/yiSDjH2ijGX9P2G37mm5ceulP jApPVFTqzp706FJH0Evi2XE0/Fp+aI+CDAWSc7xCrtLafg+ebrs= =U3E5 -----END PGP SIGNATURE----- --Sig_/N/npfBxoloK.QQ_LcQasSFW-- From unknown Wed Jun 25 02:11:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Jun 2018 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator