* [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/files/
@ 2020-12-26 22:05 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-12-26 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 4a28690da62440aec70c45ebd6541bcdb26687e4
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Dec 13 08:27:36 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 22:04:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a28690d
net-wireless/gqrx: remove unused patch(es)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18632
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../gqrx/files/gqrx-bladerf-samplerate.patch | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/net-wireless/gqrx/files/gqrx-bladerf-samplerate.patch b/net-wireless/gqrx/files/gqrx-bladerf-samplerate.patch
deleted file mode 100644
index 76cc7e5dffa..00000000000
--- a/net-wireless/gqrx/files/gqrx-bladerf-samplerate.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/src/qtgui/ioconfig.cpp b/src/qtgui/ioconfig.cpp
-index e4fdd8f..ad072a1 100644
---- a/src/qtgui/ioconfig.cpp
-+++ b/src/qtgui/ioconfig.cpp
-@@ -384,8 +384,6 @@ void CIoConfig::updateInputSampleRates(int rate)
- }
- else if (ui->inDevEdit->text().contains("bladerf"))
- {
-- if (rate > 0)
-- ui->inSrCombo->addItem(QString("%1").arg(rate));
- ui->inSrCombo->addItem("160000");
- ui->inSrCombo->addItem("250000");
- ui->inSrCombo->addItem("500000");
-@@ -400,6 +398,17 @@ void CIoConfig::updateInputSampleRates(int rate)
- ui->inSrCombo->addItem("30000000");
- ui->inSrCombo->addItem("35000000");
- ui->inSrCombo->addItem("40000000");
-+ ui->inSrCombo->addItem("45000000");
-+ ui->inSrCombo->addItem("50000000");
-+ ui->inSrCombo->addItem("55000000");
-+ ui->inSrCombo->addItem("60000000");
-+ if (rate > 0)
-+ {
-+ ui->inSrCombo->insertItem(0, QString("%1").arg(rate));
-+ ui->inSrCombo->setCurrentIndex(0);
-+ }
-+ else
-+ ui->inSrCombo->setCurrentIndex(5); // select 5 MHz
- }
- else if (ui->inDevEdit->text().contains("sdr-iq"))
- {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-12-26 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-26 22:05 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox