summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2022-08-07 20:37:41 -0400
committerRick Farina <zerochaos@gentoo.org>2022-08-07 20:37:41 -0400
commit178f4ca55aa367de2addbfcb877073d41b8a37a6 (patch)
tree922c77a99ed9ff7a13216449f087794704590d8f /net-wireless
parentnet-wireless/gqrx: add 2.15.9 (diff)
downloadgentoo-178f4ca55aa367de2addbfcb877073d41b8a37a6.tar.gz
gentoo-178f4ca55aa367de2addbfcb877073d41b8a37a6.tar.bz2
gentoo-178f4ca55aa367de2addbfcb877073d41b8a37a6.zip
net-wireless/gqrx: sync live with latest release
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gqrx/gqrx-9999.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild
index ec213fc9569c..23c9c275d130 100644
--- a/net-wireless/gqrx/gqrx-9999.ebuild
+++ b/net-wireless/gqrx/gqrx-9999.ebuild
@@ -9,10 +9,10 @@ DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
HOMEPAGE="https://gqrx.dk/"
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/csete/gqrx.git"
+ EGIT_REPO_URI="https://github.com/gqrx-sdr/gqrx.git"
inherit git-r3
else
- SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/gqrx-sdr/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~riscv ~x86"
fi
@@ -21,7 +21,11 @@ SLOT="0"
IUSE="gr-audio portaudio pulseaudio"
REQUIRED_USE="^^ ( pulseaudio portaudio gr-audio )"
-DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
+DEPEND="
+ || (
+ <net-wireless/gnuradio-3.10:0[audio,analog,filter]
+ >=net-wireless/gnuradio-3.10:0[audio,analog,filter,network]
+ )
>=net-wireless/gr-osmosdr-0.1.0:=
dev-libs/boost:=
dev-libs/log4cpp:=