diff options
author | mef <mef@pkgsrc.org> | 2015-09-01 04:14:54 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-01 04:14:54 +0000 |
commit | 04c70ee84e6ffc33c488c2b869890638ddff17ad (patch) | |
tree | 17cca0c44d1642ad6b05f724a47642128330e487 /ham/gnuradio-qtgui | |
parent | 6e55a5b7b636d70f33461ffd9ed564f6341677e1 (diff) | |
download | pkgsrc-04c70ee84e6ffc33c488c2b869890638ddff17ad.tar.gz |
Update gnuradio-* 3.7.6 to 3.7.8
Diffstat (limited to 'ham/gnuradio-qtgui')
-rw-r--r-- | ham/gnuradio-qtgui/Makefile | 5 | ||||
-rw-r--r-- | ham/gnuradio-qtgui/PLIST | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/ham/gnuradio-qtgui/Makefile b/ham/gnuradio-qtgui/Makefile index 391a268070b..2b37c021632 100644 --- a/ham/gnuradio-qtgui/Makefile +++ b/ham/gnuradio-qtgui/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2015/04/25 14:23:21 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2015/09/01 04:14:54 mef Exp $ PKGNAME= gnuradio-qtgui-${VERSION} -PKGREVISION= 2 COMMENT= Qt GUI module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" .include "../../ham/gnuradio-core/Nocore.mk" -CONF_FILES+= ${EGDIR}/gr-qtgui.conf ${PKG_SYSCONFDIR}/gr-qtgui.conf +#ONF_FILES+= ${EGDIR}/gr-qtgui.conf ${PKG_SYSCONFDIR}/gr-qtgui.conf CMAKE_ARGS+= -DENABLE_DEFAULT=OFF CMAKE_ARGS+= -DENABLE_GR_QTGUI=ON diff --git a/ham/gnuradio-qtgui/PLIST b/ham/gnuradio-qtgui/PLIST index 52996abb134..ae22d50cf19 100644 --- a/ham/gnuradio-qtgui/PLIST +++ b/ham/gnuradio-qtgui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/03/07 05:10:45 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/09/01 04:14:54 mef Exp $ bin/gr_constellation_plot bin/gr_psd_plot_b bin/gr_psd_plot_c @@ -36,6 +36,7 @@ include/gnuradio/qtgui/displayform.h include/gnuradio/qtgui/form_menus.h include/gnuradio/qtgui/freq_sink_c.h include/gnuradio/qtgui/freq_sink_f.h +include/gnuradio/qtgui/freqcontrolpanel.h include/gnuradio/qtgui/freqdisplayform.h include/gnuradio/qtgui/histogram_sink_f.h include/gnuradio/qtgui/histogramdisplayform.h @@ -53,6 +54,7 @@ include/gnuradio/qtgui/time_raster_sink_b.h include/gnuradio/qtgui/time_raster_sink_f.h include/gnuradio/qtgui/time_sink_c.h include/gnuradio/qtgui/time_sink_f.h +include/gnuradio/qtgui/timecontrolpanel.h include/gnuradio/qtgui/timedisplayform.h include/gnuradio/qtgui/timerasterdisplayform.h include/gnuradio/qtgui/trigger_mode.h @@ -108,10 +110,10 @@ ${PYSITELIB}/gnuradio/qtgui/plot_time_raster_form.pyo ${PYSITELIB}/gnuradio/qtgui/qtgui_swig.py ${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyc ${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyo +${PYSITELIB}/gnuradio/qtgui/range.py +${PYSITELIB}/gnuradio/qtgui/range.pyc +${PYSITELIB}/gnuradio/qtgui/range.pyo share/doc/gnuradio-${PKGVERSION}/README.qtgui -share/examples/gnuradio/conf.d/gr-qtgui.conf -share/gnuradio/examples/qt-gui/alt.qss -share/gnuradio/examples/qt-gui/dark.qss share/gnuradio/examples/qt-gui/pyqt_const_c.py share/gnuradio/examples/qt-gui/pyqt_example_c.py share/gnuradio/examples/qt-gui/pyqt_example_f.py @@ -135,6 +137,7 @@ share/gnuradio/grc/blocks/qtgui_freq_sink_x.xml share/gnuradio/grc/blocks/qtgui_histogram_sink_x.xml share/gnuradio/grc/blocks/qtgui_label.xml share/gnuradio/grc/blocks/qtgui_number_sink.xml +share/gnuradio/grc/blocks/qtgui_push_button.xml share/gnuradio/grc/blocks/qtgui_range.xml share/gnuradio/grc/blocks/qtgui_sink_x.xml share/gnuradio/grc/blocks/qtgui_tab_widget.xml @@ -142,3 +145,5 @@ share/gnuradio/grc/blocks/qtgui_time_raster_x.xml share/gnuradio/grc/blocks/qtgui_time_sink_x.xml share/gnuradio/grc/blocks/qtgui_vector_sink_f.xml share/gnuradio/grc/blocks/qtgui_waterfall_sink_x.xml +share/gnuradio/themes/alt.qss +share/gnuradio/themes/dark.qss |