From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 17 22:51:10 2017 Received: (at submit) by debbugs.gnu.org; 18 Aug 2017 02:51:10 +0000 Received: from localhost ([127.0.0.1]:43374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diXNJ-0003Wt-MC for submit@debbugs.gnu.org; Thu, 17 Aug 2017 22:51:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diXNF-0003WO-Jd for submit@debbugs.gnu.org; Thu, 17 Aug 2017 22:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diXN9-0005n8-8T for submit@debbugs.gnu.org; Thu, 17 Aug 2017 22:50:56 -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]:46713) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1diXN9-0005n2-5C for submit@debbugs.gnu.org; Thu, 17 Aug 2017 22:50:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diXN5-000203-CR for guix-patches@gnu.org; Thu, 17 Aug 2017 22:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diXN1-0005lF-6e for guix-patches@gnu.org; Thu, 17 Aug 2017 22:50:51 -0400 Received: from o176.p8.mailjet.com ([87.253.233.176]:37007) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1diXN0-0005kP-TC for guix-patches@gnu.org; Thu, 17 Aug 2017 22:50:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:x-csa-complaints: x-mj-mid:content-type:content-transfer-encoding; bh=U+8r1+oGFxgCk9XmftI/Zdi+Sl9abOnu6ETaFQQaaaw=; b=SiFuPS+p4zJCWt4pD8XeOfbMAMtBAoZ6zSDy11kgxNqZ3uEbpp/Xa/Uhx QlR+qUWWpSQluoCZODWlWrThLPP4Bq8YV2G+FXdna+JfmgY+4Y8wv1XkoBpn 7A8glj21hs3OgBlOD018PfOVNjWUijQjxOc6vWd86VaQn6rpbCJER4= Message-Id: MIME-Version: 1.0 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add rtl-sdr. Date: Fri, 18 Aug 2017 08:19:58 +0530 X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEMAOm3D4LEAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZllYEYSfQQmoAQNGFLb5KJHASQAAFgUc 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.0 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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: -4.0 (----) * gnu/packages/ham-radio.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ham-radio.scm (rtl-sdr): New variable. --- gnu/local.mk | 1 + gnu/packages/ham-radio.scm | 52 ++++++++++++++++++++++++++++++++++++++++= ++++++ 2 files changed, 53 insertions(+) create mode 100644 gnu/packages/ham-radio.scm diff --git a/gnu/local.mk b/gnu/local.mk index 63300e35b..77790a64c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -196,6 +196,7 @@ GNU_SYSTEM_MODULES =3D \ %D%/packages/gv.scm \ %D%/packages/gxmessage.scm \ %D%/packages/haskell.scm \ + %D%/packages/ham-radio.scm \ %D%/packages/hexedit.scm \ %D%/packages/hugs.scm \ %D%/packages/hurd.scm \ diff --git a/gnu/packages/ham-radio.scm b/gnu/packages/ham-radio.scm new file mode 100644 index 000000000..0f96553c6 --- /dev/null +++ b/gnu/packages/ham-radio.scm @@ -0,0 +1,52 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright =C2=A9 2017 Arun Isaac +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (a= t +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages ham-radio) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (gnu packages libusb) + #:use-module (gnu packages pkg-config) + #:use-module (guix build-system cmake)) + +(define-public rtl-sdr + (package + (name "rtl-sdr") + (version "0.5.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://cgit.osmocom.org/rtl-sdr/snapshot/rt= l-sdr-" + version ".tar.xz")) + (sha256 + (base32 + "08awca3v28sa4lxym4r81pzf0la0j86wbmpyhv3xd53an9gkpjy9")))) + (build-system cmake-build-system) + (inputs + `(("libusb" ,libusb))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (arguments + `(#:configure-flags '("-DDETACH_KERNEL_DRIVER=3DON") + #:tests? #f)) ; No tests + (home-page "https://osmocom.org/projects/sdr/wiki/rtl-sdr") + (synopsis "Software defined radio driver for Realtek RTL2832U") + (description "DVB-T dongles based on the Realtek RTL2832U can be use= d as a +cheap software defined radio, since the chip allows transferring the raw= I/Q +samples to the host. @code{rtl-sdr} provides drivers for this purpose."= ) + (license license:gpl2+))) --=20 2.13.4 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 18 00:54:14 2017 Received: (at 28133) by debbugs.gnu.org; 18 Aug 2017 04:54:14 +0000 Received: from localhost ([127.0.0.1]:43408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diZIR-0006LG-CO for submit@debbugs.gnu.org; Fri, 18 Aug 2017 00:54:14 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:47542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diZIP-0006L6-VS for 28133@debbugs.gnu.org; Fri, 18 Aug 2017 00:54:10 -0400 Received: from localhost (77.118.245.240.wireless.dyn.drei.com [77.118.245.240]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 7C9C71CA0156; Fri, 18 Aug 2017 06:54:07 +0200 (CEST) Date: Fri, 18 Aug 2017 06:54:04 +0200 From: Danny Milosavljevic To: Arun Isaac Subject: Re: [bug#28133] [PATCH] gnu: Add rtl-sdr.; and gnuradio Message-ID: <20170818065404.0b5a2b81@scratchpost.org> In-Reply-To: References: X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 28133 Cc: 28133@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: -0.7 (/) Hi Arun, LGTM! But are we sure about the new module? I've used rtl-sdr in a professional non-HAM setting before. I guess it's OK, though :) Back then I put "volk" into (gnu packages engineering) and not into ham-radio.scm - we might want to revisit it? Also, just in case you are working on it as well, I have work-in-progress for gnuradio (something fails so I didn't submit it yet). It might save some effort in that case: (define-public gnuradio (package (name "gnuradio") (version "3.7.10.2") ; see also: 3.7.11 (!) (source (origin (method url-fetch) (uri (string-append "http://gnuradio.org/releases/gnuradio/" "gnuradio-" version ".tar.gz")) (sha256 (base32 "1yy8nkb6q61885j5k5sfqfas6yc15cadsil0rcyhyngp2223sdrh")))) (build-system cmake-build-system) (arguments `(#:parallel-tests? #f #:configure-flags '("-DENABLE_INTERNAL_VOLK=OFF") #:phases (modify-phases %standard-phases (add-after 'unpack 'unbundle-volk (lambda _ (delete-file-recursively "volk") #t)) (add-before 'check 'setenv (lambda _ (setenv "HOME" "/tmp") #t))))) (inputs `(;("qtbase" ,qtbase) Qt4 ;("qtgui" ,qtgui) Qt4 ("boost" ,boost) ; FIXME maybe remove ("fftwf" ,fftwf) ("gsl" ,gsl) ("libusb", libusb) ("wxwidgets" ,wxwidgets) ; -gtk2) ("python2-numpy" ,python2-numpy) ("volk" ,volk) ; TODO gui network widgets svg(runtimeonly)/imageformats )) (native-inputs `(("alsa-lib" ,alsa-lib) ; FIXME regular input? ("cppunit" ,cppunit) ("doxygen" ,doxygen) ; for docs ("gs" ,ghostscript) ; for docs ("orc" ,orc) ("pkg-config" ,pkg-config) ("python-2", python-2) ("python2-cheetah" ,python2-cheetah) ; FIXME maybe remove ("swig" ,swig) ("texlive-minimal" ,texlive-minimal) ; for docs ("python2-scipy" ,python2-scipy))) ; FIXME at runtime ? (home-page "https://www.gnuradio.org/") (synopsis "Software-defined radio") (description "This package contains tools for Software-defined radio. For this to be useful as radio receiver you also need extra hardware.") (license license:gpl3+))) (define-public gqrx (package (name "gqrx") (version "2.6") (source (origin (method url-fetch) (uri (string-append "https://github.com/csete/gqrx/releases/download/v2.6/" "gqrx-sdr-" version "-src.tar.xz")) (sha256 (base32 "06jq50r0n86448q4l18hhzk5r6s4yzi2i1fc32ybjh06sqydsax8")))) (build-system cmake-build-system) ; FIXME propagate input qtsvg - see (inputs `(("qtbase" ,qtbase) ("gnuradio" ,gnuradio) ("boost" ,boost))) (home-page "http://gqrx.dk/") (synopsis "Software-defined radio") (description "This package contains tools for Software-defined radio. For this to be useful as radio receiver you also need extra hardware.") ;; TODO simplified BSD (license license:gpl3+))) From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 18 10:23:57 2017 Received: (at 28133-done) by debbugs.gnu.org; 18 Aug 2017 14:23:57 +0000 Received: from localhost ([127.0.0.1]:44454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diiBo-0005DI-TL for submit@debbugs.gnu.org; Fri, 18 Aug 2017 10:23:57 -0400 Received: from o172.p8.mailjet.com ([87.253.233.172]:52117) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1diiBn-0005DA-Dw for 28133-done@debbugs.gnu.org; Fri, 18 Aug 2017 10:23:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=u+odJUzvFwFkT3FqdPwHr6YG0i7uIfaTD5a//SA4724=; b=r/E51/lB+SeWcmdyCzVELgAPAF1n3NFLO0+0R3Y1uLd0YhhQcx8/IaNJv hvHBdLUiuRWQ/3GGu8ttLCqRCxeWbF/SsQpvdNhxeCHw+FsJ0Pgzp1ATbxfC b8TkEgNikHZ0XQXgSZ/CUb8irxD5XwanIHe6LI3nfWZTz9XfdbHYes= Message-Id: MIME-Version: 1.0 From: Arun Isaac To: Danny Milosavljevic Subject: Re: [bug#28133] [PATCH] gnu: Add rtl-sdr.; and gnuradio Date: Fri, 18 Aug 2017 19:53:06 +0530 In-reply-to: <20170818065404.0b5a2b81@scratchpost.org> References: <20170818065404.0b5a2b81@scratchpost.org> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: ADkAACs8fI8AAAAAAAAAAAPkJSsAAAACwQwAAAAAAAW9WABZlvh5eVmmvMqCT-OX2QcIxznGxwAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28133-done Cc: 28133-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: -0.0 (/) Pushed, thanks! > LGTM! But are we sure about the new module? I've used rtl-sdr in a > professional non-HAM setting before. I guess it's OK, though :) > > Back then I put "volk" into (gnu packages engineering) and not into > ham-radio.scm - we might want to revisit it? IMHO, the modules in gnu/packages are quite a mess. There are many modules with only one or a few packages (less than 10). At some point, we'll have to revisit this, and figure out a better organization. Debian has a category for HAM Radio packages. So, I thought it's ok to create ham-radio.scm for rtl-sdr. > Also, just in case you are working on it as well, I have > work-in-progress for gnuradio (something fails so I didn't submit it > yet). It might save some effort in that case: I'll look into it. = From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 18 14:27:46 2017 Received: (at 28133) by debbugs.gnu.org; 18 Aug 2017 18:27:46 +0000 Received: from localhost ([127.0.0.1]:44598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dilzm-0002Ui-5s for submit@debbugs.gnu.org; Fri, 18 Aug 2017 14:27:46 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dilzk-0002Ua-HD for 28133@debbugs.gnu.org; Fri, 18 Aug 2017 14:27:44 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id DCBED22073; Fri, 18 Aug 2017 14:27:43 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 18 Aug 2017 14:27:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=SXtgw0A6/kYU6lEox5j7ZU3n8rUWzZ6k6fXcAR waUPY=; b=Xjdcojy+Ef4YJwxYEBq2jkLcDZEKwT4YVzDkLOhvkO8BR5TM9Hmo/f PsjRATR7z0eGYROLYjFqJSPyyQWBWemOVe8eFWXzLQ/QyKpXBbaUP3ov2qa8qc1W 1ZrwB8cE6wm9CVATgVjsWsUmotQMAMdTrCIAdzOdTz7hRrsFxNwFc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=SXtgw0A6/kYU6lEox5 j7ZU3n8rUWzZ6k6fXcARwaUPY=; b=SVqLq+7gqHs5Qu0Ti30mrP0LIszaIkgQFs e3RD7BR/YXAd+S8ohdv9tr5RLNyNaCSq86GhcP1eiz+TBIdHstpThLte+vOqwcK0 luz5xEzECU5NcQfrZSVjWlgZzo9XDvMAyJL9ztXgpm/TyPmQe6I+MH1JE4V64jET Gz/OjMsL5JKntW9Xtgf9plbPUtYiEBXbvC3ta376bEyNIKlRZcBbM4hvEeTppMxG uRA6JZS8fj1RFbESnf0IRkX4de6pdxP+keuOUenKkzk9Iaz7VAGUuUWswMpvuYyd I9vkGH/e+7YxVY1lVbxqu/loks69n5DdFGMFdiHp/x+s5CJU/p/g== X-ME-Sender: X-Sasl-enc: OSOXYfFo/ZURuHFiCRBKWR3R7h9JRVn8lyJwOY0YT4cl 1503080863 Received: from localhost (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id 7AC7E241D1; Fri, 18 Aug 2017 14:27:43 -0400 (EDT) Date: Fri, 18 Aug 2017 14:27:42 -0400 From: Leo Famulari To: 28133@debbugs.gnu.org, arunisaac@systemreboot.net Subject: Re: bug#28133: [PATCH] gnu: Add rtl-sdr.; and gnuradio Message-ID: <20170818182742.GA28074@jasmine.lan> References: <20170818065404.0b5a2b81@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 28133 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.7 (/) --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 18, 2017 at 07:53:06PM +0530, Arun Isaac wrote: >=20 > Pushed, thanks! >=20 > > LGTM! But are we sure about the new module? I've used rtl-sdr in a > > professional non-HAM setting before. I guess it's OK, though :) > > > > Back then I put "volk" into (gnu packages engineering) and not into > > ham-radio.scm - we might want to revisit it? >=20 > IMHO, the modules in gnu/packages are quite a mess. There are many > modules with only one or a few packages (less than 10). At some point, > we'll have to revisit this, and figure out a better organization. I think the module categorization doesn't really matter that much. And each time we shuffle them around, it's a big pain for people maintaining branches other than the master branch. So I'd prefer if we don't do a big reorganization just for semantic reasons. --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlmXMZ4ACgkQJkb6MLrK fwj/bxAAtGLdyOwlN7wwn5ae0sPxQrvcZBSnuWNuXt7LQsvQj0XDdKPpq8W5CaaD Iv9GmkPBtmsqLPlHEqeMJ16T1/qCxqIn2Thud/eOTzqdD38uoxHVs5r7/nX7gvbE 5KxhUwqLLBEiSNZvaLe1wLt9/TZIzDA5y+exfn1foU3UjeR8CZZ3t3tHGMahyIC7 Dj7S60XRnQcRIShzZ11SDGvYvOt9CItz2J34jTe8FF8ckTnUzWDFpWWNoRByFviL qlK+WTg6TRFLmnpp+ZmpMkjCORJWgH7cF+FaOGrTqbdTa2Ex5r8cEC2lO1OPPcyY BIFFmVRdATq1fYcrB+0fODxeBu1KqnFxicb45+iCY7jixFiANUupquyOlZu8r6Py n4tuibsjSiZIb/WTTJDORic8A13EL+1bEIrUl2nH7RDYVXmftPYt2JRdwPuSgRy7 K2KRaDiU2i1lavuLujV+bGN7zj9R3S8lZ0dYe+9Ro3zWgBXygEFD9HlES2xSTvbD oMt20EuAO87E8/bjksmAWDiELCh0OIk4XpDlLj6Hd40Or/bcJZkq9VJxh7qNjmT8 aVsKHsHr2W8ogwIi/Wk9NE7QiPs3IugB41kvMSA/zZapDBZcnpeZMueW+G+JSiq9 QGNEJOsBcbYeszc2w0CPIih4jXyxiLKLgIp9lgxD2Ej9QZzqC7o= =KmBD -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 20 01:28:28 2017 Received: (at 28133) by debbugs.gnu.org; 20 Aug 2017 05:28:28 +0000 Received: from localhost ([127.0.0.1]:46027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djImi-0000GZ-56 for submit@debbugs.gnu.org; Sun, 20 Aug 2017 01:28:28 -0400 Received: from o126.p8.mailjet.com ([87.253.233.126]:41434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <08738429.AEEAPBud0LwAAAAAAAAAAAPkTH0AAAACwQwAAAAAAAW9WABZmR35@bnc3.mailjet.com>) id 1djImg-0000GR-08 for 28133@debbugs.gnu.org; Sun, 20 Aug 2017 01:28:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=2OWLHK5TVexpdKuXkQavCDjnwkFZ3NsAo/GIG7jc69c=; b=HatE3dqtF8bHWSNIecV4d787cjFm2IT8KXPYEO+fgsAn8teVqeC4Fa48P /CZ0FhcSc1paj3kRWQLlEH6ao/ZBbGXInjN/Vs65ZGsFCKT5nuSny5iPS/UZ DtlwgYx/8DxNkgfPMYFgs8/Lmsq0KycT389QI7uMuRKwQx2KSAs0Bo= Message-Id: <08738429.AEEAPBud0LwAAAAAAAAAAAPkTH0AAAACwQwAAAAAAAW9WABZmR35@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Danny Milosavljevic Subject: Re: [bug#28133] [PATCH] gnu: Add rtl-sdr.; and gnuradio Date: Sun, 20 Aug 2017 10:58:15 +0530 In-reply-to: <20170818065404.0b5a2b81@scratchpost.org> References: <20170818065404.0b5a2b81@scratchpost.org> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEEAPBud0LwAAAAAAAAAAAPkTH0AAAACwQwAAAAAAAW9WABZmR355ftF1EfoRVGy2mhiwl3H3QAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.0 (-) X-Debbugs-Envelope-To: 28133 Cc: 28133@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 (-) > Also, just in case you are working on it as well, I have > work-in-progress for gnuradio (something fails so I didn't submit it > yet). It might save some effort in that case: Actually, I don't think I can finish packaging gnuradio on my own. So, if you open a bug report for it, perhaps we can co-author it. = From unknown Sat Sep 20 21:47:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Sep 2017 11:24:04 +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