From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/
Date: Mon, 21 Sep 2020 19:15:16 +0000 (UTC) [thread overview]
Message-ID: <1600715714.f044a80e16fb31ae0c015de3ac6207f2bc36ca05.zerochaos@gentoo> (raw)
commit: f044a80e16fb31ae0c015de3ac6207f2bc36ca05
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 19:15:05 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 19:15:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f044a80e
net-wireless/gqrx: bug #727524
plus a little ebuild cleanup
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
.../gqrx/{gqrx-2.12.1.ebuild => gqrx-2.12.1-r1.ebuild} | 11 +++++++----
net-wireless/gqrx/gqrx-9999.ebuild | 11 +++++++----
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/net-wireless/gqrx/gqrx-2.12.1.ebuild b/net-wireless/gqrx/gqrx-2.12.1-r1.ebuild
similarity index 87%
rename from net-wireless/gqrx/gqrx-2.12.1.ebuild
rename to net-wireless/gqrx/gqrx-2.12.1-r1.ebuild
index 5497f6b12fd..a008cc56721 100644
--- a/net-wireless/gqrx/gqrx-2.12.1.ebuild
+++ b/net-wireless/gqrx/gqrx-2.12.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
HOMEPAGE="https://gqrx.dk/"
@@ -11,7 +11,6 @@ HOMEPAGE="https://gqrx.dk/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/csete/gqrx.git"
inherit git-r3
- KEYWORDS=""
else
SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
@@ -30,6 +29,7 @@ DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
dev-qt/qtnetwork:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
+ sci-libs/volk
pulseaudio? ( media-sound/pulseaudio:= )
portaudio? ( media-libs/portaudio:= )"
RDEPEND="${DEPEND}"
@@ -38,7 +38,10 @@ src_prepare() {
if use !pulseaudio; then
sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
fi
- cmake-utils_src_prepare
+ if use portaudio; then
+ sed -i 's#find_package(Portaudio#find_package(PORTAUDIO#' CMakeLists.txt || die
+ fi
+ cmake_src_prepare
eapply_user
}
@@ -54,7 +57,7 @@ src_configure() {
local mycmakeargs=(
"-DLINUX_AUDIO_BACKEND=${LINUX_AUDIO_BACKEND}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild
index 5497f6b12fd..a008cc56721 100644
--- a/net-wireless/gqrx/gqrx-9999.ebuild
+++ b/net-wireless/gqrx/gqrx-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
HOMEPAGE="https://gqrx.dk/"
@@ -11,7 +11,6 @@ HOMEPAGE="https://gqrx.dk/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/csete/gqrx.git"
inherit git-r3
- KEYWORDS=""
else
SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
@@ -30,6 +29,7 @@ DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
dev-qt/qtnetwork:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
+ sci-libs/volk
pulseaudio? ( media-sound/pulseaudio:= )
portaudio? ( media-libs/portaudio:= )"
RDEPEND="${DEPEND}"
@@ -38,7 +38,10 @@ src_prepare() {
if use !pulseaudio; then
sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
fi
- cmake-utils_src_prepare
+ if use portaudio; then
+ sed -i 's#find_package(Portaudio#find_package(PORTAUDIO#' CMakeLists.txt || die
+ fi
+ cmake_src_prepare
eapply_user
}
@@ -54,7 +57,7 @@ src_configure() {
local mycmakeargs=(
"-DLINUX_AUDIO_BACKEND=${LINUX_AUDIO_BACKEND}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
next reply other threads:[~2020-09-21 19:15 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-21 19:15 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 17:33 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/ Andreas Sturmlechner
2025-01-08 17:03 Andreas Sturmlechner
2025-01-08 17:03 Andreas Sturmlechner
2023-10-10 1:00 Rick Farina
2023-10-10 1:00 Rick Farina
2023-08-20 18:05 Rick Farina
2023-05-29 13:11 Andreas Sturmlechner
2023-05-29 13:00 Andreas Sturmlechner
2022-12-19 18:56 Rick Farina
2022-12-19 18:56 Rick Farina
2022-08-08 0:39 Rick Farina
2022-08-08 0:39 Rick Farina
2022-08-08 0:39 Rick Farina
2022-08-08 0:39 Rick Farina
2022-04-30 22:01 Marek Szuba
2022-01-28 3:29 Rick Farina
2021-10-07 16:42 Rick Farina
2021-02-17 15:53 Rick Farina
2020-12-18 19:41 Rick Farina
2020-12-17 15:53 Rick Farina
2020-12-04 18:22 Rick Farina
2020-11-25 0:13 Marek Szuba
2020-06-04 9:06 David Seifert
2020-01-27 21:41 Rick Farina
2019-01-11 18:29 Thomas Deutschmann
2018-08-16 20:45 Richard Farina
2018-08-16 20:45 Richard Farina
2018-02-18 17:31 Richard Farina
2017-12-20 2:28 Richard Farina
2017-10-04 9:15 Michał Górny
2017-01-24 22:25 Richard Farina
2017-01-24 21:54 Richard Farina
2016-06-03 2:39 Richard Farina
2016-03-30 20:30 Richard Farina
2016-01-01 10:47 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1600715714.f044a80e16fb31ae0c015de3ac6207f2bc36ca05.zerochaos@gentoo \
--to=zerochaos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox