pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnuradio-companion: catch up w/ gnuradio-core



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Aug 2 08:37:23 2020 +0200
Changeset:	1b784a179b6e4bd6720cc5e9269c6be0e633c7b1

Modified Files:
	gnuradio-companion/Makefile
	gnuradio-companion/PLIST

Log Message:
gnuradio-companion: catch up w/ gnuradio-core

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b784a179b6e4bd6720cc5e9269c6be0e633c7b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnuradio-companion/Makefile |   9 +-
 gnuradio-companion/PLIST    | 541 +++++++++++++++++++++++++++++++++++++-------
 2 files changed, 464 insertions(+), 86 deletions(-)

diffs:
diff --git a/gnuradio-companion/Makefile b/gnuradio-companion/Makefile
index cb0ff6017a..e9e45c3b1c 100644
--- a/gnuradio-companion/Makefile
+++ b/gnuradio-companion/Makefile
@@ -1,24 +1,23 @@
 # $NetBSD: Makefile,v 1.31 2019/08/22 12:23:21 ryoon Exp $
 
 PKGNAME=	gnuradio-companion-${VERSION}
-PKGREVISION=	3
 COMMENT=	User interface entry of GNU Radio
 
 #CONF_FILES+=	${EGDIR}/grc.conf	${PKG_SYSCONFDIR}/grc.conf
 
 DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
+
 REPLACE_BASH=	grc/scripts/freedesktop/grc_setup_freedesktop.in
 
-.include	"../../ham/gnuradio-core/Makefile.common"
-.include	"../../ham/gnuradio-core/Nocore.mk"
+.include	"../../wip/gnuradio-core/Makefile.common"
+.include	"../../wip/gnuradio-core/Nocore.mk"
 
 # gnuradio-companion
 CMAKE_ARGS+=	-DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=	-DENABLE_GRC=ON
 
-PYTHON_VERSIONS_ACCEPTED=	27 # py-gtk2
-.include	"../../x11/py-gtk2/buildlink3.mk"
 .include	"../../mk/bsd.pkg.mk"
 
 # -- Configuring gnuradio-companion support...
diff --git a/gnuradio-companion/PLIST b/gnuradio-companion/PLIST
index 8d4f8cd9de..3870f25e77 100644
--- a/gnuradio-companion/PLIST
+++ b/gnuradio-companion/PLIST
@@ -1,14 +1,42 @@
-@comment $NetBSD: PLIST,v 1.9 2018/07/16 07:55:22 mef Exp $
+@comment $NetBSD$
 bin/gnuradio-companion
+bin/grcc
 ${PYSITELIB}/gnuradio/grc/__init__.py
 ${PYSITELIB}/gnuradio/grc/__init__.pyc
 ${PYSITELIB}/gnuradio/grc/__init__.pyo
 ${PYSITELIB}/gnuradio/grc/__main__.py
 ${PYSITELIB}/gnuradio/grc/__main__.pyc
 ${PYSITELIB}/gnuradio/grc/__main__.pyo
-${PYSITELIB}/gnuradio/grc/core/Block.py
-${PYSITELIB}/gnuradio/grc/core/Block.pyc
-${PYSITELIB}/gnuradio/grc/core/Block.pyo
+${PYSITELIB}/gnuradio/grc/compiler.py
+${PYSITELIB}/gnuradio/grc/compiler.pyc
+${PYSITELIB}/gnuradio/grc/compiler.pyo
+${PYSITELIB}/gnuradio/grc/converter/__init__.py
+${PYSITELIB}/gnuradio/grc/converter/__init__.pyc
+${PYSITELIB}/gnuradio/grc/converter/__init__.pyo
+${PYSITELIB}/gnuradio/grc/converter/__main__.py
+${PYSITELIB}/gnuradio/grc/converter/__main__.pyc
+${PYSITELIB}/gnuradio/grc/converter/__main__.pyo
+${PYSITELIB}/gnuradio/grc/converter/block.dtd
+${PYSITELIB}/gnuradio/grc/converter/block.py
+${PYSITELIB}/gnuradio/grc/converter/block.pyc
+${PYSITELIB}/gnuradio/grc/converter/block.pyo
+${PYSITELIB}/gnuradio/grc/converter/block_tree.dtd
+${PYSITELIB}/gnuradio/grc/converter/block_tree.py
+${PYSITELIB}/gnuradio/grc/converter/block_tree.pyc
+${PYSITELIB}/gnuradio/grc/converter/block_tree.pyo
+${PYSITELIB}/gnuradio/grc/converter/cheetah_converter.py
+${PYSITELIB}/gnuradio/grc/converter/cheetah_converter.pyc
+${PYSITELIB}/gnuradio/grc/converter/cheetah_converter.pyo
+${PYSITELIB}/gnuradio/grc/converter/flow_graph.dtd
+${PYSITELIB}/gnuradio/grc/converter/flow_graph.py
+${PYSITELIB}/gnuradio/grc/converter/flow_graph.pyc
+${PYSITELIB}/gnuradio/grc/converter/flow_graph.pyo
+${PYSITELIB}/gnuradio/grc/converter/main.py
+${PYSITELIB}/gnuradio/grc/converter/main.pyc
+${PYSITELIB}/gnuradio/grc/converter/main.pyo
+${PYSITELIB}/gnuradio/grc/converter/xml.py
+${PYSITELIB}/gnuradio/grc/converter/xml.pyc
+${PYSITELIB}/gnuradio/grc/converter/xml.pyo
 ${PYSITELIB}/gnuradio/grc/core/Config.py
 ${PYSITELIB}/gnuradio/grc/core/Config.pyc
 ${PYSITELIB}/gnuradio/grc/core/Config.pyo
@@ -18,34 +46,49 @@ ${PYSITELIB}/gnuradio/grc/core/Connection.pyo
 ${PYSITELIB}/gnuradio/grc/core/Constants.py
 ${PYSITELIB}/gnuradio/grc/core/Constants.pyc
 ${PYSITELIB}/gnuradio/grc/core/Constants.pyo
-${PYSITELIB}/gnuradio/grc/core/Element.py
-${PYSITELIB}/gnuradio/grc/core/Element.pyc
-${PYSITELIB}/gnuradio/grc/core/Element.pyo
 ${PYSITELIB}/gnuradio/grc/core/FlowGraph.py
 ${PYSITELIB}/gnuradio/grc/core/FlowGraph.pyc
 ${PYSITELIB}/gnuradio/grc/core/FlowGraph.pyo
 ${PYSITELIB}/gnuradio/grc/core/Messages.py
 ${PYSITELIB}/gnuradio/grc/core/Messages.pyc
 ${PYSITELIB}/gnuradio/grc/core/Messages.pyo
-${PYSITELIB}/gnuradio/grc/core/Param.py
-${PYSITELIB}/gnuradio/grc/core/Param.pyc
-${PYSITELIB}/gnuradio/grc/core/Param.pyo
-${PYSITELIB}/gnuradio/grc/core/ParseXML.py
-${PYSITELIB}/gnuradio/grc/core/ParseXML.pyc
-${PYSITELIB}/gnuradio/grc/core/ParseXML.pyo
-${PYSITELIB}/gnuradio/grc/core/Platform.py
-${PYSITELIB}/gnuradio/grc/core/Platform.pyc
-${PYSITELIB}/gnuradio/grc/core/Platform.pyo
-${PYSITELIB}/gnuradio/grc/core/Port.py
-${PYSITELIB}/gnuradio/grc/core/Port.pyc
-${PYSITELIB}/gnuradio/grc/core/Port.pyo
 ${PYSITELIB}/gnuradio/grc/core/__init__.py
 ${PYSITELIB}/gnuradio/grc/core/__init__.pyc
 ${PYSITELIB}/gnuradio/grc/core/__init__.pyo
-${PYSITELIB}/gnuradio/grc/core/block.dtd
-${PYSITELIB}/gnuradio/grc/core/block_tree.dtd
+${PYSITELIB}/gnuradio/grc/core/base.py
+${PYSITELIB}/gnuradio/grc/core/base.pyc
+${PYSITELIB}/gnuradio/grc/core/base.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/__init__.py
+${PYSITELIB}/gnuradio/grc/core/blocks/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/_build.py
+${PYSITELIB}/gnuradio/grc/core/blocks/_build.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/_build.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/_flags.py
+${PYSITELIB}/gnuradio/grc/core/blocks/_flags.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/_flags.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/_templates.py
+${PYSITELIB}/gnuradio/grc/core/blocks/_templates.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/_templates.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/block.py
+${PYSITELIB}/gnuradio/grc/core/blocks/block.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/block.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/dummy.py
+${PYSITELIB}/gnuradio/grc/core/blocks/dummy.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/dummy.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/embedded_python.py
+${PYSITELIB}/gnuradio/grc/core/blocks/embedded_python.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/embedded_python.pyo
+${PYSITELIB}/gnuradio/grc/core/blocks/virtual.py
+${PYSITELIB}/gnuradio/grc/core/blocks/virtual.pyc
+${PYSITELIB}/gnuradio/grc/core/blocks/virtual.pyo
+${PYSITELIB}/gnuradio/grc/core/cache.py
+${PYSITELIB}/gnuradio/grc/core/cache.pyc
+${PYSITELIB}/gnuradio/grc/core/cache.pyo
 ${PYSITELIB}/gnuradio/grc/core/default_flow_graph.grc
-${PYSITELIB}/gnuradio/grc/core/domain.dtd
+${PYSITELIB}/gnuradio/grc/core/errors.py
+${PYSITELIB}/gnuradio/grc/core/errors.pyc
+${PYSITELIB}/gnuradio/grc/core/errors.pyo
 ${PYSITELIB}/gnuradio/grc/core/flow_graph.dtd
 ${PYSITELIB}/gnuradio/grc/core/generator/FlowGraphProxy.py
 ${PYSITELIB}/gnuradio/grc/core/generator/FlowGraphProxy.pyc
@@ -56,13 +99,94 @@ ${PYSITELIB}/gnuradio/grc/core/generator/Generator.pyo
 ${PYSITELIB}/gnuradio/grc/core/generator/__init__.py
 ${PYSITELIB}/gnuradio/grc/core/generator/__init__.pyc
 ${PYSITELIB}/gnuradio/grc/core/generator/__init__.pyo
-${PYSITELIB}/gnuradio/grc/core/generator/flow_graph.tmpl
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_hier_block.py
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_hier_block.pyc
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_hier_block.pyo
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_templates/CMakeLists.txt.mako
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_templates/flow_graph.cpp.mako
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_templates/flow_graph.hpp.mako
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_top_block.py
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_top_block.pyc
+${PYSITELIB}/gnuradio/grc/core/generator/cpp_top_block.pyo
+${PYSITELIB}/gnuradio/grc/core/generator/flow_graph.py.mako
+${PYSITELIB}/gnuradio/grc/core/generator/hier_block.py
+${PYSITELIB}/gnuradio/grc/core/generator/hier_block.pyc
+${PYSITELIB}/gnuradio/grc/core/generator/hier_block.pyo
+${PYSITELIB}/gnuradio/grc/core/generator/top_block.py
+${PYSITELIB}/gnuradio/grc/core/generator/top_block.pyc
+${PYSITELIB}/gnuradio/grc/core/generator/top_block.pyo
+${PYSITELIB}/gnuradio/grc/core/io/__init__.py
+${PYSITELIB}/gnuradio/grc/core/io/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/io/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/io/yaml.py
+${PYSITELIB}/gnuradio/grc/core/io/yaml.pyc
+${PYSITELIB}/gnuradio/grc/core/io/yaml.pyo
+${PYSITELIB}/gnuradio/grc/core/params/__init__.py
+${PYSITELIB}/gnuradio/grc/core/params/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/params/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/params/dtypes.py
+${PYSITELIB}/gnuradio/grc/core/params/dtypes.pyc
+${PYSITELIB}/gnuradio/grc/core/params/dtypes.pyo
+${PYSITELIB}/gnuradio/grc/core/params/param.py
+${PYSITELIB}/gnuradio/grc/core/params/param.pyc
+${PYSITELIB}/gnuradio/grc/core/params/param.pyo
+${PYSITELIB}/gnuradio/grc/core/params/template_arg.py
+${PYSITELIB}/gnuradio/grc/core/params/template_arg.pyc
+${PYSITELIB}/gnuradio/grc/core/params/template_arg.pyo
+${PYSITELIB}/gnuradio/grc/core/platform.py
+${PYSITELIB}/gnuradio/grc/core/platform.pyc
+${PYSITELIB}/gnuradio/grc/core/platform.pyo
+${PYSITELIB}/gnuradio/grc/core/ports/__init__.py
+${PYSITELIB}/gnuradio/grc/core/ports/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/ports/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/ports/_virtual_connections.py
+${PYSITELIB}/gnuradio/grc/core/ports/_virtual_connections.pyc
+${PYSITELIB}/gnuradio/grc/core/ports/_virtual_connections.pyo
+${PYSITELIB}/gnuradio/grc/core/ports/clone.py
+${PYSITELIB}/gnuradio/grc/core/ports/clone.pyc
+${PYSITELIB}/gnuradio/grc/core/ports/clone.pyo
+${PYSITELIB}/gnuradio/grc/core/ports/port.py
+${PYSITELIB}/gnuradio/grc/core/ports/port.pyc
+${PYSITELIB}/gnuradio/grc/core/ports/port.pyo
+${PYSITELIB}/gnuradio/grc/core/schema_checker/__init__.py
+${PYSITELIB}/gnuradio/grc/core/schema_checker/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/schema_checker/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/schema_checker/block.py
+${PYSITELIB}/gnuradio/grc/core/schema_checker/block.pyc
+${PYSITELIB}/gnuradio/grc/core/schema_checker/block.pyo
+${PYSITELIB}/gnuradio/grc/core/schema_checker/domain.py
+${PYSITELIB}/gnuradio/grc/core/schema_checker/domain.pyc
+${PYSITELIB}/gnuradio/grc/core/schema_checker/domain.pyo
+${PYSITELIB}/gnuradio/grc/core/schema_checker/flow_graph.py
+${PYSITELIB}/gnuradio/grc/core/schema_checker/flow_graph.pyc
+${PYSITELIB}/gnuradio/grc/core/schema_checker/flow_graph.pyo
+${PYSITELIB}/gnuradio/grc/core/schema_checker/utils.py
+${PYSITELIB}/gnuradio/grc/core/schema_checker/utils.pyc
+${PYSITELIB}/gnuradio/grc/core/schema_checker/utils.pyo
+${PYSITELIB}/gnuradio/grc/core/schema_checker/validator.py
+${PYSITELIB}/gnuradio/grc/core/schema_checker/validator.pyc
+${PYSITELIB}/gnuradio/grc/core/schema_checker/validator.pyo
 ${PYSITELIB}/gnuradio/grc/core/utils/__init__.py
 ${PYSITELIB}/gnuradio/grc/core/utils/__init__.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/__init__.pyo
-${PYSITELIB}/gnuradio/grc/core/utils/complexity.py
-${PYSITELIB}/gnuradio/grc/core/utils/complexity.pyc
-${PYSITELIB}/gnuradio/grc/core/utils/complexity.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/backports/__init__.py
+${PYSITELIB}/gnuradio/grc/core/utils/backports/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/backports/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/backports/chainmap.py
+${PYSITELIB}/gnuradio/grc/core/utils/backports/chainmap.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/backports/chainmap.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/backports/shlex.py
+${PYSITELIB}/gnuradio/grc/core/utils/backports/shlex.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/backports/shlex.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/__init__.py
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/__init__.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/__init__.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/_lazy.py
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/_lazy.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/_lazy.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/evaluated.py
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/evaluated.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/descriptors/evaluated.pyo
 ${PYSITELIB}/gnuradio/grc/core/utils/epy_block_io.py
 ${PYSITELIB}/gnuradio/grc/core/utils/epy_block_io.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/epy_block_io.pyo
@@ -72,36 +196,30 @@ ${PYSITELIB}/gnuradio/grc/core/utils/expr_utils.pyo
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.py
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyo
+${PYSITELIB}/gnuradio/grc/core/utils/flow_graph_complexity.py
+${PYSITELIB}/gnuradio/grc/core/utils/flow_graph_complexity.pyc
+${PYSITELIB}/gnuradio/grc/core/utils/flow_graph_complexity.pyo
 ${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.py
 ${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.pyc
 ${PYSITELIB}/gnuradio/grc/core/utils/hide_bokeh_gui_options_if_not_installed.pyo
-${PYSITELIB}/gnuradio/grc/core/utils/odict.py
-${PYSITELIB}/gnuradio/grc/core/utils/odict.pyc
-${PYSITELIB}/gnuradio/grc/core/utils/odict.pyo
-${PYSITELIB}/gnuradio/grc/gui/ActionHandler.py
-${PYSITELIB}/gnuradio/grc/gui/ActionHandler.pyc
-${PYSITELIB}/gnuradio/grc/gui/ActionHandler.pyo
 ${PYSITELIB}/gnuradio/grc/gui/Actions.py
 ${PYSITELIB}/gnuradio/grc/gui/Actions.pyc
 ${PYSITELIB}/gnuradio/grc/gui/Actions.pyo
+${PYSITELIB}/gnuradio/grc/gui/Application.py
+${PYSITELIB}/gnuradio/grc/gui/Application.pyc
+${PYSITELIB}/gnuradio/grc/gui/Application.pyo
 ${PYSITELIB}/gnuradio/grc/gui/Bars.py
 ${PYSITELIB}/gnuradio/grc/gui/Bars.pyc
 ${PYSITELIB}/gnuradio/grc/gui/Bars.pyo
-${PYSITELIB}/gnuradio/grc/gui/Block.py
-${PYSITELIB}/gnuradio/grc/gui/Block.pyc
-${PYSITELIB}/gnuradio/grc/gui/Block.pyo
 ${PYSITELIB}/gnuradio/grc/gui/BlockTreeWindow.py
 ${PYSITELIB}/gnuradio/grc/gui/BlockTreeWindow.pyc
 ${PYSITELIB}/gnuradio/grc/gui/BlockTreeWindow.pyo
-${PYSITELIB}/gnuradio/grc/gui/Colors.py
-${PYSITELIB}/gnuradio/grc/gui/Colors.pyc
-${PYSITELIB}/gnuradio/grc/gui/Colors.pyo
 ${PYSITELIB}/gnuradio/grc/gui/Config.py
 ${PYSITELIB}/gnuradio/grc/gui/Config.pyc
 ${PYSITELIB}/gnuradio/grc/gui/Config.pyo
-${PYSITELIB}/gnuradio/grc/gui/Connection.py
-${PYSITELIB}/gnuradio/grc/gui/Connection.pyc
-${PYSITELIB}/gnuradio/grc/gui/Connection.pyo
+${PYSITELIB}/gnuradio/grc/gui/Console.py
+${PYSITELIB}/gnuradio/grc/gui/Console.pyc
+${PYSITELIB}/gnuradio/grc/gui/Console.pyo
 ${PYSITELIB}/gnuradio/grc/gui/Constants.py
 ${PYSITELIB}/gnuradio/grc/gui/Constants.pyc
 ${PYSITELIB}/gnuradio/grc/gui/Constants.pyo
@@ -111,39 +229,27 @@ ${PYSITELIB}/gnuradio/grc/gui/Dialogs.pyo
 ${PYSITELIB}/gnuradio/grc/gui/DrawingArea.py
 ${PYSITELIB}/gnuradio/grc/gui/DrawingArea.pyc
 ${PYSITELIB}/gnuradio/grc/gui/DrawingArea.pyo
-${PYSITELIB}/gnuradio/grc/gui/Element.py
-${PYSITELIB}/gnuradio/grc/gui/Element.pyc
-${PYSITELIB}/gnuradio/grc/gui/Element.pyo
 ${PYSITELIB}/gnuradio/grc/gui/Executor.py
 ${PYSITELIB}/gnuradio/grc/gui/Executor.pyc
 ${PYSITELIB}/gnuradio/grc/gui/Executor.pyo
 ${PYSITELIB}/gnuradio/grc/gui/FileDialogs.py
 ${PYSITELIB}/gnuradio/grc/gui/FileDialogs.pyc
 ${PYSITELIB}/gnuradio/grc/gui/FileDialogs.pyo
-${PYSITELIB}/gnuradio/grc/gui/FlowGraph.py
-${PYSITELIB}/gnuradio/grc/gui/FlowGraph.pyc
-${PYSITELIB}/gnuradio/grc/gui/FlowGraph.pyo
 ${PYSITELIB}/gnuradio/grc/gui/MainWindow.py
 ${PYSITELIB}/gnuradio/grc/gui/MainWindow.pyc
 ${PYSITELIB}/gnuradio/grc/gui/MainWindow.pyo
-${PYSITELIB}/gnuradio/grc/gui/NotebookPage.py
-${PYSITELIB}/gnuradio/grc/gui/NotebookPage.pyc
-${PYSITELIB}/gnuradio/grc/gui/NotebookPage.pyo
-${PYSITELIB}/gnuradio/grc/gui/Param.py
-${PYSITELIB}/gnuradio/grc/gui/Param.pyc
-${PYSITELIB}/gnuradio/grc/gui/Param.pyo
+${PYSITELIB}/gnuradio/grc/gui/Notebook.py
+${PYSITELIB}/gnuradio/grc/gui/Notebook.pyc
+${PYSITELIB}/gnuradio/grc/gui/Notebook.pyo
+${PYSITELIB}/gnuradio/grc/gui/ParamWidgets.py
+${PYSITELIB}/gnuradio/grc/gui/ParamWidgets.pyc
+${PYSITELIB}/gnuradio/grc/gui/ParamWidgets.pyo
 ${PYSITELIB}/gnuradio/grc/gui/ParserErrorsDialog.py
 ${PYSITELIB}/gnuradio/grc/gui/ParserErrorsDialog.pyc
 ${PYSITELIB}/gnuradio/grc/gui/ParserErrorsDialog.pyo
 ${PYSITELIB}/gnuradio/grc/gui/Platform.py
 ${PYSITELIB}/gnuradio/grc/gui/Platform.pyc
 ${PYSITELIB}/gnuradio/grc/gui/Platform.pyo
-${PYSITELIB}/gnuradio/grc/gui/Port.py
-${PYSITELIB}/gnuradio/grc/gui/Port.pyc
-${PYSITELIB}/gnuradio/grc/gui/Port.pyo
-${PYSITELIB}/gnuradio/grc/gui/Preferences.py
-${PYSITELIB}/gnuradio/grc/gui/Preferences.pyc
-${PYSITELIB}/gnuradio/grc/gui/Preferences.pyo
 ${PYSITELIB}/gnuradio/grc/gui/PropsDialog.py
 ${PYSITELIB}/gnuradio/grc/gui/PropsDialog.pyc
 ${PYSITELIB}/gnuradio/grc/gui/PropsDialog.pyo
@@ -159,6 +265,30 @@ ${PYSITELIB}/gnuradio/grc/gui/VariableEditor.pyo
 ${PYSITELIB}/gnuradio/grc/gui/__init__.py
 ${PYSITELIB}/gnuradio/grc/gui/__init__.pyc
 ${PYSITELIB}/gnuradio/grc/gui/__init__.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/__init__.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/__init__.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/__init__.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/block.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/block.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/block.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/colors.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/colors.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/colors.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/connection.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/connection.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/connection.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/drawable.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/drawable.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/drawable.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/flowgraph.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/flowgraph.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/flowgraph.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/param.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/param.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/param.pyo
+${PYSITELIB}/gnuradio/grc/gui/canvas/port.py
+${PYSITELIB}/gnuradio/grc/gui/canvas/port.pyc
+${PYSITELIB}/gnuradio/grc/gui/canvas/port.pyo
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.py
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.pyc
 ${PYSITELIB}/gnuradio/grc/gui/external_editor.pyo
@@ -167,29 +297,234 @@ ${PYSITELIB}/gnuradio/grc/main.py
 ${PYSITELIB}/gnuradio/grc/main.pyc
 ${PYSITELIB}/gnuradio/grc/main.pyo
 libexec/gnuradio/grc_setup_freedesktop
+share/applications/gnuradio-grc.desktop
+share/gnuradio/examples/00-grc-docs.conf
 share/gnuradio/examples/grc.conf
-share/gnuradio/grc/blocks/block_tree.xml
-share/gnuradio/grc/blocks/bus_sink.xml
-share/gnuradio/grc/blocks/bus_source.xml
-share/gnuradio/grc/blocks/bus_structure_sink.xml
-share/gnuradio/grc/blocks/bus_structure_source.xml
-share/gnuradio/grc/blocks/dummy.xml
-share/gnuradio/grc/blocks/epy_block.xml
-share/gnuradio/grc/blocks/epy_module.xml
-share/gnuradio/grc/blocks/gr_message_domain.xml
-share/gnuradio/grc/blocks/gr_stream_domain.xml
-share/gnuradio/grc/blocks/import.xml
-share/gnuradio/grc/blocks/note.xml
-share/gnuradio/grc/blocks/options.xml
-share/gnuradio/grc/blocks/pad_sink.xml
-share/gnuradio/grc/blocks/pad_source.xml
-share/gnuradio/grc/blocks/parameter.xml
-share/gnuradio/grc/blocks/variable.xml
-share/gnuradio/grc/blocks/variable_config.xml
-share/gnuradio/grc/blocks/variable_function_probe.xml
-share/gnuradio/grc/blocks/variable_struct.xml
-share/gnuradio/grc/blocks/virtual_sink.xml
-share/gnuradio/grc/blocks/virtual_source.xml
+share/gnuradio/grc/blocks/analog.tree.yml
+share/gnuradio/grc/blocks/analog_agc2_xx.block.yml
+share/gnuradio/grc/blocks/analog_agc3_xx.block.yml
+share/gnuradio/grc/blocks/analog_agc_xx.block.yml
+share/gnuradio/grc/blocks/analog_am_demod_cf.block.yml
+share/gnuradio/grc/blocks/analog_const_source_x.block.yml
+share/gnuradio/grc/blocks/analog_cpfsk_bc.block.yml
+share/gnuradio/grc/blocks/analog_ctcss_squelch_ff.block.yml
+share/gnuradio/grc/blocks/analog_dpll_bb.block.yml
+share/gnuradio/grc/blocks/analog_fastnoise_source_x.block.yml
+share/gnuradio/grc/blocks/analog_feedforward_agc_cc.block.yml
+share/gnuradio/grc/blocks/analog_fm_deemph.block.yml
+share/gnuradio/grc/blocks/analog_fm_demod_cf.block.yml
+share/gnuradio/grc/blocks/analog_fm_preemph.block.yml
+share/gnuradio/grc/blocks/analog_fmdet_cf.block.yml
+share/gnuradio/grc/blocks/analog_frequency_modulator_fc.block.yml
+share/gnuradio/grc/blocks/analog_nbfm_rx.block.yml
+share/gnuradio/grc/blocks/analog_nbfm_tx.block.yml
+share/gnuradio/grc/blocks/analog_noise_source_x.block.yml
+share/gnuradio/grc/blocks/analog_phase_modulator_fc.block.yml
+share/gnuradio/grc/blocks/analog_pll_carriertracking_cc.block.yml
+share/gnuradio/grc/blocks/analog_pll_freqdet_cf.block.yml
+share/gnuradio/grc/blocks/analog_pll_refout_cc.block.yml
+share/gnuradio/grc/blocks/analog_probe_avg_mag_sqrd_x.block.yml
+share/gnuradio/grc/blocks/analog_pwr_squelch_xx.block.yml
+share/gnuradio/grc/blocks/analog_quadrature_demod_cf.block.yml
+share/gnuradio/grc/blocks/analog_rail_ff.block.yml
+share/gnuradio/grc/blocks/analog_random_source_x.block.yml
+share/gnuradio/grc/blocks/analog_random_uniform_source_x.block.yml
+share/gnuradio/grc/blocks/analog_sig_source_x.block.yml
+share/gnuradio/grc/blocks/analog_simple_squelch_cc.block.yml
+share/gnuradio/grc/blocks/analog_standard_squelch.block.yml
+share/gnuradio/grc/blocks/analog_wfm_rcv.block.yml
+share/gnuradio/grc/blocks/analog_wfm_rcv_pll.block.yml
+share/gnuradio/grc/blocks/analog_wfm_tx.block.yml
+share/gnuradio/grc/blocks/audio_sink.block.yml
+share/gnuradio/grc/blocks/audio_source.block.yml
+share/gnuradio/grc/blocks/blocks.tree.yml
+share/gnuradio/grc/blocks/blocks_abs_xx.block.yml
+share/gnuradio/grc/blocks/blocks_add_const_vxx.block.yml
+share/gnuradio/grc/blocks/blocks_add_xx.block.yml
+share/gnuradio/grc/blocks/blocks_and_const_xx.block.yml
+share/gnuradio/grc/blocks/blocks_and_xx.block.yml
+share/gnuradio/grc/blocks/blocks_argmax_xx.block.yml
+share/gnuradio/grc/blocks/blocks_burst_tagger.block.yml
+share/gnuradio/grc/blocks/blocks_char_to_float.block.yml
+share/gnuradio/grc/blocks/blocks_char_to_short.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_arg.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_float.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_imag.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_interleaved_char.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_interleaved_short.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_mag.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_mag_squared.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_magphase.block.yml
+share/gnuradio/grc/blocks/blocks_complex_to_real.block.yml
+share/gnuradio/grc/blocks/blocks_conjugate_cc.block.yml
+share/gnuradio/grc/blocks/blocks_copy.block.yml
+share/gnuradio/grc/blocks/blocks_ctrlport_performance.block.yml
+share/gnuradio/grc/blocks/blocks_ctrlport_probe2_c.block.yml
+share/gnuradio/grc/blocks/blocks_ctrlport_probe2_x.block.yml
+share/gnuradio/grc/blocks/blocks_ctrlport_probe_c.block.yml
+share/gnuradio/grc/blocks/blocks_ctrlport_viewer.block.yml
+share/gnuradio/grc/blocks/blocks_deinterleave.block.yml
+share/gnuradio/grc/blocks/blocks_delay.block.yml
+share/gnuradio/grc/blocks/blocks_divide_XX.block.yml
+share/gnuradio/grc/blocks/blocks_endian_swap.block.yml
+share/gnuradio/grc/blocks/blocks_exponentiate_const_cci.block.yml
+share/gnuradio/grc/blocks/blocks_file_descriptor_sink.block.yml
+share/gnuradio/grc/blocks/blocks_file_descriptor_source.block.yml
+share/gnuradio/grc/blocks/blocks_file_meta_sink.block.yml
+share/gnuradio/grc/blocks/blocks_file_meta_source.block.yml
+share/gnuradio/grc/blocks/blocks_file_sink.block.yml
+share/gnuradio/grc/blocks/blocks_file_source.block.yml
+share/gnuradio/grc/blocks/blocks_float_to_char.block.yml
+share/gnuradio/grc/blocks/blocks_float_to_complex.block.yml
+share/gnuradio/grc/blocks/blocks_float_to_int.block.yml
+share/gnuradio/grc/blocks/blocks_float_to_short.block.yml
+share/gnuradio/grc/blocks/blocks_float_uchar.block.yml
+share/gnuradio/grc/blocks/blocks_head.block.yml
+share/gnuradio/grc/blocks/blocks_int_to_float.block.yml
+share/gnuradio/grc/blocks/blocks_integrate_xx.block.yml
+share/gnuradio/grc/blocks/blocks_interleave.block.yml
+share/gnuradio/grc/blocks/blocks_interleaved_char_to_complex.block.yml
+share/gnuradio/grc/blocks/blocks_interleaved_short_to_complex.block.yml
+share/gnuradio/grc/blocks/blocks_keep_m_in_n.block.yml
+share/gnuradio/grc/blocks/blocks_keep_one_in_n.block.yml
+share/gnuradio/grc/blocks/blocks_magphase_to_complex.block.yml
+share/gnuradio/grc/blocks/blocks_max_xx.block.yml
+share/gnuradio/grc/blocks/blocks_message_debug.block.yml
+share/gnuradio/grc/blocks/blocks_message_strobe.block.yml
+share/gnuradio/grc/blocks/blocks_message_strobe_random.block.yml
+share/gnuradio/grc/blocks/blocks_min_xx.block.yml
+share/gnuradio/grc/blocks/blocks_moving_average_xx.block.yml
+share/gnuradio/grc/blocks/blocks_multiply_by_tag_value_cc.block.yml
+share/gnuradio/grc/blocks/blocks_multiply_conjugate_cc.block.yml
+share/gnuradio/grc/blocks/blocks_multiply_const_vxx.block.yml
+share/gnuradio/grc/blocks/blocks_multiply_const_xx.block.yml
+share/gnuradio/grc/blocks/blocks_multiply_matrix_xx.block.yml
+share/gnuradio/grc/blocks/blocks_multiply_xx.block.yml
+share/gnuradio/grc/blocks/blocks_mute_xx.block.yml
+share/gnuradio/grc/blocks/blocks_nlog10_ff.block.yml
+share/gnuradio/grc/blocks/blocks_nop.block.yml
+share/gnuradio/grc/blocks/blocks_not_xx.block.yml
+share/gnuradio/grc/blocks/blocks_null_sink.block.yml
+share/gnuradio/grc/blocks/blocks_null_source.block.yml
+share/gnuradio/grc/blocks/blocks_or_xx.block.yml
+share/gnuradio/grc/blocks/blocks_pack_k_bits_bb.block.yml
+share/gnuradio/grc/blocks/blocks_packed_to_unpacked_xx.block.yml
+share/gnuradio/grc/blocks/blocks_patterned_interleaver.block.yml
+share/gnuradio/grc/blocks/blocks_pdu_filter.block.yml
+share/gnuradio/grc/blocks/blocks_pdu_remove.block.yml
+share/gnuradio/grc/blocks/blocks_pdu_set.block.yml
+share/gnuradio/grc/blocks/blocks_pdu_to_tagged_stream.block.yml
+share/gnuradio/grc/blocks/blocks_peak_detector2_fb.block.yml
+share/gnuradio/grc/blocks/blocks_peak_detector_xb.block.yml
+share/gnuradio/grc/blocks/blocks_plateau_detector_fb.block.yml
+share/gnuradio/grc/blocks/blocks_probe_rate.block.yml
+share/gnuradio/grc/blocks/blocks_probe_signal_vx.block.yml
+share/gnuradio/grc/blocks/blocks_probe_signal_x.block.yml
+share/gnuradio/grc/blocks/blocks_random_pdu.block.yml
+share/gnuradio/grc/blocks/blocks_regenerate_bb.block.yml
+share/gnuradio/grc/blocks/blocks_repack_bits_bb.block.yml
+share/gnuradio/grc/blocks/blocks_repeat.block.yml
+share/gnuradio/grc/blocks/blocks_rms_xx.block.yml
+share/gnuradio/grc/blocks/blocks_rotator_cc.block.yml
+share/gnuradio/grc/blocks/blocks_sample_and_hold_xx.block.yml
+share/gnuradio/grc/blocks/blocks_selector.block.yml
+share/gnuradio/grc/blocks/blocks_short_to_char.block.yml
+share/gnuradio/grc/blocks/blocks_short_to_float.block.yml
+share/gnuradio/grc/blocks/blocks_skiphead.block.yml
+share/gnuradio/grc/blocks/blocks_socket_pdu.block.yml
+share/gnuradio/grc/blocks/blocks_stream_mux.block.yml
+share/gnuradio/grc/blocks/blocks_stream_to_streams.block.yml
+share/gnuradio/grc/blocks/blocks_stream_to_tagged_stream.block.yml
+share/gnuradio/grc/blocks/blocks_stream_to_vector.block.yml
+share/gnuradio/grc/blocks/blocks_stream_to_vector_decimator.block.yml
+share/gnuradio/grc/blocks/blocks_streams_to_stream.block.yml
+share/gnuradio/grc/blocks/blocks_streams_to_vector.block.yml
+share/gnuradio/grc/blocks/blocks_stretch_ff.block.yml
+share/gnuradio/grc/blocks/blocks_sub_xx.block.yml
+share/gnuradio/grc/blocks/blocks_tag_debug.block.yml
+share/gnuradio/grc/blocks/blocks_tag_gate.block.yml
+share/gnuradio/grc/blocks/blocks_tag_object.block.yml
+share/gnuradio/grc/blocks/blocks_tag_share.block.yml
+share/gnuradio/grc/blocks/blocks_tagged_file_sink.block.yml
+share/gnuradio/grc/blocks/blocks_tagged_stream_align.block.yml
+share/gnuradio/grc/blocks/blocks_tagged_stream_multiply_length.block.yml
+share/gnuradio/grc/blocks/blocks_tagged_stream_mux.block.yml
+share/gnuradio/grc/blocks/blocks_tagged_stream_to_pdu.block.yml
+share/gnuradio/grc/blocks/blocks_tags_strobe.block.yml
+share/gnuradio/grc/blocks/blocks_tcp_server_sink.block.yml
+share/gnuradio/grc/blocks/blocks_test_tag_variable_rate_ff.block.yml
+share/gnuradio/grc/blocks/blocks_threshold_ff.block.yml
+share/gnuradio/grc/blocks/blocks_throttle.block.yml
+share/gnuradio/grc/blocks/blocks_transcendental.block.yml
+share/gnuradio/grc/blocks/blocks_tuntap_pdu.block.yml
+share/gnuradio/grc/blocks/blocks_uchar_to_float.block.yml
+share/gnuradio/grc/blocks/blocks_udp_sink.block.yml
+share/gnuradio/grc/blocks/blocks_udp_source.block.yml
+share/gnuradio/grc/blocks/blocks_unpack_k_bits_bb.block.yml
+share/gnuradio/grc/blocks/blocks_unpacked_to_packed_xx.block.yml
+share/gnuradio/grc/blocks/blocks_vco_c.block.yml
+share/gnuradio/grc/blocks/blocks_vco_f.block.yml
+share/gnuradio/grc/blocks/blocks_vector_insert_x.block.yml
+share/gnuradio/grc/blocks/blocks_vector_sink_x.block.yml
+share/gnuradio/grc/blocks/blocks_vector_source_x.block.yml
+share/gnuradio/grc/blocks/blocks_vector_to_stream.block.yml
+share/gnuradio/grc/blocks/blocks_vector_to_streams.block.yml
+share/gnuradio/grc/blocks/blocks_wavfile_sink.block.yml
+share/gnuradio/grc/blocks/blocks_wavfile_source.block.yml
+share/gnuradio/grc/blocks/blocks_xor_xx.block.yml
+share/gnuradio/grc/blocks/fft.tree.yml
+share/gnuradio/grc/blocks/fft_ctrlport_probe_psd.block.yml
+share/gnuradio/grc/blocks/fft_fft_vxx.block.yml
+share/gnuradio/grc/blocks/fft_goertzel_fc.block.yml
+share/gnuradio/grc/blocks/fft_logpwrfft_x.block.yml
+share/gnuradio/grc/blocks/filter.tree.yml
+share/gnuradio/grc/blocks/filter_band_pass_filter.block.yml
+share/gnuradio/grc/blocks/filter_band_reject_filter.block.yml
+share/gnuradio/grc/blocks/filter_dc_blocker_xx.block.yml
+share/gnuradio/grc/blocks/filter_fft_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_filter_delay_fc.block.yml
+share/gnuradio/grc/blocks/filter_filterbank_vcvcf.block.yml
+share/gnuradio/grc/blocks/filter_fir_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_freq_xlating_fft_filter_ccc.block.yml
+share/gnuradio/grc/blocks/filter_freq_xlating_fir_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_high_pass_filter.block.yml
+share/gnuradio/grc/blocks/filter_hilbert_fc.block.yml
+share/gnuradio/grc/blocks/filter_iir_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_interp_fir_filter_xxx.block.yml
+share/gnuradio/grc/blocks/filter_low_pass_filter.block.yml
+share/gnuradio/grc/blocks/filter_mmse_interpolator_xx.block.yml
+share/gnuradio/grc/blocks/filter_mmse_resampler_xx.block.yml
+share/gnuradio/grc/blocks/filter_pfb_arb_resampler.block.yml
+share/gnuradio/grc/blocks/filter_pfb_channelizer.block.yml
+share/gnuradio/grc/blocks/filter_pfb_channelizer_hier.block.yml
+share/gnuradio/grc/blocks/filter_pfb_decimator.block.yml
+share/gnuradio/grc/blocks/filter_pfb_interpolator.block.yml
+share/gnuradio/grc/blocks/filter_pfb_synthesizer.block.yml
+share/gnuradio/grc/blocks/filter_rational_resampler_base_xxx.block.yml
+share/gnuradio/grc/blocks/filter_rational_resampler_xxx.block.yml
+share/gnuradio/grc/blocks/filter_root_raised_cosine_filter.block.yml
+share/gnuradio/grc/blocks/filter_single_pole_iir_filter_xx.block.yml
+share/gnuradio/grc/blocks/grc.tree.yml
+share/gnuradio/grc/blocks/import.block.yml
+share/gnuradio/grc/blocks/message.domain.yml
+share/gnuradio/grc/blocks/note.block.yml
+share/gnuradio/grc/blocks/options.block.yml
+share/gnuradio/grc/blocks/pad_sink.block.yml
+share/gnuradio/grc/blocks/pad_source.block.yml
+share/gnuradio/grc/blocks/parameter.block.yml
+share/gnuradio/grc/blocks/snippet.block.yml
+share/gnuradio/grc/blocks/stream.domain.yml
+share/gnuradio/grc/blocks/variable.block.yml
+share/gnuradio/grc/blocks/variable_band_pass_filter_taps.block.yml
+share/gnuradio/grc/blocks/variable_band_reject_filter_taps.block.yml
+share/gnuradio/grc/blocks/variable_config.block.yml
+share/gnuradio/grc/blocks/variable_function_probe.block.yml
+share/gnuradio/grc/blocks/variable_high_pass_filter_taps.block.yml
+share/gnuradio/grc/blocks/variable_low_pass_filter_taps.block.yml
+share/gnuradio/grc/blocks/variable_rrc_filter_taps.block.yml
+share/gnuradio/grc/blocks/variable_struct.block.yml
+share/gnuradio/grc/blocks/xmlrpc_client.block.yml
+share/gnuradio/grc/blocks/xmlrpc_server.block.yml
 share/gnuradio/grc/freedesktop/gnuradio-grc.desktop
 share/gnuradio/grc/freedesktop/gnuradio-grc.xml
 share/gnuradio/grc/freedesktop/grc-icon-128.png
@@ -199,3 +534,47 @@ share/gnuradio/grc/freedesktop/grc-icon-256.png
 share/gnuradio/grc/freedesktop/grc-icon-32.png
 share/gnuradio/grc/freedesktop/grc-icon-48.png
 share/gnuradio/grc/freedesktop/grc-icon-64.png
+share/icons/gnome/128x128/apps/gnuradio-grc.png
+share/icons/gnome/16x16/apps/gnuradio-grc.png
+share/icons/gnome/24x24/apps/gnuradio-grc.png
+share/icons/gnome/256x256/apps/gnuradio-grc.png
+share/icons/gnome/32x32/apps/gnuradio-grc.png
+share/icons/gnome/48x48/apps/gnuradio-grc.png
+share/icons/gnome/64x64/apps/gnuradio-grc.png
+share/icons/hicolor/128x128/apps/gnuradio-grc.png
+share/icons/hicolor/16x16/apps/gnuradio-grc.png
+share/icons/hicolor/24x24/apps/gnuradio-grc.png
+share/icons/hicolor/256x256/apps/gnuradio-grc.png
+share/icons/hicolor/32x32/apps/gnuradio-grc.png
+share/icons/hicolor/48x48/apps/gnuradio-grc.png
+share/icons/hicolor/64x64/apps/gnuradio-grc.png
+share/mime/packages/gnuradio-grc.xml
+@pkgdir share/gnuradio/examples/volk_benchmark
+@pkgdir share/gnuradio/examples/tags
+@pkgdir share/gnuradio/examples/network
+@pkgdir share/gnuradio/examples/mp-sched
+@pkgdir share/gnuradio/examples/metadata
+@pkgdir share/gnuradio/examples/filter
+@pkgdir share/gnuradio/examples/blocks
+@pkgdir share/gnuradio/examples/audio
+@pkgdir share/gnuradio/examples/analog
+@pkgdir share/doc/gnuradio-${PKGVERSION}
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/pmt
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/gru
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/gr
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/filter
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/fft
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/blocks
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/audio
+@pkgdir lib/python${PYVERSSUFFIX}/site-packages/gnuradio/analog
+@pkgdir lib/pkgconfig
+@pkgdir lib/cmake/gnuradio
+@pkgdir include/pmt
+@pkgdir include/gnuradio/thread
+@pkgdir include/gnuradio/swig
+@pkgdir include/gnuradio/messages
+@pkgdir include/gnuradio/filter
+@pkgdir include/gnuradio/fft
+@pkgdir include/gnuradio/blocks
+@pkgdir include/gnuradio/audio
+@pkgdir include/gnuradio/analog


Home | Main Index | Thread Index | Old Index