From e47604b32e0cc96acbd5aa3104256db698767757 Mon Sep 17 00:00:00 2001 From: rxseger Date: Mon, 4 Jul 2016 14:47:34 -0700 Subject: [PATCH] Update to use Nuand's gr-osmosdr/gqrx for 124 MHz of bandwidth with bladeRF: https://www.nuand.com/blog/large-bandwidth/ --- gqrx.rb | 4 ++-- gr-osmosdr.rb | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gqrx.rb b/gqrx.rb index 5e6eb13..dbfb8d9 100644 --- a/gqrx.rb +++ b/gqrx.rb @@ -1,12 +1,12 @@ class Gqrx < Formula homepage 'https://github.com/csete/gqrx' - head 'https://github.com/csete/gqrx.git', :branch => 'master' + head 'https://github.com/Nuand/gqrx.git', :branch => 'master' depends_on 'cmake' => :build depends_on 'qt' depends_on 'boost' depends_on 'gnuradio' - depends_on 'gr-osmosdr' + depends_on 'rxseger/hackrf/gr-osmosdr' def install system "qmake -set PKG_CONFIG /usr/local/bin/pkg-config" diff --git a/gr-osmosdr.rb b/gr-osmosdr.rb index 67cf92e..41e01a1 100644 --- a/gr-osmosdr.rb +++ b/gr-osmosdr.rb @@ -2,8 +2,7 @@ class GrOsmosdr < Formula homepage 'http://sdr.osmocom.org/trac/wiki/GrOsmoSDR' - head 'git://git.osmocom.org/gr-osmosdr', :branch => 'master', - :shallow => false + head 'https://github.com/Nuand/gr-osmosdr.git', :branch => 'master' depends_on 'cmake' => :build depends_on 'gnuradio'