public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/
Date: Wed, 17 Feb 2021 15:53:22 +0000 (UTC)	[thread overview]
Message-ID: <1613577190.5cbf235a9e4d6d583a94bc7a58cbcede2d26ae1c.zerochaos@gentoo> (raw)

commit:     5cbf235a9e4d6d583a94bc7a58cbcede2d26ae1c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 15:53:10 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 15:53:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbf235a

net-wireless/gqrx: bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/gqrx/Manifest                                 |  2 +-
 .../gqrx/{gqrx-2.14.3-r1.ebuild => gqrx-2.14.4.ebuild}     |  3 ++-
 net-wireless/gqrx/gqrx-9999.ebuild                         | 14 ++------------
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/net-wireless/gqrx/Manifest b/net-wireless/gqrx/Manifest
index 4b3e67b6304..d4b6e2c235c 100644
--- a/net-wireless/gqrx/Manifest
+++ b/net-wireless/gqrx/Manifest
@@ -1 +1 @@
-DIST gqrx-2.14.3.tar.gz 1343813 BLAKE2B 19bb721a355f4b61c6a048aa5c2f1e2415ea2447fb6e6b2a0c1913d3dd0b1971523c51b5e27e0f07e671ce90e15996de8d22f54fdeb9873f08229cce50c5f9ab SHA512 436080f18a560a817921e451c2d5784b48b0e2e59ae1485578fe8d2afac9ad052b899fc0e3bb84976519ebaf2e061df31e6215d8957a5d06cc2e8431b9b55bef
+DIST gqrx-2.14.4.tar.gz 1345711 BLAKE2B 81b684a0cc02bbb5843d4e03b844aeb61d465f60e2db5d0f6353754e4322f790cbf88cdc87c03db8eea2bb34230c91858715257d3b7a416ecf34239e7ef1894d SHA512 c8ed2d65c52d01323c1f22717ae405a32cbd74e194e25fbc7af435e265ef393deea7554ea24a8f3f5cb9607faec3bbde8e958f9334d29f802768538efd546b63

diff --git a/net-wireless/gqrx/gqrx-2.14.3-r1.ebuild b/net-wireless/gqrx/gqrx-2.14.4.ebuild
similarity index 95%
rename from net-wireless/gqrx/gqrx-2.14.3-r1.ebuild
rename to net-wireless/gqrx/gqrx-2.14.4.ebuild
index d1886c3e3d0..ff4d8f5d084 100644
--- a/net-wireless/gqrx/gqrx-2.14.3-r1.ebuild
+++ b/net-wireless/gqrx/gqrx-2.14.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,6 +24,7 @@ REQUIRED_USE="^^ ( pulseaudio portaudio gr-audio )"
 DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
 	>=net-wireless/gr-osmosdr-0.1.0:=
 	dev-libs/boost:=
+	dev-libs/log4cpp:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5

diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild
index eaec3c59f54..ff4d8f5d084 100644
--- a/net-wireless/gqrx/gqrx-9999.ebuild
+++ b/net-wireless/gqrx/gqrx-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,6 +24,7 @@ REQUIRED_USE="^^ ( pulseaudio portaudio gr-audio )"
 DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
 	>=net-wireless/gr-osmosdr-0.1.0:=
 	dev-libs/boost:=
+	dev-libs/log4cpp:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5
@@ -34,17 +35,6 @@ DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
 	portaudio? ( media-libs/portaudio:= )"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-	if use !pulseaudio; then
-		sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
-	fi
-	if use portaudio; then
-		sed -i 's#find_package(Portaudio#find_package(PORTAUDIO#' CMakeLists.txt || die
-	fi
-	cmake_src_prepare
-	eapply_user
-}
-
 src_configure() {
 	if use pulseaudio; then
 		LINUX_AUDIO_BACKEND=Pulseaudio


             reply	other threads:[~2021-02-17 15:53 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-17 15:53 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
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-09-21 19:15 Rick Farina
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=1613577190.5cbf235a9e4d6d583a94bc7a58cbcede2d26ae1c.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