[134742] trunk/dports/science/gqrx
michaelld at macports.org
michaelld at macports.org
Mon Apr 6 08:54:48 PDT 2015
Revision: 134742
https://trac.macports.org/changeset/134742
Author: michaelld at macports.org
Date: 2015-04-06 08:54:48 -0700 (Mon, 06 Apr 2015)
Log Message:
-----------
gqrx: update to 1518f893 (20150405).
Modified Paths:
--------------
trunk/dports/science/gqrx/Portfile
Removed Paths:
-------------
trunk/dports/science/gqrx/files/patch-remove-filterButton.diff
Modified: trunk/dports/science/gqrx/Portfile
===================================================================
--- trunk/dports/science/gqrx/Portfile 2015-04-06 14:01:04 UTC (rev 134741)
+++ trunk/dports/science/gqrx/Portfile 2015-04-06 15:54:48 UTC (rev 134742)
@@ -21,21 +21,16 @@
long_description ${description} \
This port is kept up with the Gqrx GIT 'master' branch, is typically updated weekly to monthly, and provides compatibility with the GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports. ${description_common}
- github.setup csete gqrx df629bd53c2855a4dcc019a188aadf98b5c2ae6e
- version 20150402
+ github.setup csete gqrx 1518f893ce093e481c8a65d624b886c746cc28e2
+ version 20150405
- checksums rmd160 2557d9cdaa39ace73ce2325a3c497b28df0d6160 \
- sha256 fcafc295eaefd06368efa8fe24c4bddc7fa0ebd719c99cdcaf4131aa6d6e9b6a
+ checksums rmd160 bffbcfab46ba6f41763e9d1275cf951a2e2d436d \
+ sha256 c09c6f94e76d19fb0bba45b7e15d5a86b434e1890c8d1bb5820e43f5849f8998
conflicts gqrx-legacy
patchfiles-append patch-gqrx.pro.diff
- # temporary patch to remove filterButton code, since it has been
- # removed as of df629bd5 (2015-Apr-02).
-
- patchfiles-append patch-remove-filterButton.diff
-
# allow gqrx to work with both gnuradio and gnuradio-devel ...
depends_lib-append port:gr-osmosdr \
Deleted: trunk/dports/science/gqrx/files/patch-remove-filterButton.diff
===================================================================
--- trunk/dports/science/gqrx/files/patch-remove-filterButton.diff 2015-04-06 14:01:04 UTC (rev 134741)
+++ trunk/dports/science/gqrx/files/patch-remove-filterButton.diff 2015-04-06 15:54:48 UTC (rev 134742)
@@ -1,34 +0,0 @@
---- qtgui/dockrxopt.cpp.orig
-+++ qtgui/dockrxopt.cpp
-@@ -55,7 +55,6 @@ DockRxOpt::DockRxOpt(qint64 filterOffsetRange, QWidget *parent) :
- #ifdef Q_WS_MAC
- // Workaround for Mac, see http://stackoverflow.com/questions/3978889/why-is-qhboxlayout-causing-widgets-to-overlap
- // Might be fixed in Qt 5?
-- ui->filterButton->setAttribute(Qt::WA_LayoutUsesWidgetRect);
- ui->modeButton->setAttribute(Qt::WA_LayoutUsesWidgetRect);
- ui->agcButton->setAttribute(Qt::WA_LayoutUsesWidgetRect);
- ui->autoSquelchButton->setAttribute(Qt::WA_LayoutUsesWidgetRect);
-@@ -284,13 +283,6 @@ void DockRxOpt::on_filterCombo_activated(int index)
- emit demodSelected(ui->modeSelector->currentIndex());
- }
-
--/*! \brief Filter shape (TBC).
-- */
--void DockRxOpt::on_filterButton_clicked()
--{
--
--}
--
- /*! \brief Mode selector activated.
- * \param New mode selection.
- *
---- qtgui/dockrxopt.h.orig
-+++ qtgui/dockrxopt.h
-@@ -155,7 +155,6 @@ signals:
- private slots:
- void on_filterFreq_newFrequency(qint64 freq);
- void on_filterCombo_activated(int index);
-- void on_filterButton_clicked();
- void on_modeSelector_activated(int index);
- void on_modeButton_clicked();
- void on_agcButton_clicked();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150406/705770c2/attachment.html>
More information about the macports-changes
mailing list