Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/
Date: Mon, 08 Aug 2022 00:39:21
Message-Id: 1659919061.178f4ca55aa367de2addbfcb877073d41b8a37a6.zerochaos@gentoo
1 commit: 178f4ca55aa367de2addbfcb877073d41b8a37a6
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 00:37:41 2022 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 00:37:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178f4ca5
7
8 net-wireless/gqrx: sync live with latest release
9
10 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
11
12 net-wireless/gqrx/gqrx-9999.ebuild | 10 +++++++---
13 1 file changed, 7 insertions(+), 3 deletions(-)
14
15 diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild
16 index ec213fc9569c..23c9c275d130 100644
17 --- a/net-wireless/gqrx/gqrx-9999.ebuild
18 +++ b/net-wireless/gqrx/gqrx-9999.ebuild
19 @@ -9,10 +9,10 @@ DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
20 HOMEPAGE="https://gqrx.dk/"
21
22 if [[ ${PV} == "9999" ]] ; then
23 - EGIT_REPO_URI="https://github.com/csete/gqrx.git"
24 + EGIT_REPO_URI="https://github.com/gqrx-sdr/gqrx.git"
25 inherit git-r3
26 else
27 - SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 + SRC_URI="https://github.com/gqrx-sdr/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 KEYWORDS="~amd64 ~arm ~riscv ~x86"
30 fi
31
32 @@ -21,7 +21,11 @@ SLOT="0"
33 IUSE="gr-audio portaudio pulseaudio"
34 REQUIRED_USE="^^ ( pulseaudio portaudio gr-audio )"
35
36 -DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
37 +DEPEND="
38 + || (
39 + <net-wireless/gnuradio-3.10:0[audio,analog,filter]
40 + >=net-wireless/gnuradio-3.10:0[audio,analog,filter,network]
41 + )
42 >=net-wireless/gr-osmosdr-0.1.0:=
43 dev-libs/boost:=
44 dev-libs/log4cpp:=