View | Details | Raw Unified | Return to bug 203500
Collapse All | Expand All

(-)./Makefile (-6 / +21 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/comms/gnuradio/Makefile 396889 2015-09-14 11:16:55Z amdmi3 $
1
# $FreeBSD: head/comms/gnuradio/Makefile 396889 2015-09-14 11:16:55Z amdmi3 $
2
2
3
PORTNAME=	gnuradio
3
PORTNAME=	gnuradio
4
PORTVERSION=	3.7.7.1
4
PORTVERSION=	3.7.8
5
PORTREVISION=	1
6
CATEGORIES=	comms astro hamradio
5
CATEGORIES=	comms astro hamradio
7
MASTER_SITES=	http://gnuradio.org/releases/gnuradio/ \
6
MASTER_SITES=	http://gnuradio.org/releases/gnuradio/ \
8
		LOCAL/db
7
		LOCAL/db
Lines 34-40 LIB_DEPENDS= libcppunit.so:${PORTSDIR}/d Link Here
34
		libgsl.so:${PORTSDIR}/math/gsl
33
		libgsl.so:${PORTSDIR}/math/gsl
35
RUN_DEPENDS:=	${BUILD_DEPENDS}
34
RUN_DEPENDS:=	${BUILD_DEPENDS}
36
35
37
USES=		cmake:outsource iconv perl5 python:2.7 shebangfix
36
# USES=compiler:c11 is necessary because base GCC fails:
37
# volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':
38
# volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
39
# volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints
40
USES=		cmake:outsource compiler:c11 iconv perl5 python:2.7 shebangfix
38
SHEBANG_FILES=	grc/freedesktop/grc_setup_freedesktop.in
41
SHEBANG_FILES=	grc/freedesktop/grc_setup_freedesktop.in
39
CMAKE_ARGS+=	-DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"
42
CMAKE_ARGS+=	-DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"
40
CMAKE_ARGS+=	-DICONV_PREFIX:STRING="${ICONV_PREFIX}" \
43
CMAKE_ARGS+=	-DICONV_PREFIX:STRING="${ICONV_PREFIX}" \
Lines 42-48 CMAKE_ARGS+= -DICONV_PREFIX:STRING="${IC Link Here
42
		-DENABLE_GR_CTRLPORT="YES"
45
		-DENABLE_GR_CTRLPORT="YES"
43
# for detailed debugging uncomment the next two lines as needed
46
# for detailed debugging uncomment the next two lines as needed
44
#CMAKE_ARGS+=	--debug-output --trace
47
#CMAKE_ARGS+=	--debug-output --trace
45
MAJOR_SUB_VER=	3.7.7
48
MAJOR_SUB_VER=	3.7.8
46
DOCSDIR=	share/doc/${PORTNAME}-${MAJOR_SUB_VER}
49
DOCSDIR=	share/doc/${PORTNAME}-${MAJOR_SUB_VER}
47
USE_GNOME=	pygtk2
50
USE_GNOME=	pygtk2
48
USE_WX=		3.0+
51
USE_WX=		3.0+
Lines 51-56 WX_COMPS= wx wx:build wx:run python:buil Link Here
51
USE_LDCONFIG=	yes
54
USE_LDCONFIG=	yes
52
PLIST_SUB+=	MAJOR_VERSION="3"
55
PLIST_SUB+=	MAJOR_VERSION="3"
53
PLIST_SUB+=	MAJOR_SUB_VER="${MAJOR_SUB_VER}"
56
PLIST_SUB+=	MAJOR_SUB_VER="${MAJOR_SUB_VER}"
57
LIBSTRIP_FILES=	analog atsc audio blocks channels digital dtv fcd fec fft\
58
		filter noaa pager pmt qtgui runtime trellis video-sdl\
59
		vocoder wavelet wxgui
54
60
55
OPTIONS_DEFINE=		USRP TESTING
61
OPTIONS_DEFINE=		USRP TESTING
56
# Unfortunately building docs on i386 fails
62
# Unfortunately building docs on i386 fails
Lines 58-63 OPTIONS_DEFINE= USRP TESTING Link Here
58
# Yay. building docs is broken on 10 and HEAD too so turn them all off
64
# Yay. building docs is broken on 10 and HEAD too so turn them all off
59
OPTIONS_EXCLUDE=	DOCS
65
OPTIONS_EXCLUDE=	DOCS
60
OPTIONS_DEFAULT=	USRP
66
OPTIONS_DEFAULT=	USRP
67
OPTIONS_SUB=		yes
61
USRP_DESC=	Include USRP support (UHD) from Ettus
68
USRP_DESC=	Include USRP support (UHD) from Ettus
62
TESTING_DESC=	Include testing support
69
TESTING_DESC=	Include testing support
63
70
Lines 84-91 TESTING_CMAKE_ON= -DENABLE_TESTING:STRIN Link Here
84
TESTING_CMAKE_OFF=	-DENABLE_TESTING:STRING="OFF"
91
TESTING_CMAKE_OFF=	-DENABLE_TESTING:STRING="OFF"
85
TESTING_BUILD_DEPENDS=	cppunit-config:${PORTSDIR}/devel/cppunit
92
TESTING_BUILD_DEPENDS=	cppunit-config:${PORTSDIR}/devel/cppunit
86
93
87
.include <bsd.port.options.mk>
94
.include <bsd.port.pre.mk>
88
95
96
.if ${PORT_OPTIONS:MUSRP}
97
LIBSTRIP_FILES+=	uhd
98
.endif
89
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
99
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
90
USE_GCC=	yes
100
USE_GCC=	yes
91
.endif
101
.endif
Lines 100-103 post-patch: Link Here
100
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
110
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
101
		${WRKSRC}/cmake/Modules/FindPortaudio.cmake
111
		${WRKSRC}/cmake/Modules/FindPortaudio.cmake
102
112
103
.include <bsd.port.mk>
113
post-install:
114
.for a in ${LIBSTRIP_FILES}
115
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnuradio-${a}.so.${MAJOR_SUB_VER}
116
.endfor
117
118
.include <bsd.port.post.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gnuradio-3.7.7.1.tar.gz) = 2b27b13fc734ab5882e42c1661d433c0c097fd8b55b682f00626fa96c356584e
1
SHA256 (gnuradio-3.7.8.tar.gz) = fe19cb54b5d77fb76dde61d5cf184c6dee7066779b45c51676bae6e6d0cd4172
2
SIZE (gnuradio-3.7.7.1.tar.gz) = 3845988
2
SIZE (gnuradio-3.7.8.tar.gz) = 3990172
(-)./files/patch-CMakeLists.txt (-7 / +7 lines)
Lines 1-4 Link Here
1
--- CMakeLists.txt.orig	2015-05-12 09:39:44 UTC
1
--- CMakeLists.txt.orig	2015-07-25 20:27:13 UTC
2
+++ CMakeLists.txt
2
+++ CMakeLists.txt
3
@@ -29,6 +29,11 @@ cmake_minimum_required(VERSION 2.6)
3
@@ -29,6 +29,11 @@ cmake_minimum_required(VERSION 2.6)
4
 project(gnuradio CXX C)
4
 project(gnuradio CXX C)
Lines 15-21 Link Here
15
@@ -144,6 +149,14 @@ string(REPLACE "\n" " \\n" COMPILER_INFO
15
@@ -144,6 +149,14 @@ string(REPLACE "\n" " \\n" COMPILER_INFO
16
 ########################################################################
16
 ########################################################################
17
 include(GrPlatform) #define LIB_SUFFIX
17
 include(GrPlatform) #define LIB_SUFFIX
18
 set(GR_RUNTIME_DIR      bin)
18
 set(GR_RUNTIME_DIR     bin CACHE PATH "Path to install all binaries")
19
+########################################################################
19
+########################################################################
20
+# FreeBSD libdata vs. lib
20
+# FreeBSD libdata vs. lib
21
+#
21
+#
Lines 24-33 Link Here
24
+else()
24
+else()
25
+set(GR_PKGCONFIG_DIR      lib${LIB_SUFFIX})
25
+set(GR_PKGCONFIG_DIR      lib${LIB_SUFFIX})
26
+endif()
26
+endif()
27
 set(GR_LIBRARY_DIR      lib${LIB_SUFFIX})
27
 set(GR_LIBRARY_DIR     lib${LIB_SUFFIX} CACHE PATH "Path to install libraries")
28
 set(GR_INCLUDE_DIR      include)
28
 set(GR_INCLUDE_DIR     include CACHE PATH "Path to install header files")
29
 set(GR_DATA_DIR         share)
29
 set(GR_DATA_DIR        share CACHE PATH "Base location for data")
30
@@ -228,6 +241,42 @@ add_custom_target(uninstall
30
@@ -229,6 +242,42 @@ add_custom_target(uninstall
31
 include(GrBoost)
31
 include(GrBoost)
32
 
32
 
33
 ########################################################################
33
 ########################################################################
Lines 70-76 Link Here
70
 # Enable python component
70
 # Enable python component
71
 ########################################################################
71
 ########################################################################
72
 find_package(PythonLibs 2)
72
 find_package(PythonLibs 2)
73
@@ -353,11 +402,13 @@ GR_LOGGING()
73
@@ -354,11 +403,13 @@ GR_LOGGING()
74
 ########################################################################
74
 ########################################################################
75
 # Distribute the README file
75
 # Distribute the README file
76
 ########################################################################
76
 ########################################################################
(-)./files/patch-docs_doxygen_Doxyfile.in (-1 / +1 lines)
Lines 5-11 Link Here
5
 # set the path where dot can find it.
5
 # set the path where dot can find it.
6
 
6
 
7
-DOT_FONTPATH           =
7
-DOT_FONTPATH           =
8
+DOT_FONTPATH           =	/usr/local/share/fonts/freefont-ttf
8
+DOT_FONTPATH           =	%%PREFIX%%/share/fonts/freefont-ttf
9
 
9
 
10
 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
10
 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
11
 # will generate a graph for each documented class showing the direct and
11
 # will generate a graph for each documented class showing the direct and
(-)./files/patch-gr-dtv__lib__dvbt__dvbt_reed_solomon.cc (+11 lines)
Line 0 Link Here
1
--- gr-dtv/lib/dvbt/dvbt_reed_solomon.cc.orig	2015-08-05 18:54:39 UTC
2
+++ gr-dtv/lib/dvbt/dvbt_reed_solomon.cc
3
@@ -42,7 +42,7 @@ namespace gr {
4
       d_p = p; d_m = m;
5
 
6
       //maximum number of elements in the GF(p^m)
7
-      int q = powl(p, m);
8
+      int q = pow(p, m);
9
 
10
       d_gf_exp = new unsigned char[q];
11
       if (d_gf_exp == NULL) {
(-)./files/patch-volk_tmpl_volk__cpu.tmpl.c (-7 / +11 lines)
Lines 1-10 Link Here
1
--- volk/tmpl/volk_cpu.tmpl.c.orig	2015-05-12 09:39:44 UTC
1
--- volk/tmpl/volk_cpu.tmpl.c.orig	2015-07-09 02:00:33 UTC
2
+++ volk/tmpl/volk_cpu.tmpl.c
2
+++ volk/tmpl/volk_cpu.tmpl.c
3
@@ -36,7 +36,31 @@ struct VOLK_CPU volk_cpu;
3
@@ -34,7 +34,35 @@ struct VOLK_CPU volk_cpu;
4
     #if defined(HAVE_CPUID_H)
4
 
5
         #include <cpuid.h>
5
 //implement get cpuid for gcc compilers using a system or local copy of cpuid.h
6
     #else
6
 #if defined(__GNUC__)
7
-        #include "gcc_x86_cpuid.h"
7
-    #include <cpuid.h>
8
+    #if defined(HAVE_CPUID_H)
9
+        #include <cpuid.h>
10
+    #else
8
+	#ifdef __FreeBSD__
11
+	#ifdef __FreeBSD__
9
+#if __i386__
12
+#if __i386__
10
+#define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
13
+#define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
Lines 30-35 Link Here
30
+	#else
33
+	#else
31
+	        #include "gcc_x86_cpuid.h"
34
+	        #include "gcc_x86_cpuid.h"
32
+	#endif
35
+	#endif
33
     #endif
36
+    #endif
34
     #define cpuid_x86(op, r) __get_cpuid(op, (unsigned int *)r+0, (unsigned int *)r+1, (unsigned int *)r+2, (unsigned int *)r+3)
37
     #define cpuid_x86(op, r) __get_cpuid(op, (unsigned int *)r+0, (unsigned int *)r+1, (unsigned int *)r+2, (unsigned int *)r+3)
35
 
38
 
39
     /* Return Intel AVX extended CPU capabilities register.
(-)./pkg-plist (-254 / +303 lines)
Lines 1-8 Link Here
1
%%QT_BINDIR%%/gnuradio-companion
1
%%QT_BINDIR%%/gnuradio-companion
2
%%QT_BINDIR%%/gnuradio-config-info
2
%%QT_BINDIR%%/gnuradio-config-info
3
%%QT_BINDIR%%/gr_constellation_plot
3
%%QT_BINDIR%%/gr_constellation_plot
4
%%QT_BINDIR%%/gr-ctrlport-monitor
5
%%QT_BINDIR%%/gr-ctrlport-monitorc
6
%%QT_BINDIR%%/gr-ctrlport-monitoro
4
%%QT_BINDIR%%/gr_filter_design
7
%%QT_BINDIR%%/gr_filter_design
5
%%QT_BINDIR%%/gr_modtool
8
%%QT_BINDIR%%/gr_modtool
9
%%QT_BINDIR%%/gr-perf-monitorx
10
%%QT_BINDIR%%/gr-perf-monitorxc
11
%%QT_BINDIR%%/gr-perf-monitorxo
6
%%QT_BINDIR%%/gr_plot_char
12
%%QT_BINDIR%%/gr_plot_char
7
%%QT_BINDIR%%/gr_plot_const
13
%%QT_BINDIR%%/gr_plot_const
8
%%QT_BINDIR%%/gr_plot_fft
14
%%QT_BINDIR%%/gr_plot_fft
Lines 36-46 Link Here
36
%%QT_BINDIR%%/gr_time_raster_b
42
%%QT_BINDIR%%/gr_time_raster_b
37
%%QT_BINDIR%%/gr_time_raster_f
43
%%QT_BINDIR%%/gr_time_raster_f
38
%%QT_BINDIR%%/grcc
44
%%QT_BINDIR%%/grcc
39
%%QT_BINDIR%%/uhd_fft
45
%%USRP%%%%QT_BINDIR%%/uhd_fft
40
%%QT_BINDIR%%/uhd_rx_cfile
46
%%USRP%%%%QT_BINDIR%%/uhd_rx_cfile
41
%%QT_BINDIR%%/uhd_rx_nogui
47
%%USRP%%%%QT_BINDIR%%/uhd_rx_nogui
42
%%QT_BINDIR%%/uhd_siggen
48
%%USRP%%%%QT_BINDIR%%/uhd_siggen
43
%%QT_BINDIR%%/uhd_siggen_gui
49
%%USRP%%%%QT_BINDIR%%/uhd_siggen_gui
44
%%QT_BINDIR%%/usrp_flex
50
%%QT_BINDIR%%/usrp_flex
45
%%QT_BINDIR%%/usrp_flex_all
51
%%QT_BINDIR%%/usrp_flex_all
46
%%QT_BINDIR%%/usrp_flex_band
52
%%QT_BINDIR%%/usrp_flex_band
Lines 48-67 Link Here
48
%%QT_BINDIR%%/volk_modtool
54
%%QT_BINDIR%%/volk_modtool
49
%%QT_BINDIR%%/volk_profile
55
%%QT_BINDIR%%/volk_profile
50
%%ETCDIR%%/conf.d/gnuradio-runtime.conf
56
%%ETCDIR%%/conf.d/gnuradio-runtime.conf
51
%%ETCDIR%%/conf.d/gr-audio-alsa.conf.sample
57
@sample %%ETCDIR%%/conf.d/gr-audio-alsa.conf.sample
52
%%ETCDIR%%/conf.d/gr-audio-jack.conf.sample
58
@sample %%ETCDIR%%/conf.d/gr-audio-jack.conf.sample
53
%%ETCDIR%%/conf.d/gr-audio-oss.conf.sample
59
@sample %%ETCDIR%%/conf.d/gr-audio-oss.conf.sample
54
%%ETCDIR%%/conf.d/gr-audio-portaudio.conf.sample
60
@sample %%ETCDIR%%/conf.d/gr-audio-portaudio.conf.sample
55
%%ETCDIR%%/conf.d/gr-audio.conf.sample
61
@sample %%ETCDIR%%/conf.d/gr-audio.conf.sample
56
%%ETCDIR%%/conf.d/gr-qtgui.conf.sample
62
@sample %%ETCDIR%%/conf.d/gr-qtgui.conf.sample
57
%%ETCDIR%%/conf.d/gr-wxgui.conf.sample
63
@sample %%ETCDIR%%/conf.d/gr-wxgui.conf.sample
58
%%ETCDIR%%/conf.d/grc.conf.sample
64
@sample %%ETCDIR%%/conf.d/grc.conf.sample
59
%%ETCDIR%%/conf.d/modtool.conf.sample
65
@sample %%ETCDIR%%/conf.d/modtool.conf.sample
60
include/gnuradio/analog/agc.h
66
include/gnuradio/analog/agc.h
61
include/gnuradio/analog/agc2.h
67
include/gnuradio/analog/agc2.h
62
include/gnuradio/analog/agc2_cc.h
68
include/gnuradio/analog/agc2_cc.h
63
include/gnuradio/analog/agc2_ff.h
69
include/gnuradio/analog/agc2_ff.h
64
include/gnuradio/analog/agc%%MAJOR_VERSION%%_cc.h
70
include/gnuradio/analog/agc3_cc.h
65
include/gnuradio/analog/agc_cc.h
71
include/gnuradio/analog/agc_cc.h
66
include/gnuradio/analog/agc_ff.h
72
include/gnuradio/analog/agc_ff.h
67
include/gnuradio/analog/api.h
73
include/gnuradio/analog/api.h
Lines 104-110 include/gnuradio/api.h Link Here
104
include/gnuradio/atsc/CMakeLists.txt
110
include/gnuradio/atsc/CMakeLists.txt
105
include/gnuradio/atsc/GrAtscBitTimingLoop.h
111
include/gnuradio/atsc/GrAtscBitTimingLoop.h
106
include/gnuradio/atsc/GrAtscBitTimingLoop2.h
112
include/gnuradio/atsc/GrAtscBitTimingLoop2.h
107
include/gnuradio/atsc/GrAtscBitTimingLoop%%MAJOR_VERSION%%.h
113
include/gnuradio/atsc/GrAtscBitTimingLoop3.h
108
include/gnuradio/atsc/GrAtscConvert2xTo20.h
114
include/gnuradio/atsc/GrAtscConvert2xTo20.h
109
include/gnuradio/atsc/GrAtscDataSegToSoftDataSeg.h
115
include/gnuradio/atsc/GrAtscDataSegToSoftDataSeg.h
110
include/gnuradio/atsc/GrAtscDeinterleaver.h
116
include/gnuradio/atsc/GrAtscDeinterleaver.h
Lines 216-226 include/gnuradio/blocks/api.h Link Here
216
include/gnuradio/blocks/argmax_fs.h
222
include/gnuradio/blocks/argmax_fs.h
217
include/gnuradio/blocks/argmax_is.h
223
include/gnuradio/blocks/argmax_is.h
218
include/gnuradio/blocks/argmax_ss.h
224
include/gnuradio/blocks/argmax_ss.h
219
include/gnuradio/blocks/%%QT_BINDIR%%_statistics_f.h
225
include/gnuradio/blocks/bin_statistics_f.h
220
include/gnuradio/blocks/burst_tagger.h
226
include/gnuradio/blocks/burst_tagger.h
221
include/gnuradio/blocks/char_to_float.h
227
include/gnuradio/blocks/char_to_float.h
222
include/gnuradio/blocks/char_to_short.h
228
include/gnuradio/blocks/char_to_short.h
223
include/gnuradio/blocks/check_lfsr_%%MAJOR_VERSION%%2k_s.h
229
include/gnuradio/blocks/check_lfsr_32k_s.h
224
include/gnuradio/blocks/complex_to_arg.h
230
include/gnuradio/blocks/complex_to_arg.h
225
include/gnuradio/blocks/complex_to_float.h
231
include/gnuradio/blocks/complex_to_float.h
226
include/gnuradio/blocks/complex_to_imag.h
232
include/gnuradio/blocks/complex_to_imag.h
Lines 269-276 include/gnuradio/blocks/interleaved_shor Link Here
269
include/gnuradio/blocks/keep_m_in_n.h
275
include/gnuradio/blocks/keep_m_in_n.h
270
include/gnuradio/blocks/keep_one_in_n.h
276
include/gnuradio/blocks/keep_one_in_n.h
271
include/gnuradio/blocks/lfsr_15_1_0.h
277
include/gnuradio/blocks/lfsr_15_1_0.h
272
include/gnuradio/blocks/lfsr_%%MAJOR_VERSION%%2k.h
278
include/gnuradio/blocks/lfsr_32k.h
273
include/gnuradio/blocks/lfsr_%%MAJOR_VERSION%%2k_source_s.h
279
include/gnuradio/blocks/lfsr_32k_source_s.h
274
include/gnuradio/blocks/log2_const.h
280
include/gnuradio/blocks/log2_const.h
275
include/gnuradio/blocks/max_ff.h
281
include/gnuradio/blocks/max_ff.h
276
include/gnuradio/blocks/max_ii.h
282
include/gnuradio/blocks/max_ii.h
Lines 432-438 include/gnuradio/config.h Link Here
432
include/gnuradio/constants.h
438
include/gnuradio/constants.h
433
include/gnuradio/digital/additive_scrambler_bb.h
439
include/gnuradio/digital/additive_scrambler_bb.h
434
include/gnuradio/digital/api.h
440
include/gnuradio/digital/api.h
435
include/gnuradio/digital/%%QT_BINDIR%%ary_slicer_fb.h
441
include/gnuradio/digital/binary_slicer_fb.h
442
include/gnuradio/digital/burst_shaper_cc.h
443
include/gnuradio/digital/burst_shaper_ff.h
436
include/gnuradio/digital/chunks_to_symbols_bc.h
444
include/gnuradio/digital/chunks_to_symbols_bc.h
437
include/gnuradio/digital/chunks_to_symbols_bf.h
445
include/gnuradio/digital/chunks_to_symbols_bf.h
438
include/gnuradio/digital/chunks_to_symbols_ic.h
446
include/gnuradio/digital/chunks_to_symbols_ic.h
Lines 446-451 include/gnuradio/digital/constellation.h Link Here
446
include/gnuradio/digital/constellation_decoder_cb.h
454
include/gnuradio/digital/constellation_decoder_cb.h
447
include/gnuradio/digital/constellation_receiver_cb.h
455
include/gnuradio/digital/constellation_receiver_cb.h
448
include/gnuradio/digital/constellation_soft_decoder_cf.h
456
include/gnuradio/digital/constellation_soft_decoder_cf.h
457
include/gnuradio/digital/corr_est_cc.h
449
include/gnuradio/digital/correlate_access_code_bb.h
458
include/gnuradio/digital/correlate_access_code_bb.h
450
include/gnuradio/digital/correlate_access_code_bb_ts.h
459
include/gnuradio/digital/correlate_access_code_bb_ts.h
451
include/gnuradio/digital/correlate_access_code_ff_ts.h
460
include/gnuradio/digital/correlate_access_code_ff_ts.h
Lines 453-461 include/gnuradio/digital/correlate_acces Link Here
453
include/gnuradio/digital/correlate_and_sync_cc.h
462
include/gnuradio/digital/correlate_and_sync_cc.h
454
include/gnuradio/digital/costas_loop_cc.h
463
include/gnuradio/digital/costas_loop_cc.h
455
include/gnuradio/digital/cpmmod_bc.h
464
include/gnuradio/digital/cpmmod_bc.h
456
include/gnuradio/digital/crc%%MAJOR_VERSION%%2.h
465
include/gnuradio/digital/crc32.h
457
include/gnuradio/digital/crc%%MAJOR_VERSION%%2_async_bb.h
466
include/gnuradio/digital/crc32_async_bb.h
458
include/gnuradio/digital/crc%%MAJOR_VERSION%%2_bb.h
467
include/gnuradio/digital/crc32_bb.h
459
include/gnuradio/digital/descrambler_bb.h
468
include/gnuradio/digital/descrambler_bb.h
460
include/gnuradio/digital/diff_decoder_bb.h
469
include/gnuradio/digital/diff_decoder_bb.h
461
include/gnuradio/digital/diff_encoder_bb.h
470
include/gnuradio/digital/diff_encoder_bb.h
Lines 473-481 include/gnuradio/digital/lfsr.h Link Here
473
include/gnuradio/digital/lms_dd_equalizer_cc.h
482
include/gnuradio/digital/lms_dd_equalizer_cc.h
474
include/gnuradio/digital/map_bb.h
483
include/gnuradio/digital/map_bb.h
475
include/gnuradio/digital/metric_type.h
484
include/gnuradio/digital/metric_type.h
485
include/gnuradio/digital/modulate_vector.h
476
include/gnuradio/digital/mpsk_receiver_cc.h
486
include/gnuradio/digital/mpsk_receiver_cc.h
477
include/gnuradio/digital/mpsk_snr_est.h
487
include/gnuradio/digital/mpsk_snr_est.h
478
include/gnuradio/digital/mpsk_snr_est_cc.h
488
include/gnuradio/digital/mpsk_snr_est_cc.h
489
include/gnuradio/digital/msk_timing_recovery_cc.h
479
include/gnuradio/digital/ofdm_carrier_allocator_cvc.h
490
include/gnuradio/digital/ofdm_carrier_allocator_cvc.h
480
include/gnuradio/digital/ofdm_chanest_vcvc.h
491
include/gnuradio/digital/ofdm_chanest_vcvc.h
481
include/gnuradio/digital/ofdm_cyclic_prefixer.h
492
include/gnuradio/digital/ofdm_cyclic_prefixer.h
Lines 530-535 include/gnuradio/dtv/dvbs2_config.h Link Here
530
include/gnuradio/dtv/dvbs2_interleaver_bb.h
541
include/gnuradio/dtv/dvbs2_interleaver_bb.h
531
include/gnuradio/dtv/dvbs2_modulator_bc.h
542
include/gnuradio/dtv/dvbs2_modulator_bc.h
532
include/gnuradio/dtv/dvbs2_physical_cc.h
543
include/gnuradio/dtv/dvbs2_physical_cc.h
544
include/gnuradio/dtv/dvbt_bit_inner_interleaver.h
545
include/gnuradio/dtv/dvbt_config.h
546
include/gnuradio/dtv/dvbt_convolutional_interleaver.h
547
include/gnuradio/dtv/dvbt_energy_dispersal.h
548
include/gnuradio/dtv/dvbt_inner_coder.h
549
include/gnuradio/dtv/dvbt_map.h
550
include/gnuradio/dtv/dvbt_reed_solomon_enc.h
551
include/gnuradio/dtv/dvbt_reference_signals.h
552
include/gnuradio/dtv/dvbt_symbol_inner_interleaver.h
533
include/gnuradio/dtv/dvbt2_cellinterleaver_cc.h
553
include/gnuradio/dtv/dvbt2_cellinterleaver_cc.h
534
include/gnuradio/dtv/dvbt2_config.h
554
include/gnuradio/dtv/dvbt2_config.h
535
include/gnuradio/dtv/dvbt2_framemapper_cc.h
555
include/gnuradio/dtv/dvbt2_framemapper_cc.h
Lines 548-553 include/gnuradio/fec/api.h Link Here
548
include/gnuradio/fec/async_decoder.h
568
include/gnuradio/fec/async_decoder.h
549
include/gnuradio/fec/async_encoder.h
569
include/gnuradio/fec/async_encoder.h
550
include/gnuradio/fec/ber_bf.h
570
include/gnuradio/fec/ber_bf.h
571
include/gnuradio/fec/cc_common.h
551
include/gnuradio/fec/cc_decoder.h
572
include/gnuradio/fec/cc_decoder.h
552
include/gnuradio/fec/cc_encoder.h
573
include/gnuradio/fec/cc_encoder.h
553
include/gnuradio/fec/ccsds_encoder.h
574
include/gnuradio/fec/ccsds_encoder.h
Lines 755-762 include/gnuradio/swig/blocks_swig1.i Link Here
755
include/gnuradio/swig/blocks_swig1_doc.i
776
include/gnuradio/swig/blocks_swig1_doc.i
756
include/gnuradio/swig/blocks_swig2.i
777
include/gnuradio/swig/blocks_swig2.i
757
include/gnuradio/swig/blocks_swig2_doc.i
778
include/gnuradio/swig/blocks_swig2_doc.i
758
include/gnuradio/swig/blocks_swig%%MAJOR_VERSION%%.i
779
include/gnuradio/swig/blocks_swig3.i
759
include/gnuradio/swig/blocks_swig%%MAJOR_VERSION%%_doc.i
780
include/gnuradio/swig/blocks_swig3_doc.i
760
include/gnuradio/swig/blocks_swig4.i
781
include/gnuradio/swig/blocks_swig4.i
761
include/gnuradio/swig/blocks_swig4_doc.i
782
include/gnuradio/swig/blocks_swig4_doc.i
762
include/gnuradio/swig/blocks_swig5.i
783
include/gnuradio/swig/blocks_swig5.i
Lines 817-824 include/gnuradio/swig/tags.i Link Here
817
include/gnuradio/swig/top_block.i
838
include/gnuradio/swig/top_block.i
818
include/gnuradio/swig/trellis_swig.i
839
include/gnuradio/swig/trellis_swig.i
819
include/gnuradio/swig/trellis_swig_doc.i
840
include/gnuradio/swig/trellis_swig_doc.i
820
include/gnuradio/swig/uhd_swig.i
841
%%USRP%%include/gnuradio/swig/uhd_swig.i
821
include/gnuradio/swig/uhd_swig_doc.i
842
%%USRP%%include/gnuradio/swig/uhd_swig_doc.i
822
include/gnuradio/swig/video_sdl_swig.i
843
include/gnuradio/swig/video_sdl_swig.i
823
include/gnuradio/swig/video_sdl_swig_doc.i
844
include/gnuradio/swig/video_sdl_swig_doc.i
824
include/gnuradio/swig/vocoder_swig.i
845
include/gnuradio/swig/vocoder_swig.i
Lines 858-869 include/gnuradio/trellis/metrics_f.h Link Here
858
include/gnuradio/trellis/metrics_i.h
879
include/gnuradio/trellis/metrics_i.h
859
include/gnuradio/trellis/metrics_s.h
880
include/gnuradio/trellis/metrics_s.h
860
include/gnuradio/trellis/pccc_decoder_b.h
881
include/gnuradio/trellis/pccc_decoder_b.h
861
include/gnuradio/trellis/pccc_decoder_com%%QT_BINDIR%%ed_cb.h
882
include/gnuradio/trellis/pccc_decoder_combined_cb.h
862
include/gnuradio/trellis/pccc_decoder_com%%QT_BINDIR%%ed_ci.h
883
include/gnuradio/trellis/pccc_decoder_combined_ci.h
863
include/gnuradio/trellis/pccc_decoder_com%%QT_BINDIR%%ed_cs.h
884
include/gnuradio/trellis/pccc_decoder_combined_cs.h
864
include/gnuradio/trellis/pccc_decoder_com%%QT_BINDIR%%ed_fb.h
885
include/gnuradio/trellis/pccc_decoder_combined_fb.h
865
include/gnuradio/trellis/pccc_decoder_com%%QT_BINDIR%%ed_fi.h
886
include/gnuradio/trellis/pccc_decoder_combined_fi.h
866
include/gnuradio/trellis/pccc_decoder_com%%QT_BINDIR%%ed_fs.h
887
include/gnuradio/trellis/pccc_decoder_combined_fs.h
867
include/gnuradio/trellis/pccc_decoder_i.h
888
include/gnuradio/trellis/pccc_decoder_i.h
868
include/gnuradio/trellis/pccc_decoder_s.h
889
include/gnuradio/trellis/pccc_decoder_s.h
869
include/gnuradio/trellis/pccc_encoder_bb.h
890
include/gnuradio/trellis/pccc_encoder_bb.h
Lines 875-886 include/gnuradio/trellis/pccc_encoder_ss Link Here
875
include/gnuradio/trellis/permutation.h
896
include/gnuradio/trellis/permutation.h
876
include/gnuradio/trellis/quicksort_index.h
897
include/gnuradio/trellis/quicksort_index.h
877
include/gnuradio/trellis/sccc_decoder_b.h
898
include/gnuradio/trellis/sccc_decoder_b.h
878
include/gnuradio/trellis/sccc_decoder_com%%QT_BINDIR%%ed_cb.h
899
include/gnuradio/trellis/sccc_decoder_combined_cb.h
879
include/gnuradio/trellis/sccc_decoder_com%%QT_BINDIR%%ed_ci.h
900
include/gnuradio/trellis/sccc_decoder_combined_ci.h
880
include/gnuradio/trellis/sccc_decoder_com%%QT_BINDIR%%ed_cs.h
901
include/gnuradio/trellis/sccc_decoder_combined_cs.h
881
include/gnuradio/trellis/sccc_decoder_com%%QT_BINDIR%%ed_fb.h
902
include/gnuradio/trellis/sccc_decoder_combined_fb.h
882
include/gnuradio/trellis/sccc_decoder_com%%QT_BINDIR%%ed_fi.h
903
include/gnuradio/trellis/sccc_decoder_combined_fi.h
883
include/gnuradio/trellis/sccc_decoder_com%%QT_BINDIR%%ed_fs.h
904
include/gnuradio/trellis/sccc_decoder_combined_fs.h
884
include/gnuradio/trellis/sccc_decoder_i.h
905
include/gnuradio/trellis/sccc_decoder_i.h
885
include/gnuradio/trellis/sccc_decoder_s.h
906
include/gnuradio/trellis/sccc_decoder_s.h
886
include/gnuradio/trellis/sccc_encoder_bb.h
907
include/gnuradio/trellis/sccc_encoder_bb.h
Lines 889-917 include/gnuradio/trellis/sccc_encoder_bs Link Here
889
include/gnuradio/trellis/sccc_encoder_ii.h
910
include/gnuradio/trellis/sccc_encoder_ii.h
890
include/gnuradio/trellis/sccc_encoder_si.h
911
include/gnuradio/trellis/sccc_encoder_si.h
891
include/gnuradio/trellis/sccc_encoder_ss.h
912
include/gnuradio/trellis/sccc_encoder_ss.h
892
include/gnuradio/trellis/siso_com%%QT_BINDIR%%ed_f.h
913
include/gnuradio/trellis/siso_combined_f.h
893
include/gnuradio/trellis/siso_f.h
914
include/gnuradio/trellis/siso_f.h
894
include/gnuradio/trellis/siso_type.h
915
include/gnuradio/trellis/siso_type.h
895
include/gnuradio/trellis/viterbi_b.h
916
include/gnuradio/trellis/viterbi_b.h
896
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_cb.h
917
include/gnuradio/trellis/viterbi_combined_cb.h
897
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_ci.h
918
include/gnuradio/trellis/viterbi_combined_ci.h
898
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_cs.h
919
include/gnuradio/trellis/viterbi_combined_cs.h
899
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_fb.h
920
include/gnuradio/trellis/viterbi_combined_fb.h
900
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_fi.h
921
include/gnuradio/trellis/viterbi_combined_fi.h
901
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_fs.h
922
include/gnuradio/trellis/viterbi_combined_fs.h
902
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_ib.h
923
include/gnuradio/trellis/viterbi_combined_ib.h
903
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_ii.h
924
include/gnuradio/trellis/viterbi_combined_ii.h
904
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_is.h
925
include/gnuradio/trellis/viterbi_combined_is.h
905
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_sb.h
926
include/gnuradio/trellis/viterbi_combined_sb.h
906
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_si.h
927
include/gnuradio/trellis/viterbi_combined_si.h
907
include/gnuradio/trellis/viterbi_com%%QT_BINDIR%%ed_ss.h
928
include/gnuradio/trellis/viterbi_combined_ss.h
908
include/gnuradio/trellis/viterbi_i.h
929
include/gnuradio/trellis/viterbi_i.h
909
include/gnuradio/trellis/viterbi_s.h
930
include/gnuradio/trellis/viterbi_s.h
910
include/gnuradio/types.h
931
include/gnuradio/types.h
911
include/gnuradio/uhd/amsg_source.h
932
%%USRP%%include/gnuradio/uhd/amsg_source.h
912
include/gnuradio/uhd/api.h
933
%%USRP%%include/gnuradio/uhd/api.h
913
include/gnuradio/uhd/usrp_sink.h
934
%%USRP%%include/gnuradio/uhd/usrp_block.h
914
include/gnuradio/uhd/usrp_source.h
935
%%USRP%%include/gnuradio/uhd/usrp_sink.h
936
%%USRP%%include/gnuradio/uhd/usrp_source.h
915
include/gnuradio/unittests.h
937
include/gnuradio/unittests.h
916
include/gnuradio/video_sdl/api.h
938
include/gnuradio/video_sdl/api.h
917
include/gnuradio/video_sdl/sink_s.h
939
include/gnuradio/video_sdl/sink_s.h
Lines 926-935 include/gnuradio/vocoder/cvsd_decode_bs. Link Here
926
include/gnuradio/vocoder/cvsd_encode_sb.h
948
include/gnuradio/vocoder/cvsd_encode_sb.h
927
include/gnuradio/vocoder/g721_decode_bs.h
949
include/gnuradio/vocoder/g721_decode_bs.h
928
include/gnuradio/vocoder/g721_encode_sb.h
950
include/gnuradio/vocoder/g721_encode_sb.h
929
include/gnuradio/vocoder/g72%%MAJOR_VERSION%%_24_decode_bs.h
951
include/gnuradio/vocoder/g723_24_decode_bs.h
930
include/gnuradio/vocoder/g72%%MAJOR_VERSION%%_24_encode_sb.h
952
include/gnuradio/vocoder/g723_24_encode_sb.h
931
include/gnuradio/vocoder/g72%%MAJOR_VERSION%%_40_decode_bs.h
953
include/gnuradio/vocoder/g723_40_decode_bs.h
932
include/gnuradio/vocoder/g72%%MAJOR_VERSION%%_40_encode_sb.h
954
include/gnuradio/vocoder/g723_40_encode_sb.h
933
include/gnuradio/vocoder/gsm_fr_decode_ps.h
955
include/gnuradio/vocoder/gsm_fr_decode_ps.h
934
include/gnuradio/vocoder/gsm_fr_encode_sp.h
956
include/gnuradio/vocoder/gsm_fr_encode_sp.h
935
include/gnuradio/vocoder/ulaw_decode_bs.h
957
include/gnuradio/vocoder/ulaw_decode_bs.h
Lines 950-1046 include/pmt/pmt_pool.h Link Here
950
include/pmt/pmt_serial_tags.h
972
include/pmt/pmt_serial_tags.h
951
include/pmt/pmt_sugar.h
973
include/pmt/pmt_sugar.h
952
include/volk/volk.h
974
include/volk/volk.h
953
include/volk/volk_16i_%%MAJOR_VERSION%%2fc_dot_prod_%%MAJOR_VERSION%%2fc.h
975
include/volk/volk_16i_32fc_dot_prod_32fc.h
954
include/volk/volk_16i_branch_4_state_8.h
976
include/volk/volk_16i_branch_4_state_8.h
955
include/volk/volk_16i_convert_8i.h
977
include/volk/volk_16i_convert_8i.h
956
include/volk/volk_16i_max_star_16i.h
978
include/volk/volk_16i_max_star_16i.h
957
include/volk/volk_16i_max_star_horizontal_16i.h
979
include/volk/volk_16i_max_star_horizontal_16i.h
958
include/volk/volk_16i_permute_and_scalar_add.h
980
include/volk/volk_16i_permute_and_scalar_add.h
959
include/volk/volk_16i_s%%MAJOR_VERSION%%2f_convert_%%MAJOR_VERSION%%2f.h
981
include/volk/volk_16i_s32f_convert_32f.h
960
include/volk/volk_16i_x4_quad_max_star_16i.h
982
include/volk/volk_16i_x4_quad_max_star_16i.h
961
include/volk/volk_16i_x5_add_quad_16i_x4.h
983
include/volk/volk_16i_x5_add_quad_16i_x4.h
962
include/volk/volk_16ic_deinterleave_16i_x2.h
984
include/volk/volk_16ic_deinterleave_16i_x2.h
963
include/volk/volk_16ic_deinterleave_real_16i.h
985
include/volk/volk_16ic_deinterleave_real_16i.h
964
include/volk/volk_16ic_deinterleave_real_8i.h
986
include/volk/volk_16ic_deinterleave_real_8i.h
965
include/volk/volk_16ic_magnitude_16i.h
987
include/volk/volk_16ic_magnitude_16i.h
966
include/volk/volk_16ic_s%%MAJOR_VERSION%%2f_deinterleave_%%MAJOR_VERSION%%2f_x2.h
988
include/volk/volk_16ic_s32f_deinterleave_32f_x2.h
967
include/volk/volk_16ic_s%%MAJOR_VERSION%%2f_deinterleave_real_%%MAJOR_VERSION%%2f.h
989
include/volk/volk_16ic_s32f_deinterleave_real_32f.h
968
include/volk/volk_16ic_s%%MAJOR_VERSION%%2f_magnitude_%%MAJOR_VERSION%%2f.h
990
include/volk/volk_16ic_s32f_magnitude_32f.h
969
include/volk/volk_16u_byteswap.h
991
include/volk/volk_16u_byteswap.h
970
include/volk/volk_16u_byteswappuppet_16u.h
992
include/volk/volk_16u_byteswappuppet_16u.h
971
include/volk/volk_%%MAJOR_VERSION%%2f_accumulator_s%%MAJOR_VERSION%%2f.h
993
include/volk/volk_32f_accumulator_s32f.h
972
include/volk/volk_%%MAJOR_VERSION%%2f_acos_%%MAJOR_VERSION%%2f.h
994
include/volk/volk_32f_acos_32f.h
973
include/volk/volk_%%MAJOR_VERSION%%2f_asin_%%MAJOR_VERSION%%2f.h
995
include/volk/volk_32f_asin_32f.h
974
include/volk/volk_%%MAJOR_VERSION%%2f_atan_%%MAJOR_VERSION%%2f.h
996
include/volk/volk_32f_atan_32f.h
975
include/volk/volk_%%MAJOR_VERSION%%2f_%%QT_BINDIR%%ary_slicer_%%MAJOR_VERSION%%2i.h
997
include/volk/volk_32f_%%QT_BINDIR%%ary_slicer_32i.h
976
include/volk/volk_%%MAJOR_VERSION%%2f_%%QT_BINDIR%%ary_slicer_8i.h
998
include/volk/volk_32f_%%QT_BINDIR%%ary_slicer_8i.h
977
include/volk/volk_%%MAJOR_VERSION%%2f_convert_64f.h
999
include/volk/volk_32f_convert_64f.h
978
include/volk/volk_%%MAJOR_VERSION%%2f_cos_%%MAJOR_VERSION%%2f.h
1000
include/volk/volk_32f_cos_32f.h
979
include/volk/volk_%%MAJOR_VERSION%%2f_expfast_%%MAJOR_VERSION%%2f.h
1001
include/volk/volk_32f_expfast_32f.h
980
include/volk/volk_%%MAJOR_VERSION%%2f_index_max_16u.h
1002
include/volk/volk_32f_index_max_16u.h
981
include/volk/volk_%%MAJOR_VERSION%%2f_invsqrt_%%MAJOR_VERSION%%2f.h
1003
include/volk/volk_32f_invsqrt_32f.h
982
include/volk/volk_%%MAJOR_VERSION%%2f_log2_%%MAJOR_VERSION%%2f.h
1004
include/volk/volk_32f_log2_32f.h
983
include/volk/volk_%%MAJOR_VERSION%%2f_null_%%MAJOR_VERSION%%2f.h
1005
include/volk/volk_32f_null_32f.h
984
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_%%MAJOR_VERSION%%2f_fm_detect_%%MAJOR_VERSION%%2f.h
1006
include/volk/volk_32f_s32f_32f_fm_detect_32f.h
985
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_calc_spectral_noise_floor_%%MAJOR_VERSION%%2f.h
1007
include/volk/volk_32f_s32f_calc_spectral_noise_floor_32f.h
986
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_convert_16i.h
1008
include/volk/volk_32f_s32f_convert_16i.h
987
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_convert_%%MAJOR_VERSION%%2i.h
1009
include/volk/volk_32f_s32f_convert_32i.h
988
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_convert_8i.h
1010
include/volk/volk_32f_s32f_convert_8i.h
989
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_multiply_%%MAJOR_VERSION%%2f.h
1011
include/volk/volk_32f_s32f_multiply_32f.h
990
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_normalize.h
1012
include/volk/volk_32f_s32f_normalize.h
991
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_power_%%MAJOR_VERSION%%2f.h
1013
include/volk/volk_32f_s32f_power_32f.h
992
include/volk/volk_%%MAJOR_VERSION%%2f_s%%MAJOR_VERSION%%2f_stddev_%%MAJOR_VERSION%%2f.h
1014
include/volk/volk_32f_s32f_stddev_32f.h
993
include/volk/volk_%%MAJOR_VERSION%%2f_sin_%%MAJOR_VERSION%%2f.h
1015
include/volk/volk_32f_sin_32f.h
994
include/volk/volk_%%MAJOR_VERSION%%2f_sqrt_%%MAJOR_VERSION%%2f.h
1016
include/volk/volk_32f_sqrt_32f.h
995
include/volk/volk_%%MAJOR_VERSION%%2f_stddev_and_mean_%%MAJOR_VERSION%%2f_x2.h
1017
include/volk/volk_32f_stddev_and_mean_32f_x2.h
996
include/volk/volk_%%MAJOR_VERSION%%2f_tan_%%MAJOR_VERSION%%2f.h
1018
include/volk/volk_32f_tan_32f.h
997
include/volk/volk_%%MAJOR_VERSION%%2f_tanh_%%MAJOR_VERSION%%2f.h
1019
include/volk/volk_32f_tanh_32f.h
998
include/volk/volk_%%MAJOR_VERSION%%2f_x2_add_%%MAJOR_VERSION%%2f.h
1020
include/volk/volk_32f_x2_add_32f.h
999
include/volk/volk_%%MAJOR_VERSION%%2f_x2_divide_%%MAJOR_VERSION%%2f.h
1021
include/volk/volk_32f_x2_divide_32f.h
1000
include/volk/volk_%%MAJOR_VERSION%%2f_x2_dot_prod_16i.h
1022
include/volk/volk_32f_x2_dot_prod_16i.h
1001
include/volk/volk_%%MAJOR_VERSION%%2f_x2_dot_prod_%%MAJOR_VERSION%%2f.h
1023
include/volk/volk_32f_x2_dot_prod_32f.h
1002
include/volk/volk_%%MAJOR_VERSION%%2f_x2_interleave_%%MAJOR_VERSION%%2fc.h
1024
include/volk/volk_32f_x2_fm_detectpuppet_32f.h
1003
include/volk/volk_%%MAJOR_VERSION%%2f_x2_max_%%MAJOR_VERSION%%2f.h
1025
include/volk/volk_32f_x2_interleave_32fc.h
1004
include/volk/volk_%%MAJOR_VERSION%%2f_x2_min_%%MAJOR_VERSION%%2f.h
1026
include/volk/volk_32f_x2_max_32f.h
1005
include/volk/volk_%%MAJOR_VERSION%%2f_x2_multiply_%%MAJOR_VERSION%%2f.h
1027
include/volk/volk_32f_x2_min_32f.h
1006
include/volk/volk_%%MAJOR_VERSION%%2f_x2_pow_%%MAJOR_VERSION%%2f.h
1028
include/volk/volk_32f_x2_multiply_32f.h
1007
include/volk/volk_%%MAJOR_VERSION%%2f_x2_s%%MAJOR_VERSION%%2f_interleave_16ic.h
1029
include/volk/volk_32f_x2_pow_32f.h
1008
include/volk/volk_%%MAJOR_VERSION%%2f_x2_subtract_%%MAJOR_VERSION%%2f.h
1030
include/volk/volk_32f_x2_s32f_interleave_16ic.h
1009
include/volk/volk_%%MAJOR_VERSION%%2f_x%%MAJOR_VERSION%%_sum_of_poly_%%MAJOR_VERSION%%2f.h
1031
include/volk/volk_32f_x2_subtract_32f.h
1010
include/volk/volk_%%MAJOR_VERSION%%2fc_%%MAJOR_VERSION%%2f_dot_prod_%%MAJOR_VERSION%%2fc.h
1032
include/volk/volk_32f_x3_sum_of_poly_32f.h
1011
include/volk/volk_%%MAJOR_VERSION%%2fc_%%MAJOR_VERSION%%2f_multiply_%%MAJOR_VERSION%%2fc.h
1033
include/volk/volk_32fc_32f_dot_prod_32fc.h
1012
include/volk/volk_%%MAJOR_VERSION%%2fc_conjugate_%%MAJOR_VERSION%%2fc.h
1034
include/volk/volk_32fc_32f_multiply_32fc.h
1013
include/volk/volk_%%MAJOR_VERSION%%2fc_deinterleave_%%MAJOR_VERSION%%2f_x2.h
1035
include/volk/volk_32fc_conjugate_32fc.h
1014
include/volk/volk_%%MAJOR_VERSION%%2fc_deinterleave_64f_x2.h
1036
include/volk/volk_32fc_deinterleave_32f_x2.h
1015
include/volk/volk_%%MAJOR_VERSION%%2fc_deinterleave_imag_%%MAJOR_VERSION%%2f.h
1037
include/volk/volk_32fc_deinterleave_64f_x2.h
1016
include/volk/volk_%%MAJOR_VERSION%%2fc_deinterleave_real_%%MAJOR_VERSION%%2f.h
1038
include/volk/volk_32fc_deinterleave_imag_32f.h
1017
include/volk/volk_%%MAJOR_VERSION%%2fc_deinterleave_real_64f.h
1039
include/volk/volk_32fc_deinterleave_real_32f.h
1018
include/volk/volk_%%MAJOR_VERSION%%2fc_index_max_16u.h
1040
include/volk/volk_32fc_deinterleave_real_64f.h
1019
include/volk/volk_%%MAJOR_VERSION%%2fc_magnitude_%%MAJOR_VERSION%%2f.h
1041
include/volk/volk_32fc_index_max_16u.h
1020
include/volk/volk_%%MAJOR_VERSION%%2fc_magnitude_squared_%%MAJOR_VERSION%%2f.h
1042
include/volk/volk_32fc_magnitude_32f.h
1021
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2f_atan2_%%MAJOR_VERSION%%2f.h
1043
include/volk/volk_32fc_magnitude_squared_32f.h
1022
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2f_deinterleave_real_16i.h
1044
include/volk/volk_32fc_s32f_atan2_32f.h
1023
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2f_magnitude_16i.h
1045
include/volk/volk_32fc_s32f_deinterleave_real_16i.h
1024
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2f_power_%%MAJOR_VERSION%%2fc.h
1046
include/volk/volk_32fc_s32f_magnitude_16i.h
1025
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2f_power_spectrum_%%MAJOR_VERSION%%2f.h
1047
include/volk/volk_32fc_s32f_power_32fc.h
1026
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2f_x2_power_spectral_density_%%MAJOR_VERSION%%2f.h
1048
include/volk/volk_32fc_s32f_power_spectrum_32f.h
1027
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2fc_multiply_%%MAJOR_VERSION%%2fc.h
1049
include/volk/volk_32fc_s32f_x2_power_spectral_density_32f.h
1028
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2fc_rotatorpuppet_%%MAJOR_VERSION%%2fc.h
1050
include/volk/volk_32fc_s32fc_multiply_32fc.h
1029
include/volk/volk_%%MAJOR_VERSION%%2fc_s%%MAJOR_VERSION%%2fc_x2_rotator_%%MAJOR_VERSION%%2fc.h
1051
include/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h
1030
include/volk/volk_%%MAJOR_VERSION%%2fc_x2_conjugate_dot_prod_%%MAJOR_VERSION%%2fc.h
1052
include/volk/volk_32fc_s32fc_x2_rotator_32fc.h
1031
include/volk/volk_%%MAJOR_VERSION%%2fc_x2_dot_prod_%%MAJOR_VERSION%%2fc.h
1053
include/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h
1032
include/volk/volk_%%MAJOR_VERSION%%2fc_x2_multiply_%%MAJOR_VERSION%%2fc.h
1054
include/volk/volk_32fc_x2_dot_prod_32fc.h
1033
include/volk/volk_%%MAJOR_VERSION%%2fc_x2_multiply_conjugate_%%MAJOR_VERSION%%2fc.h
1055
include/volk/volk_32fc_x2_multiply_32fc.h
1034
include/volk/volk_%%MAJOR_VERSION%%2fc_x2_s%%MAJOR_VERSION%%2f_square_dist_scalar_mult_%%MAJOR_VERSION%%2f.h
1056
include/volk/volk_32fc_x2_multiply_conjugate_32fc.h
1035
include/volk/volk_%%MAJOR_VERSION%%2fc_x2_square_dist_%%MAJOR_VERSION%%2f.h
1057
include/volk/volk_32fc_x2_s32f_square_dist_scalar_mult_32f.h
1036
include/volk/volk_%%MAJOR_VERSION%%2i_s%%MAJOR_VERSION%%2f_convert_%%MAJOR_VERSION%%2f.h
1058
include/volk/volk_32fc_x2_square_dist_32f.h
1037
include/volk/volk_%%MAJOR_VERSION%%2i_x2_and_%%MAJOR_VERSION%%2i.h
1059
include/volk/volk_32i_s32f_convert_32f.h
1038
include/volk/volk_%%MAJOR_VERSION%%2i_x2_or_%%MAJOR_VERSION%%2i.h
1060
include/volk/volk_32i_x2_and_32i.h
1039
include/volk/volk_%%MAJOR_VERSION%%2u_byteswap.h
1061
include/volk/volk_32i_x2_or_32i.h
1040
include/volk/volk_%%MAJOR_VERSION%%2u_byteswappuppet_%%MAJOR_VERSION%%2u.h
1062
include/volk/volk_32u_byteswap.h
1041
include/volk/volk_%%MAJOR_VERSION%%2u_popcnt.h
1063
include/volk/volk_32u_byteswappuppet_32u.h
1042
include/volk/volk_%%MAJOR_VERSION%%2u_popcntpuppet_%%MAJOR_VERSION%%2u.h
1064
include/volk/volk_32u_popcnt.h
1043
include/volk/volk_64f_convert_%%MAJOR_VERSION%%2f.h
1065
include/volk/volk_32u_popcntpuppet_32u.h
1066
include/volk/volk_64f_convert_32f.h
1044
include/volk/volk_64f_x2_max_64f.h
1067
include/volk/volk_64f_x2_max_64f.h
1045
include/volk/volk_64f_x2_min_64f.h
1068
include/volk/volk_64f_x2_min_64f.h
1046
include/volk/volk_64u_byteswap.h
1069
include/volk/volk_64u_byteswap.h
Lines 1048-1061 include/volk/volk_64u_byteswappuppet_64u Link Here
1048
include/volk/volk_64u_popcnt.h
1071
include/volk/volk_64u_popcnt.h
1049
include/volk/volk_64u_popcntpuppet_64u.h
1072
include/volk/volk_64u_popcntpuppet_64u.h
1050
include/volk/volk_8i_convert_16i.h
1073
include/volk/volk_8i_convert_16i.h
1051
include/volk/volk_8i_s%%MAJOR_VERSION%%2f_convert_%%MAJOR_VERSION%%2f.h
1074
include/volk/volk_8i_s32f_convert_32f.h
1052
include/volk/volk_8ic_deinterleave_16i_x2.h
1075
include/volk/volk_8ic_deinterleave_16i_x2.h
1053
include/volk/volk_8ic_deinterleave_real_16i.h
1076
include/volk/volk_8ic_deinterleave_real_16i.h
1054
include/volk/volk_8ic_deinterleave_real_8i.h
1077
include/volk/volk_8ic_deinterleave_real_8i.h
1055
include/volk/volk_8ic_s%%MAJOR_VERSION%%2f_deinterleave_%%MAJOR_VERSION%%2f_x2.h
1078
include/volk/volk_8ic_s32f_deinterleave_32f_x2.h
1056
include/volk/volk_8ic_s%%MAJOR_VERSION%%2f_deinterleave_real_%%MAJOR_VERSION%%2f.h
1079
include/volk/volk_8ic_s32f_deinterleave_real_32f.h
1057
include/volk/volk_8ic_x2_multiply_conjugate_16ic.h
1080
include/volk/volk_8ic_x2_multiply_conjugate_16ic.h
1058
include/volk/volk_8ic_x2_s%%MAJOR_VERSION%%2f_multiply_conjugate_%%MAJOR_VERSION%%2fc.h
1081
include/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h
1059
include/volk/volk_8u_conv_k7_r2puppet_8u.h
1082
include/volk/volk_8u_conv_k7_r2puppet_8u.h
1060
include/volk/volk_8u_x4_conv_k7_r2_8u.h
1083
include/volk/volk_8u_x4_conv_k7_r2_8u.h
1061
include/volk/volk_common.h
1084
include/volk/volk_common.h
Lines 1069-1075 lib/cmake/gnuradio/CMakeMacroLibtoolFile Link Here
1069
lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake
1092
lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake
1070
lib/cmake/gnuradio/FindALSA.cmake
1093
lib/cmake/gnuradio/FindALSA.cmake
1071
lib/cmake/gnuradio/FindCppUnit.cmake
1094
lib/cmake/gnuradio/FindCppUnit.cmake
1072
lib/cmake/gnuradio/FindFFTW%%MAJOR_VERSION%%f.cmake
1095
lib/cmake/gnuradio/FindFFTW3f.cmake
1073
lib/cmake/gnuradio/FindGSL.cmake
1096
lib/cmake/gnuradio/FindGSL.cmake
1074
lib/cmake/gnuradio/FindGit.cmake
1097
lib/cmake/gnuradio/FindGit.cmake
1075
lib/cmake/gnuradio/FindJack.cmake
1098
lib/cmake/gnuradio/FindJack.cmake
Lines 1079-1084 lib/cmake/gnuradio/FindPortaudio.cmake Link Here
1079
lib/cmake/gnuradio/FindQwt.cmake
1102
lib/cmake/gnuradio/FindQwt.cmake
1080
lib/cmake/gnuradio/FindSWIG.cmake
1103
lib/cmake/gnuradio/FindSWIG.cmake
1081
lib/cmake/gnuradio/FindSphinx.cmake
1104
lib/cmake/gnuradio/FindSphinx.cmake
1105
lib/cmake/gnuradio/FindThrift.cmake
1082
lib/cmake/gnuradio/FindUHD.cmake
1106
lib/cmake/gnuradio/FindUHD.cmake
1083
lib/cmake/gnuradio/FindUSB.cmake
1107
lib/cmake/gnuradio/FindUSB.cmake
1084
lib/cmake/gnuradio/FindZeroMQ.cmake
1108
lib/cmake/gnuradio/FindZeroMQ.cmake
Lines 1150-1158 lib/libgnuradio-runtime.so.%%MAJOR_SUB_V Link Here
1150
lib/libgnuradio-trellis.so
1174
lib/libgnuradio-trellis.so
1151
lib/libgnuradio-trellis.so.%%MAJOR_VERSION%%
1175
lib/libgnuradio-trellis.so.%%MAJOR_VERSION%%
1152
lib/libgnuradio-trellis.so.%%MAJOR_SUB_VER%%
1176
lib/libgnuradio-trellis.so.%%MAJOR_SUB_VER%%
1153
lib/libgnuradio-uhd.so
1177
%%USRP%%lib/libgnuradio-uhd.so
1154
lib/libgnuradio-uhd.so.%%MAJOR_VERSION%%
1178
%%USRP%%lib/libgnuradio-uhd.so.%%MAJOR_VERSION%%
1155
lib/libgnuradio-uhd.so.%%MAJOR_SUB_VER%%
1179
%%USRP%%lib/libgnuradio-uhd.so.%%MAJOR_SUB_VER%%
1156
lib/libgnuradio-video-sdl.so
1180
lib/libgnuradio-video-sdl.so
1157
lib/libgnuradio-video-sdl.so.%%MAJOR_VERSION%%
1181
lib/libgnuradio-video-sdl.so.%%MAJOR_VERSION%%
1158
lib/libgnuradio-video-sdl.so.%%MAJOR_SUB_VER%%
1182
lib/libgnuradio-video-sdl.so.%%MAJOR_SUB_VER%%
Lines 1166-1172 lib/libgnuradio-wxgui.so Link Here
1166
lib/libgnuradio-wxgui.so.%%MAJOR_VERSION%%
1190
lib/libgnuradio-wxgui.so.%%MAJOR_VERSION%%
1167
lib/libgnuradio-wxgui.so.%%MAJOR_SUB_VER%%
1191
lib/libgnuradio-wxgui.so.%%MAJOR_SUB_VER%%
1168
lib/libvolk.so
1192
lib/libvolk.so
1169
lib/libvolk.so.1.0
1193
lib/libvolk.so.1.0.2
1170
%%PYTHON_SITELIBDIR%%/gnuradio/__init__.py
1194
%%PYTHON_SITELIBDIR%%/gnuradio/__init__.py
1171
%%PYTHON_SITELIBDIR%%/gnuradio/__init__.pyc
1195
%%PYTHON_SITELIBDIR%%/gnuradio/__init__.pyc
1172
%%PYTHON_SITELIBDIR%%/gnuradio/__init__.pyo
1196
%%PYTHON_SITELIBDIR%%/gnuradio/__init__.pyo
Lines 1230-1236 lib/libvolk.so.1.0 Link Here
1230
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig0.so
1254
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig0.so
1231
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig1.so
1255
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig1.so
1232
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig2.so
1256
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig2.so
1233
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig%%MAJOR_VERSION%%.so
1257
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig3.so
1234
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig4.so
1258
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig4.so
1235
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig5.so
1259
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/_blocks_swig5.so
1236
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig.py
1260
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig.py
Lines 1245-1253 lib/libvolk.so.1.0 Link Here
1245
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig2.py
1269
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig2.py
1246
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig2.pyc
1270
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig2.pyc
1247
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig2.pyo
1271
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig2.pyo
1248
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig%%MAJOR_VERSION%%.py
1272
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig3.py
1249
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig%%MAJOR_VERSION%%.pyc
1273
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig3.pyc
1250
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig%%MAJOR_VERSION%%.pyo
1274
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig3.pyo
1251
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig4.py
1275
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig4.py
1252
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig4.pyc
1276
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig4.pyc
1253
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig4.pyo
1277
%%PYTHON_SITELIBDIR%%/gnuradio/blocks/blocks_swig4.pyo
Lines 1276-1284 lib/libvolk.so.1.0 Link Here
1276
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_2_gen.py
1300
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_2_gen.py
1277
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_2_gen.pyc
1301
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_2_gen.pyc
1278
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_2_gen.pyo
1302
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_2_gen.pyo
1279
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_%%MAJOR_VERSION%%_gen.py
1303
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_3_gen.py
1280
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_%%MAJOR_VERSION%%_gen.pyc
1304
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_3_gen.pyc
1281
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_%%MAJOR_VERSION%%_gen.pyo
1305
%%PYTHON_SITELIBDIR%%/gnuradio/channels/distortion_3_gen.pyo
1282
%%PYTHON_SITELIBDIR%%/gnuradio/channels/impairments.py
1306
%%PYTHON_SITELIBDIR%%/gnuradio/channels/impairments.py
1283
%%PYTHON_SITELIBDIR%%/gnuradio/channels/impairments.pyc
1307
%%PYTHON_SITELIBDIR%%/gnuradio/channels/impairments.pyc
1284
%%PYTHON_SITELIBDIR%%/gnuradio/channels/impairments.pyo
1308
%%PYTHON_SITELIBDIR%%/gnuradio/channels/impairments.pyo
Lines 1294-1302 lib/libvolk.so.1.0 Link Here
1294
%%PYTHON_SITELIBDIR%%/gnuradio/channels/quantizer.py
1318
%%PYTHON_SITELIBDIR%%/gnuradio/channels/quantizer.py
1295
%%PYTHON_SITELIBDIR%%/gnuradio/channels/quantizer.pyc
1319
%%PYTHON_SITELIBDIR%%/gnuradio/channels/quantizer.pyc
1296
%%PYTHON_SITELIBDIR%%/gnuradio/channels/quantizer.pyo
1320
%%PYTHON_SITELIBDIR%%/gnuradio/channels/quantizer.pyo
1321
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GNURadioControlPortClient.py
1322
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GNURadioControlPortClient.pyc
1323
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GNURadioControlPortClient.pyo
1297
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GrDataPlotter.py
1324
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GrDataPlotter.py
1298
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GrDataPlotter.pyc
1325
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GrDataPlotter.pyc
1299
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GrDataPlotter.pyo
1326
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/GrDataPlotter.pyo
1327
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/RPCConnection.py
1328
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/RPCConnection.pyc
1329
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/RPCConnection.pyo
1330
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/__init__.py
1331
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/__init__.pyc
1332
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/__init__.pyo
1300
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/icon.png
1333
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/icon.png
1301
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/monitor.py
1334
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/monitor.py
1302
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/monitor.pyc
1335
%%PYTHON_SITELIBDIR%%/gnuradio/ctrlport/monitor.pyc
Lines 1411-1416 lib/libvolk.so.1.0 Link Here
1411
%%PYTHON_SITELIBDIR%%/gnuradio/dtv/dtv_swig.py
1444
%%PYTHON_SITELIBDIR%%/gnuradio/dtv/dtv_swig.py
1412
%%PYTHON_SITELIBDIR%%/gnuradio/dtv/dtv_swig.pyc
1445
%%PYTHON_SITELIBDIR%%/gnuradio/dtv/dtv_swig.pyc
1413
%%PYTHON_SITELIBDIR%%/gnuradio/dtv/dtv_swig.pyo
1446
%%PYTHON_SITELIBDIR%%/gnuradio/dtv/dtv_swig.pyo
1447
%%PYTHON_SITELIBDIR%%/gnuradio/eng_arg.py
1448
%%PYTHON_SITELIBDIR%%/gnuradio/eng_arg.pyc
1449
%%PYTHON_SITELIBDIR%%/gnuradio/eng_arg.pyo
1414
%%PYTHON_SITELIBDIR%%/gnuradio/eng_notation.py
1450
%%PYTHON_SITELIBDIR%%/gnuradio/eng_notation.py
1415
%%PYTHON_SITELIBDIR%%/gnuradio/eng_notation.pyc
1451
%%PYTHON_SITELIBDIR%%/gnuradio/eng_notation.pyc
1416
%%PYTHON_SITELIBDIR%%/gnuradio/eng_notation.pyo
1452
%%PYTHON_SITELIBDIR%%/gnuradio/eng_notation.pyo
Lines 1536-1544 lib/libvolk.so.1.0 Link Here
1536
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading.py
1572
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading.py
1537
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading.pyc
1573
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading.pyc
1538
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading.pyo
1574
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading.pyo
1539
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_2%%MAJOR_VERSION%%.py
1575
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_23.py
1540
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_2%%MAJOR_VERSION%%.pyc
1576
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_23.pyc
1541
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_2%%MAJOR_VERSION%%.pyo
1577
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_23.pyo
1542
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_24.py
1578
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_24.py
1543
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_24.pyc
1579
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_24.pyc
1544
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_24.pyo
1580
%%PYTHON_SITELIBDIR%%/gnuradio/gr/gr_threading_24.pyo
Lines 1888-1903 lib/libvolk.so.1.0 Link Here
1888
%%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.py
1924
%%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.py
1889
%%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.pyc
1925
%%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.pyc
1890
%%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.pyo
1926
%%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.pyo
1891
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.py
1927
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.py
1892
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyc
1928
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyc
1893
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyo
1929
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyo
1894
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/_uhd_swig.so
1930
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/_uhd_swig.so
1895
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.py
1931
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.py
1896
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyc
1932
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyc
1897
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyo
1933
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyo
1898
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.py
1934
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.py
1899
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyc
1935
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyc
1900
%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyo
1936
%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyo
1901
%%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.py
1937
%%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.py
1902
%%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.pyc
1938
%%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.pyc
1903
%%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.pyo
1939
%%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.pyo
Lines 2108-2126 libdata/pkgconfig/gnuradio-pager.pc Link Here
2108
libdata/pkgconfig/gnuradio-qtgui.pc
2144
libdata/pkgconfig/gnuradio-qtgui.pc
2109
libdata/pkgconfig/gnuradio-runtime.pc
2145
libdata/pkgconfig/gnuradio-runtime.pc
2110
libdata/pkgconfig/gnuradio-trellis.pc
2146
libdata/pkgconfig/gnuradio-trellis.pc
2111
libdata/pkgconfig/gnuradio-uhd.pc
2147
%%USRP%%libdata/pkgconfig/gnuradio-uhd.pc
2112
libdata/pkgconfig/gnuradio-video-sdl.pc
2148
libdata/pkgconfig/gnuradio-video-sdl.pc
2113
libdata/pkgconfig/gnuradio-vocoder.pc
2149
libdata/pkgconfig/gnuradio-vocoder.pc
2114
libdata/pkgconfig/gnuradio-wavelet.pc
2150
libdata/pkgconfig/gnuradio-wavelet.pc
2115
libdata/pkgconfig/gr-wxgui.pc
2151
libdata/pkgconfig/gr-wxgui.pc
2116
libdata/pkgconfig/volk.pc
2152
libdata/pkgconfig/volk.pc
2117
libexec/gnuradio/grc_setup_freedesktop
2153
libexec/gnuradio/grc_setup_freedesktop
2118
%%PORTDOCS%%%%DOCSDIR%%/README.analog
2119
%%PORTDOCS%%%%DOCSDIR%%/README.blocks
2120
%%PORTDOCS%%%%DOCSDIR%%/README.channels
2121
%%PORTDOCS%%%%DOCSDIR%%/README.dtv
2122
%%PORTDOCS%%%%DOCSDIR%%/README.fec
2123
%%DATADIR%%/examples/analog/fmtest.py
2154
%%DATADIR%%/examples/analog/fmtest.py
2155
%%DATADIR%%/examples/analog/noise_power.grc
2124
%%DATADIR%%/examples/atsc/README
2156
%%DATADIR%%/examples/atsc/README
2125
%%DATADIR%%/examples/atsc/atsc_rx.py
2157
%%DATADIR%%/examples/atsc/atsc_rx.py
2126
%%DATADIR%%/examples/audio/audio_copy.py
2158
%%DATADIR%%/examples/audio/audio_copy.py
Lines 2139-2144 libexec/gnuradio/grc_setup_freedesktop Link Here
2139
%%DATADIR%%/examples/audio/spectrum_inversion.py
2171
%%DATADIR%%/examples/audio/spectrum_inversion.py
2140
%%DATADIR%%/examples/audio/test_resampler.py
2172
%%DATADIR%%/examples/audio/test_resampler.py
2141
%%DATADIR%%/examples/blocks/matrix_multiplexer.grc
2173
%%DATADIR%%/examples/blocks/matrix_multiplexer.grc
2174
%%DATADIR%%/examples/blocks/peak_detector2.grc
2142
%%DATADIR%%/examples/blocks/vector_source_with_tags.grc
2175
%%DATADIR%%/examples/blocks/vector_source_with_tags.grc
2143
%%DATADIR%%/examples/channels/channel_tone_response.grc
2176
%%DATADIR%%/examples/channels/channel_tone_response.grc
2144
%%DATADIR%%/examples/channels/demo_gmsk.grc
2177
%%DATADIR%%/examples/channels/demo_gmsk.grc
Lines 2147-2152 libexec/gnuradio/grc_setup_freedesktop Link Here
2147
%%DATADIR%%/examples/channels/demo_quantization.grc
2180
%%DATADIR%%/examples/channels/demo_quantization.grc
2148
%%DATADIR%%/examples/channels/demo_spec_an.grc
2181
%%DATADIR%%/examples/channels/demo_spec_an.grc
2149
%%DATADIR%%/examples/channels/demo_two_tone.grc
2182
%%DATADIR%%/examples/channels/demo_two_tone.grc
2183
%%DATADIR%%/examples/digital/burst_shaper.grc
2150
%%DATADIR%%/examples/digital/demod/ber_simulation.grc
2184
%%DATADIR%%/examples/digital/demod/ber_simulation.grc
2151
%%DATADIR%%/examples/digital/demod/constellation_soft_decoder.grc
2185
%%DATADIR%%/examples/digital/demod/constellation_soft_decoder.grc
2152
%%DATADIR%%/examples/digital/demod/digital_freq_lock.grc
2186
%%DATADIR%%/examples/digital/demod/digital_freq_lock.grc
Lines 2156-2161 libexec/gnuradio/grc_setup_freedesktop Link Here
2156
%%DATADIR%%/examples/digital/demod/pam_sync.grc
2190
%%DATADIR%%/examples/digital/demod/pam_sync.grc
2157
%%DATADIR%%/examples/digital/demod/pam_timing.grc
2191
%%DATADIR%%/examples/digital/demod/pam_timing.grc
2158
%%DATADIR%%/examples/digital/demod/test_corr_and_sync.grc
2192
%%DATADIR%%/examples/digital/demod/test_corr_and_sync.grc
2193
%%DATADIR%%/examples/digital/demod/test_corr_est.grc
2159
%%DATADIR%%/examples/digital/demod/uhd_corr_and_sync_rx.grc
2194
%%DATADIR%%/examples/digital/demod/uhd_corr_and_sync_rx.grc
2160
%%DATADIR%%/examples/digital/demod/uhd_corr_and_sync_tx.grc
2195
%%DATADIR%%/examples/digital/demod/uhd_corr_and_sync_tx.grc
2161
%%DATADIR%%/examples/digital/example_costas.py
2196
%%DATADIR%%/examples/digital/example_costas.py
Lines 2189-2195 libexec/gnuradio/grc_setup_freedesktop Link Here
2189
%%DATADIR%%/examples/fcd/fcd_fft.grc
2224
%%DATADIR%%/examples/fcd/fcd_fft.grc
2190
%%DATADIR%%/examples/fcd/fcd_nfm_rx
2225
%%DATADIR%%/examples/fcd/fcd_nfm_rx
2191
%%DATADIR%%/examples/fcd/fcd_nfm_rx.grc
2226
%%DATADIR%%/examples/fcd/fcd_nfm_rx.grc
2192
%%DATADIR%%/examples/fec/271.127.%%MAJOR_VERSION%%.112
2227
%%DATADIR%%/examples/fec/271.127.3.112
2193
%%DATADIR%%/examples/fec/ber_curve_gen.grc
2228
%%DATADIR%%/examples/fec/ber_curve_gen.grc
2194
%%DATADIR%%/examples/fec/ber_test.grc
2229
%%DATADIR%%/examples/fec/ber_test.grc
2195
%%DATADIR%%/examples/fec/fecapi_async_decoders.grc
2230
%%DATADIR%%/examples/fec/fecapi_async_decoders.grc
Lines 2205-2210 libexec/gnuradio/grc_setup_freedesktop Link Here
2205
%%DATADIR%%/examples/filter/chirp_channelize.py
2240
%%DATADIR%%/examples/filter/chirp_channelize.py
2206
%%DATADIR%%/examples/filter/decimate.py
2241
%%DATADIR%%/examples/filter/decimate.py
2207
%%DATADIR%%/examples/filter/fft_filter_ccc.py
2242
%%DATADIR%%/examples/filter/fft_filter_ccc.py
2243
%%DATADIR%%/examples/filter/filter_taps.grc
2208
%%DATADIR%%/examples/filter/fir_filter_ccc.py
2244
%%DATADIR%%/examples/filter/fir_filter_ccc.py
2209
%%DATADIR%%/examples/filter/fir_filter_fff.py
2245
%%DATADIR%%/examples/filter/fir_filter_fff.py
2210
%%DATADIR%%/examples/filter/gr_filtdes_api.py
2246
%%DATADIR%%/examples/filter/gr_filtdes_api.py
Lines 2222-2241 libexec/gnuradio/grc_setup_freedesktop Link Here
2222
%%DATADIR%%/examples/grc/xmlrpc/xmlrpc_client.grc
2258
%%DATADIR%%/examples/grc/xmlrpc/xmlrpc_client.grc
2223
%%DATADIR%%/examples/grc/xmlrpc/xmlrpc_client_script.py
2259
%%DATADIR%%/examples/grc/xmlrpc/xmlrpc_client_script.py
2224
%%DATADIR%%/examples/grc/xmlrpc/xmlrpc_server.grc
2260
%%DATADIR%%/examples/grc/xmlrpc/xmlrpc_server.grc
2225
%%DATADIR%%/examples/hf_explorer/README
2261
%%USRP%%%%DATADIR%%/examples/hf_explorer/README
2226
%%DATADIR%%/examples/hf_explorer/hfx.py
2262
%%USRP%%%%DATADIR%%/examples/hf_explorer/hfx.py
2227
%%DATADIR%%/examples/hf_explorer/hfx_help
2263
%%USRP%%%%DATADIR%%/examples/hf_explorer/hfx_help
2228
%%DATADIR%%/examples/hf_radio/README.TXT
2264
%%USRP%%%%DATADIR%%/examples/hf_radio/README.TXT
2229
%%DATADIR%%/examples/hf_radio/hfir.sci
2265
%%USRP%%%%DATADIR%%/examples/hf_radio/hfir.sci
2230
%%DATADIR%%/examples/hf_radio/input.py
2266
%%USRP%%%%DATADIR%%/examples/hf_radio/input.py
2231
%%DATADIR%%/examples/hf_radio/output.py
2267
%%USRP%%%%DATADIR%%/examples/hf_radio/output.py
2232
%%DATADIR%%/examples/hf_radio/radio.py
2268
%%USRP%%%%DATADIR%%/examples/hf_radio/radio.py
2233
%%DATADIR%%/examples/hf_radio/radio.xml
2269
%%USRP%%%%DATADIR%%/examples/hf_radio/radio.xml
2234
%%DATADIR%%/examples/hf_radio/ssb_taps
2270
%%USRP%%%%DATADIR%%/examples/hf_radio/ssb_taps
2235
%%DATADIR%%/examples/hf_radio/ssbagc.py
2271
%%USRP%%%%DATADIR%%/examples/hf_radio/ssbagc.py
2236
%%DATADIR%%/examples/hf_radio/ssbdemod.py
2272
%%USRP%%%%DATADIR%%/examples/hf_radio/ssbdemod.py
2237
%%DATADIR%%/examples/hf_radio/startup.py
2273
%%USRP%%%%DATADIR%%/examples/hf_radio/startup.py
2238
%%DATADIR%%/examples/hf_radio/ui.py
2274
%%USRP%%%%DATADIR%%/examples/hf_radio/ui.py
2239
%%DATADIR%%/examples/metadata/file_metadata_sink.grc
2275
%%DATADIR%%/examples/metadata/file_metadata_sink.grc
2240
%%DATADIR%%/examples/metadata/file_metadata_source.grc
2276
%%DATADIR%%/examples/metadata/file_metadata_source.grc
2241
%%DATADIR%%/examples/metadata/file_metadata_vector_sink.grc
2277
%%DATADIR%%/examples/metadata/file_metadata_vector_sink.grc
Lines 2281-2307 libexec/gnuradio/grc_setup_freedesktop Link Here
2281
%%DATADIR%%/examples/trellis/fsm_files/awgn1o2_4.fsm
2317
%%DATADIR%%/examples/trellis/fsm_files/awgn1o2_4.fsm
2282
%%DATADIR%%/examples/trellis/fsm_files/awgn1o2_4rsc.fsm
2318
%%DATADIR%%/examples/trellis/fsm_files/awgn1o2_4rsc.fsm
2283
%%DATADIR%%/examples/trellis/fsm_files/awgn1o2_8.fsm
2319
%%DATADIR%%/examples/trellis/fsm_files/awgn1o2_8.fsm
2284
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_16.fsm
2320
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_16.fsm
2285
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_16ungerboeck.fsm
2321
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_16ungerboeck.fsm
2286
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_16ungerboecka.fsm
2322
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_16ungerboecka.fsm
2287
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_%%MAJOR_VERSION%%2ungerboeck.fsm
2323
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_32ungerboeck.fsm
2288
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_%%MAJOR_VERSION%%2ungerboecka.fsm
2324
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_32ungerboecka.fsm
2289
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_4.fsm
2325
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_4.fsm
2290
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_4_msb.fsm
2326
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_4_msb.fsm
2291
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_4_msbG.fsm
2327
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_4_msbG.fsm
2292
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_4ungerboeck.fsm
2328
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_4ungerboeck.fsm
2293
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_4ungerboecka.fsm
2329
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_4ungerboecka.fsm
2294
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_64ungerboeck.fsm
2330
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_64ungerboeck.fsm
2295
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_64ungerboecka.fsm
2331
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_64ungerboecka.fsm
2296
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_8.fsm
2332
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_8.fsm
2297
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_8ungerboeck.fsm
2333
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_8ungerboeck.fsm
2298
%%DATADIR%%/examples/trellis/fsm_files/awgn2o%%MAJOR_VERSION%%_8ungerboecka.fsm
2334
%%DATADIR%%/examples/trellis/fsm_files/awgn2o3_8ungerboecka.fsm
2299
%%DATADIR%%/examples/trellis/fsm_files/awgn2o4_4.fsm
2335
%%DATADIR%%/examples/trellis/fsm_files/awgn2o4_4.fsm
2300
%%DATADIR%%/examples/trellis/fsm_files/disconnected.fsm
2336
%%DATADIR%%/examples/trellis/fsm_files/disconnected.fsm
2301
%%DATADIR%%/examples/trellis/fsm_files/irregular.fsm
2337
%%DATADIR%%/examples/trellis/fsm_files/irregular.fsm
2302
%%DATADIR%%/examples/trellis/fsm_files/joint_16_16.fsm
2338
%%DATADIR%%/examples/trellis/fsm_files/joint_16_16.fsm
2303
%%DATADIR%%/examples/trellis/fsm_files/joint_4_16.fsm
2339
%%DATADIR%%/examples/trellis/fsm_files/joint_4_16.fsm
2304
%%DATADIR%%/examples/trellis/fsm_files/rep%%MAJOR_VERSION%%.fsm
2340
%%DATADIR%%/examples/trellis/fsm_files/rep3.fsm
2305
%%DATADIR%%/examples/trellis/fsm_files/rep5.fsm
2341
%%DATADIR%%/examples/trellis/fsm_files/rep5.fsm
2306
%%DATADIR%%/examples/trellis/fsm_files/simple.fsm
2342
%%DATADIR%%/examples/trellis/fsm_files/simple.fsm
2307
%%DATADIR%%/examples/trellis/fsm_files/uncoded4.fsm
2343
%%DATADIR%%/examples/trellis/fsm_files/uncoded4.fsm
Lines 2314-2349 libexec/gnuradio/grc_setup_freedesktop Link Here
2314
%%DATADIR%%/examples/trellis/test_tcm.py
2350
%%DATADIR%%/examples/trellis/test_tcm.py
2315
%%DATADIR%%/examples/trellis/turbo_equalization.grc
2351
%%DATADIR%%/examples/trellis/turbo_equalization.grc
2316
%%DATADIR%%/examples/trellis/viterbi_equalization.grc
2352
%%DATADIR%%/examples/trellis/viterbi_equalization.grc
2317
%%DATADIR%%/examples/uhd/fm_tx4.py
2353
%%USRP%%%%DATADIR%%/examples/uhd/fm_tx4.py
2318
%%DATADIR%%/examples/uhd/fm_tx_2_daughterboards.py
2354
%%USRP%%%%DATADIR%%/examples/uhd/fm_tx_2_daughterboards.py
2319
%%DATADIR%%/examples/uhd/max_power.py
2355
%%USRP%%%%DATADIR%%/examples/uhd/max_power.py
2320
%%DATADIR%%/examples/uhd/tags_demo
2356
%%USRP%%%%DATADIR%%/examples/uhd/tags_demo
2321
%%DATADIR%%/examples/uhd/uhd_const_wave.grc
2357
%%USRP%%%%DATADIR%%/examples/uhd/uhd_const_wave.grc
2322
%%DATADIR%%/examples/uhd/uhd_dpsk_mod.grc
2358
%%USRP%%%%DATADIR%%/examples/uhd/uhd_dpsk_mod.grc
2323
%%DATADIR%%/examples/uhd/uhd_fft.grc
2359
%%USRP%%%%DATADIR%%/examples/uhd/uhd_fft.grc
2324
%%DATADIR%%/examples/uhd/uhd_rx_dpsk.grc
2360
%%USRP%%%%DATADIR%%/examples/uhd/uhd_rx_dpsk.grc
2325
%%DATADIR%%/examples/uhd/uhd_two_tone_loopback.grc
2361
%%USRP%%%%DATADIR%%/examples/uhd/uhd_two_tone_loopback.grc
2326
%%DATADIR%%/examples/uhd/uhd_tx_dpsk.grc
2362
%%USRP%%%%DATADIR%%/examples/uhd/uhd_tx_dpsk.grc
2327
%%DATADIR%%/examples/uhd/uhd_wbfm_receive.grc
2363
%%USRP%%%%DATADIR%%/examples/uhd/uhd_wbfm_receive.grc
2328
%%DATADIR%%/examples/uhd/usrp_am_mw_rcv.py
2364
%%USRP%%%%DATADIR%%/examples/uhd/usrp_am_mw_rcv.py
2329
%%DATADIR%%/examples/uhd/usrp_nbfm_ptt.py
2365
%%USRP%%%%DATADIR%%/examples/uhd/usrp_nbfm_ptt.py
2330
%%DATADIR%%/examples/uhd/usrp_nbfm_rcv.py
2366
%%USRP%%%%DATADIR%%/examples/uhd/usrp_nbfm_rcv.py
2331
%%DATADIR%%/examples/uhd/usrp_spectrum_sense.py
2367
%%USRP%%%%DATADIR%%/examples/uhd/usrp_spectrum_sense.py
2332
%%DATADIR%%/examples/uhd/usrp_tv_rcv.py
2368
%%USRP%%%%DATADIR%%/examples/uhd/usrp_tv_rcv.py
2333
%%DATADIR%%/examples/uhd/usrp_tv_rcv_nogui.py
2369
%%USRP%%%%DATADIR%%/examples/uhd/usrp_tv_rcv_nogui.py
2334
%%DATADIR%%/examples/uhd/usrp_wfm_rcv.py
2370
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv.py
2335
%%DATADIR%%/examples/uhd/usrp_wfm_rcv2_nogui.py
2371
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv2_nogui.py
2336
%%DATADIR%%/examples/uhd/usrp_wfm_rcv_fmdet.py
2372
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_fmdet.py
2337
%%DATADIR%%/examples/uhd/usrp_wfm_rcv_nogui.py
2373
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_nogui.py
2338
%%DATADIR%%/examples/uhd/usrp_wfm_rcv_pll.py
2374
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_pll.py
2339
%%DATADIR%%/examples/uhd/usrp_wfm_rcv_sca.py
2375
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_sca.py
2340
%%DATADIR%%/examples/uhd/usrp_wxapt_rcv.py
2376
%%USRP%%%%DATADIR%%/examples/uhd/usrp_wxapt_rcv.py
2341
%%DATADIR%%/examples/vocoder/alaw_audio_loopback.py
2377
%%DATADIR%%/examples/vocoder/alaw_audio_loopback.py
2342
%%DATADIR%%/examples/vocoder/codec2_audio_loopback.py
2378
%%DATADIR%%/examples/vocoder/codec2_audio_loopback.py
2343
%%DATADIR%%/examples/vocoder/cvsd_audio_loopback.py
2379
%%DATADIR%%/examples/vocoder/cvsd_audio_loopback.py
2344
%%DATADIR%%/examples/vocoder/g721_audio_loopback.py
2380
%%DATADIR%%/examples/vocoder/g721_audio_loopback.py
2345
%%DATADIR%%/examples/vocoder/g72%%MAJOR_VERSION%%_24_audio_loopback.py
2381
%%DATADIR%%/examples/vocoder/g723_24_audio_loopback.py
2346
%%DATADIR%%/examples/vocoder/g72%%MAJOR_VERSION%%_40_audio_loopback.py
2382
%%DATADIR%%/examples/vocoder/g723_40_audio_loopback.py
2347
%%DATADIR%%/examples/vocoder/gsm_audio_loopback.py
2383
%%DATADIR%%/examples/vocoder/gsm_audio_loopback.py
2348
%%DATADIR%%/examples/vocoder/ulaw_audio_loopback.py
2384
%%DATADIR%%/examples/vocoder/ulaw_audio_loopback.py
2349
%%DATADIR%%/examples/volk_benchmark/README
2385
%%DATADIR%%/examples/volk_benchmark/README
Lines 2352-2358 libexec/gnuradio/grc_setup_freedesktop Link Here
2352
%%DATADIR%%/examples/volk_benchmark/volk_test_funcs.py
2388
%%DATADIR%%/examples/volk_benchmark/volk_test_funcs.py
2353
%%DATADIR%%/examples/volk_benchmark/volk_types.py
2389
%%DATADIR%%/examples/volk_benchmark/volk_types.py
2354
%%DATADIR%%/grc/blocks/analog_agc2_xx.xml
2390
%%DATADIR%%/grc/blocks/analog_agc2_xx.xml
2355
%%DATADIR%%/grc/blocks/analog_agc%%MAJOR_VERSION%%_xx.xml
2391
%%DATADIR%%/grc/blocks/analog_agc3_xx.xml
2356
%%DATADIR%%/grc/blocks/analog_agc_xx.xml
2392
%%DATADIR%%/grc/blocks/analog_agc_xx.xml
2357
%%DATADIR%%/grc/blocks/analog_am_demod_cf.xml
2393
%%DATADIR%%/grc/blocks/analog_am_demod_cf.xml
2358
%%DATADIR%%/grc/blocks/analog_block_tree.xml
2394
%%DATADIR%%/grc/blocks/analog_block_tree.xml
Lines 2413-2421 libexec/gnuradio/grc_setup_freedesktop Link Here
2413
%%DATADIR%%/grc/blocks/blocks_complex_to_real.xml
2449
%%DATADIR%%/grc/blocks/blocks_complex_to_real.xml
2414
%%DATADIR%%/grc/blocks/blocks_conjugate_cc.xml
2450
%%DATADIR%%/grc/blocks/blocks_conjugate_cc.xml
2415
%%DATADIR%%/grc/blocks/blocks_copy.xml
2451
%%DATADIR%%/grc/blocks/blocks_copy.xml
2452
%%DATADIR%%/grc/blocks/blocks_ctrlport_performance.xml
2416
%%DATADIR%%/grc/blocks/blocks_ctrlport_probe2_c.xml
2453
%%DATADIR%%/grc/blocks/blocks_ctrlport_probe2_c.xml
2417
%%DATADIR%%/grc/blocks/blocks_ctrlport_probe2_x.xml
2454
%%DATADIR%%/grc/blocks/blocks_ctrlport_probe2_x.xml
2418
%%DATADIR%%/grc/blocks/blocks_ctrlport_probe_c.xml
2455
%%DATADIR%%/grc/blocks/blocks_ctrlport_probe_c.xml
2456
%%DATADIR%%/grc/blocks/blocks_ctrlport_viewer.xml
2419
%%DATADIR%%/grc/blocks/blocks_deinterleave.xml
2457
%%DATADIR%%/grc/blocks/blocks_deinterleave.xml
2420
%%DATADIR%%/grc/blocks/blocks_delay.xml
2458
%%DATADIR%%/grc/blocks/blocks_delay.xml
2421
%%DATADIR%%/grc/blocks/blocks_divide_XX.xml
2459
%%DATADIR%%/grc/blocks/blocks_divide_XX.xml
Lines 2531-2537 libexec/gnuradio/grc_setup_freedesktop Link Here
2531
%%DATADIR%%/grc/blocks/channels_channel_model2.xml
2569
%%DATADIR%%/grc/blocks/channels_channel_model2.xml
2532
%%DATADIR%%/grc/blocks/channels_conj_fs_iqcorr.xml
2570
%%DATADIR%%/grc/blocks/channels_conj_fs_iqcorr.xml
2533
%%DATADIR%%/grc/blocks/channels_distortion_2_gen.xml
2571
%%DATADIR%%/grc/blocks/channels_distortion_2_gen.xml
2534
%%DATADIR%%/grc/blocks/channels_distortion_%%MAJOR_VERSION%%_gen.xml
2572
%%DATADIR%%/grc/blocks/channels_distortion_3_gen.xml
2535
%%DATADIR%%/grc/blocks/channels_dynamic_channel_model.xml
2573
%%DATADIR%%/grc/blocks/channels_dynamic_channel_model.xml
2536
%%DATADIR%%/grc/blocks/channels_fading_model.xml
2574
%%DATADIR%%/grc/blocks/channels_fading_model.xml
2537
%%DATADIR%%/grc/blocks/channels_impairments.xml
2575
%%DATADIR%%/grc/blocks/channels_impairments.xml
Lines 2542-2549 libexec/gnuradio/grc_setup_freedesktop Link Here
2542
%%DATADIR%%/grc/blocks/channels_selective_fading_model.xml
2580
%%DATADIR%%/grc/blocks/channels_selective_fading_model.xml
2543
%%DATADIR%%/grc/blocks/channels_sro_model.xml
2581
%%DATADIR%%/grc/blocks/channels_sro_model.xml
2544
%%DATADIR%%/grc/blocks/digital_additive_scrambler_bb.xml
2582
%%DATADIR%%/grc/blocks/digital_additive_scrambler_bb.xml
2545
%%DATADIR%%/grc/blocks/digital_%%QT_BINDIR%%ary_slicer_fb.xml
2583
%%DATADIR%%/grc/blocks/digital_binary_slicer_fb.xml
2546
%%DATADIR%%/grc/blocks/digital_block_tree.xml
2584
%%DATADIR%%/grc/blocks/digital_block_tree.xml
2585
%%DATADIR%%/grc/blocks/digital_burst_shaper.xml
2547
%%DATADIR%%/grc/blocks/digital_chunks_to_symbols.xml
2586
%%DATADIR%%/grc/blocks/digital_chunks_to_symbols.xml
2548
%%DATADIR%%/grc/blocks/digital_clock_recovery_mm_xx.xml
2587
%%DATADIR%%/grc/blocks/digital_clock_recovery_mm_xx.xml
2549
%%DATADIR%%/grc/blocks/digital_cma_equalizer_cc.xml
2588
%%DATADIR%%/grc/blocks/digital_cma_equalizer_cc.xml
Lines 2553-2566 libexec/gnuradio/grc_setup_freedesktop Link Here
2553
%%DATADIR%%/grc/blocks/digital_constellation_receiver_cb.xml
2592
%%DATADIR%%/grc/blocks/digital_constellation_receiver_cb.xml
2554
%%DATADIR%%/grc/blocks/digital_constellation_rect.xml
2593
%%DATADIR%%/grc/blocks/digital_constellation_rect.xml
2555
%%DATADIR%%/grc/blocks/digital_constellation_soft_decoder_cf.xml
2594
%%DATADIR%%/grc/blocks/digital_constellation_soft_decoder_cf.xml
2595
%%DATADIR%%/grc/blocks/digital_corr_est_cc.xml
2556
%%DATADIR%%/grc/blocks/digital_correlate_access_code_bb.xml
2596
%%DATADIR%%/grc/blocks/digital_correlate_access_code_bb.xml
2557
%%DATADIR%%/grc/blocks/digital_correlate_access_code_tag_bb.xml
2597
%%DATADIR%%/grc/blocks/digital_correlate_access_code_tag_bb.xml
2558
%%DATADIR%%/grc/blocks/digital_correlate_access_code_xx_ts.xml
2598
%%DATADIR%%/grc/blocks/digital_correlate_access_code_xx_ts.xml
2559
%%DATADIR%%/grc/blocks/digital_correlate_and_sync_cc.xml
2599
%%DATADIR%%/grc/blocks/digital_correlate_and_sync_cc.xml
2560
%%DATADIR%%/grc/blocks/digital_costas_loop_cc.xml
2600
%%DATADIR%%/grc/blocks/digital_costas_loop_cc.xml
2561
%%DATADIR%%/grc/blocks/digital_cpmmod_bc.xml
2601
%%DATADIR%%/grc/blocks/digital_cpmmod_bc.xml
2562
%%DATADIR%%/grc/blocks/digital_crc%%MAJOR_VERSION%%2_async_bb.xml
2602
%%DATADIR%%/grc/blocks/digital_crc32_async_bb.xml
2563
%%DATADIR%%/grc/blocks/digital_crc%%MAJOR_VERSION%%2_bb.xml
2603
%%DATADIR%%/grc/blocks/digital_crc32_bb.xml
2564
%%DATADIR%%/grc/blocks/digital_descrambler_bb.xml
2604
%%DATADIR%%/grc/blocks/digital_descrambler_bb.xml
2565
%%DATADIR%%/grc/blocks/digital_diff_decoder_bb.xml
2605
%%DATADIR%%/grc/blocks/digital_diff_decoder_bb.xml
2566
%%DATADIR%%/grc/blocks/digital_diff_encoder_bb.xml
2606
%%DATADIR%%/grc/blocks/digital_diff_encoder_bb.xml
Lines 2581-2588 libexec/gnuradio/grc_setup_freedesktop Link Here
2581
%%DATADIR%%/grc/blocks/digital_kurtotic_equalizer_cc.xml
2621
%%DATADIR%%/grc/blocks/digital_kurtotic_equalizer_cc.xml
2582
%%DATADIR%%/grc/blocks/digital_lms_dd_equalizer_cc.xml
2622
%%DATADIR%%/grc/blocks/digital_lms_dd_equalizer_cc.xml
2583
%%DATADIR%%/grc/blocks/digital_map_bb.xml
2623
%%DATADIR%%/grc/blocks/digital_map_bb.xml
2624
%%DATADIR%%/grc/blocks/digital_modulate_vector.xml
2584
%%DATADIR%%/grc/blocks/digital_mpsk_receiver_cc.xml
2625
%%DATADIR%%/grc/blocks/digital_mpsk_receiver_cc.xml
2585
%%DATADIR%%/grc/blocks/digital_mpsk_snr_est_cc.xml
2626
%%DATADIR%%/grc/blocks/digital_mpsk_snr_est_cc.xml
2627
%%DATADIR%%/grc/blocks/digital_msk_timing_recovery_cc.xml
2586
%%DATADIR%%/grc/blocks/digital_ofdm_carrier_allocator_cvc.xml
2628
%%DATADIR%%/grc/blocks/digital_ofdm_carrier_allocator_cvc.xml
2587
%%DATADIR%%/grc/blocks/digital_ofdm_chanest_vcvc.xml
2629
%%DATADIR%%/grc/blocks/digital_ofdm_chanest_vcvc.xml
2588
%%DATADIR%%/grc/blocks/digital_ofdm_cyclic_prefixer.xml
2630
%%DATADIR%%/grc/blocks/digital_ofdm_cyclic_prefixer.xml
Lines 2639-2644 libexec/gnuradio/grc_setup_freedesktop Link Here
2639
%%DATADIR%%/grc/blocks/dtv_dvbs2_interleaver_bb.xml
2681
%%DATADIR%%/grc/blocks/dtv_dvbs2_interleaver_bb.xml
2640
%%DATADIR%%/grc/blocks/dtv_dvbs2_modulator_bc.xml
2682
%%DATADIR%%/grc/blocks/dtv_dvbs2_modulator_bc.xml
2641
%%DATADIR%%/grc/blocks/dtv_dvbs2_physical_cc.xml
2683
%%DATADIR%%/grc/blocks/dtv_dvbs2_physical_cc.xml
2684
%%DATADIR%%/grc/blocks/dtv_dvbt_bit_inner_interleaver.xml
2685
%%DATADIR%%/grc/blocks/dtv_dvbt_convolutional_interleaver.xml
2686
%%DATADIR%%/grc/blocks/dtv_dvbt_energy_dispersal.xml
2687
%%DATADIR%%/grc/blocks/dtv_dvbt_inner_coder.xml
2688
%%DATADIR%%/grc/blocks/dtv_dvbt_map.xml
2689
%%DATADIR%%/grc/blocks/dtv_dvbt_reed_solomon_enc.xml
2690
%%DATADIR%%/grc/blocks/dtv_dvbt_reference_signals.xml
2691
%%DATADIR%%/grc/blocks/dtv_dvbt_symbol_inner_interleaver.xml
2642
%%DATADIR%%/grc/blocks/dtv_dvbt2_cellinterleaver_cc.xml
2692
%%DATADIR%%/grc/blocks/dtv_dvbt2_cellinterleaver_cc.xml
2643
%%DATADIR%%/grc/blocks/dtv_dvbt2_framemapper_cc.xml
2693
%%DATADIR%%/grc/blocks/dtv_dvbt2_framemapper_cc.xml
2644
%%DATADIR%%/grc/blocks/dtv_dvbt2_freqinterleaver_cc.xml
2694
%%DATADIR%%/grc/blocks/dtv_dvbt2_freqinterleaver_cc.xml
Lines 2750-2760 libexec/gnuradio/grc_setup_freedesktop Link Here
2750
%%DATADIR%%/grc/blocks/trellis_siso_f.xml
2800
%%DATADIR%%/grc/blocks/trellis_siso_f.xml
2751
%%DATADIR%%/grc/blocks/trellis_viterbi_com%%QT_BINDIR%%ed_xx.xml
2801
%%DATADIR%%/grc/blocks/trellis_viterbi_com%%QT_BINDIR%%ed_xx.xml
2752
%%DATADIR%%/grc/blocks/trellis_viterbi_x.xml
2802
%%DATADIR%%/grc/blocks/trellis_viterbi_x.xml
2753
%%DATADIR%%/grc/blocks/uhd_amsg_source.xml
2803
%%USRP%%%%DATADIR%%/grc/blocks/uhd_amsg_source.xml
2754
%%DATADIR%%/grc/blocks/uhd_block_tree.xml
2804
%%USRP%%%%DATADIR%%/grc/blocks/uhd_block_tree.xml
2755
%%DATADIR%%/grc/blocks/uhd_usrp_sink.xml
2805
%%USRP%%%%DATADIR%%/grc/blocks/uhd_usrp_sink.xml
2756
%%DATADIR%%/grc/blocks/uhd_usrp_source.xml
2806
%%USRP%%%%DATADIR%%/grc/blocks/uhd_usrp_source.xml
2757
%%DATADIR%%/grc/blocks/variable.xml
2807
%%DATADIR%%/grc/blocks/variable.xml
2808
%%DATADIR%%/grc/blocks/variable_band_pass_filter_taps.xml
2809
%%DATADIR%%/grc/blocks/variable_band_reject_filter_taps.xml
2758
%%DATADIR%%/grc/blocks/variable_cc_decoder_def_list.xml
2810
%%DATADIR%%/grc/blocks/variable_cc_decoder_def_list.xml
2759
%%DATADIR%%/grc/blocks/variable_cc_encoder_def_list.xml
2811
%%DATADIR%%/grc/blocks/variable_cc_encoder_def_list.xml
2760
%%DATADIR%%/grc/blocks/variable_ccsds_encoder_def_list.xml
2812
%%DATADIR%%/grc/blocks/variable_ccsds_encoder_def_list.xml
Lines 2764-2772 libexec/gnuradio/grc_setup_freedesktop Link Here
2764
%%DATADIR%%/grc/blocks/variable_dummy_decoder_def_list.xml
2816
%%DATADIR%%/grc/blocks/variable_dummy_decoder_def_list.xml
2765
%%DATADIR%%/grc/blocks/variable_dummy_encoder_def_list.xml
2817
%%DATADIR%%/grc/blocks/variable_dummy_encoder_def_list.xml
2766
%%DATADIR%%/grc/blocks/variable_function_probe.xml
2818
%%DATADIR%%/grc/blocks/variable_function_probe.xml
2819
%%DATADIR%%/grc/blocks/variable_high_pass_filter_taps.xml
2820
%%DATADIR%%/grc/blocks/variable_low_pass_filter_taps.xml
2767
%%DATADIR%%/grc/blocks/variable_repetition_decoder_def_list.xml
2821
%%DATADIR%%/grc/blocks/variable_repetition_decoder_def_list.xml
2768
%%DATADIR%%/grc/blocks/variable_repetition_encoder_def_list.xml
2822
%%DATADIR%%/grc/blocks/variable_repetition_encoder_def_list.xml
2823
%%DATADIR%%/grc/blocks/variable_rrc_filter_taps.xml
2769
%%DATADIR%%/grc/blocks/variable_slider.xml
2824
%%DATADIR%%/grc/blocks/variable_slider.xml
2825
%%DATADIR%%/grc/blocks/variable_struct.xml
2770
%%DATADIR%%/grc/blocks/variable_static_text.xml
2826
%%DATADIR%%/grc/blocks/variable_static_text.xml
2771
%%DATADIR%%/grc/blocks/variable_text_box.xml
2827
%%DATADIR%%/grc/blocks/variable_text_box.xml
2772
%%DATADIR%%/grc/blocks/video_block_tree.xml
2828
%%DATADIR%%/grc/blocks/video_block_tree.xml
Lines 2784-2793 libexec/gnuradio/grc_setup_freedesktop Link Here
2784
%%DATADIR%%/grc/blocks/vocoder_cvsd_encode_sb.xml
2840
%%DATADIR%%/grc/blocks/vocoder_cvsd_encode_sb.xml
2785
%%DATADIR%%/grc/blocks/vocoder_g721_decode_bs.xml
2841
%%DATADIR%%/grc/blocks/vocoder_g721_decode_bs.xml
2786
%%DATADIR%%/grc/blocks/vocoder_g721_encode_sb.xml
2842
%%DATADIR%%/grc/blocks/vocoder_g721_encode_sb.xml
2787
%%DATADIR%%/grc/blocks/vocoder_g72%%MAJOR_VERSION%%_24_decode_bs.xml
2843
%%DATADIR%%/grc/blocks/vocoder_g723_24_decode_bs.xml
2788
%%DATADIR%%/grc/blocks/vocoder_g72%%MAJOR_VERSION%%_24_encode_sb.xml
2844
%%DATADIR%%/grc/blocks/vocoder_g723_24_encode_sb.xml
2789
%%DATADIR%%/grc/blocks/vocoder_g72%%MAJOR_VERSION%%_40_decode_bs.xml
2845
%%DATADIR%%/grc/blocks/vocoder_g723_40_decode_bs.xml
2790
%%DATADIR%%/grc/blocks/vocoder_g72%%MAJOR_VERSION%%_40_encode_sb.xml
2846
%%DATADIR%%/grc/blocks/vocoder_g723_40_encode_sb.xml
2791
%%DATADIR%%/grc/blocks/vocoder_gsm_fr_decode_ps.xml
2847
%%DATADIR%%/grc/blocks/vocoder_gsm_fr_decode_ps.xml
2792
%%DATADIR%%/grc/blocks/vocoder_gsm_fr_encode_sp.xml
2848
%%DATADIR%%/grc/blocks/vocoder_gsm_fr_encode_sp.xml
2793
%%DATADIR%%/grc/blocks/vocoder_ulaw_decode_bs.xml
2849
%%DATADIR%%/grc/blocks/vocoder_ulaw_decode_bs.xml
Lines 2803-2818 libexec/gnuradio/grc_setup_freedesktop Link Here
2803
%%DATADIR%%/grc/blocks/xmlrpc_server.xml
2859
%%DATADIR%%/grc/blocks/xmlrpc_server.xml
2804
%%DATADIR%%/grc/freedesktop/gnuradio-grc.desktop
2860
%%DATADIR%%/grc/freedesktop/gnuradio-grc.desktop
2805
%%DATADIR%%/grc/freedesktop/gnuradio-grc.xml
2861
%%DATADIR%%/grc/freedesktop/gnuradio-grc.xml
2862
%%DATADIR%%/grc/freedesktop/grc-icon-16.png
2806
%%DATADIR%%/grc/freedesktop/grc-icon-128.png
2863
%%DATADIR%%/grc/freedesktop/grc-icon-128.png
2864
%%DATADIR%%/grc/freedesktop/grc-icon-24.png
2807
%%DATADIR%%/grc/freedesktop/grc-icon-256.png
2865
%%DATADIR%%/grc/freedesktop/grc-icon-256.png
2808
%%DATADIR%%/grc/freedesktop/grc-icon-%%MAJOR_VERSION%%2.png
2866
%%DATADIR%%/grc/freedesktop/grc-icon-32.png
2809
%%DATADIR%%/grc/freedesktop/grc-icon-48.png
2867
%%DATADIR%%/grc/freedesktop/grc-icon-48.png
2810
%%DATADIR%%/grc/freedesktop/grc-icon-64.png
2868
%%DATADIR%%/grc/freedesktop/grc-icon-64.png
2811
%%DATADIR%%/modtool/gr-newmod/CMakeLists.txt
2869
%%DATADIR%%/modtool/gr-newmod/CMakeLists.txt
2812
%%DATADIR%%/modtool/gr-newmod/CMakeLists.txt.bak
2813
%%DATADIR%%/modtool/gr-newmod/MANIFEST.md
2870
%%DATADIR%%/modtool/gr-newmod/MANIFEST.md
2814
%%DATADIR%%/modtool/gr-newmod/apps/CMakeLists.txt
2871
%%DATADIR%%/modtool/gr-newmod/apps/CMakeLists.txt
2815
%%DATADIR%%/modtool/gr-newmod/apps/CMakeLists.txt.bak
2816
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake
2872
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake
2817
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/FindCppUnit.cmake
2873
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/FindCppUnit.cmake
2818
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake
2874
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake
Lines 2825-2834 libexec/gnuradio/grc_setup_freedesktop Link Here
2825
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake
2881
%%DATADIR%%/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake
2826
%%DATADIR%%/modtool/gr-newmod/cmake/cmake_uninstall.cmake.in
2882
%%DATADIR%%/modtool/gr-newmod/cmake/cmake_uninstall.cmake.in
2827
%%DATADIR%%/modtool/gr-newmod/docs/CMakeLists.txt
2883
%%DATADIR%%/modtool/gr-newmod/docs/CMakeLists.txt
2828
%%DATADIR%%/modtool/gr-newmod/docs/CMakeLists.txt.bak
2829
%%DATADIR%%/modtool/gr-newmod/docs/README.howto
2884
%%DATADIR%%/modtool/gr-newmod/docs/README.howto
2830
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/CMakeLists.txt
2885
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/CMakeLists.txt
2831
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/CMakeLists.txt.bak
2832
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/Doxyfile.in
2886
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/Doxyfile.in
2833
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/Doxyfile.swig_doc.in
2887
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/Doxyfile.swig_doc.in
2834
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/doxyxml/__init__.py
2888
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/doxyxml/__init__.py
Lines 2845-2866 libexec/gnuradio/grc_setup_freedesktop Link Here
2845
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/swig_doc.py
2899
%%DATADIR%%/modtool/gr-newmod/docs/doxygen/swig_doc.py
2846
%%DATADIR%%/modtool/gr-newmod/examples/README
2900
%%DATADIR%%/modtool/gr-newmod/examples/README
2847
%%DATADIR%%/modtool/gr-newmod/grc/CMakeLists.txt
2901
%%DATADIR%%/modtool/gr-newmod/grc/CMakeLists.txt
2848
%%DATADIR%%/modtool/gr-newmod/grc/CMakeLists.txt.bak
2849
%%DATADIR%%/modtool/gr-newmod/include/howto/CMakeLists.txt
2902
%%DATADIR%%/modtool/gr-newmod/include/howto/CMakeLists.txt
2850
%%DATADIR%%/modtool/gr-newmod/include/howto/CMakeLists.txt.bak
2851
%%DATADIR%%/modtool/gr-newmod/include/howto/api.h
2903
%%DATADIR%%/modtool/gr-newmod/include/howto/api.h
2852
%%DATADIR%%/modtool/gr-newmod/lib/CMakeLists.txt
2904
%%DATADIR%%/modtool/gr-newmod/lib/CMakeLists.txt
2853
%%DATADIR%%/modtool/gr-newmod/lib/CMakeLists.txt.bak
2854
%%DATADIR%%/modtool/gr-newmod/lib/qa_howto.cc
2905
%%DATADIR%%/modtool/gr-newmod/lib/qa_howto.cc
2855
%%DATADIR%%/modtool/gr-newmod/lib/qa_howto.h
2906
%%DATADIR%%/modtool/gr-newmod/lib/qa_howto.h
2856
%%DATADIR%%/modtool/gr-newmod/lib/test_howto.cc
2907
%%DATADIR%%/modtool/gr-newmod/lib/test_howto.cc
2857
%%DATADIR%%/modtool/gr-newmod/python/CMakeLists.txt
2908
%%DATADIR%%/modtool/gr-newmod/python/CMakeLists.txt
2858
%%DATADIR%%/modtool/gr-newmod/python/CMakeLists.txt.bak
2859
%%DATADIR%%/modtool/gr-newmod/python/__init__.py
2909
%%DATADIR%%/modtool/gr-newmod/python/__init__.py
2860
%%DATADIR%%/modtool/gr-newmod/python/build_utils.py
2910
%%DATADIR%%/modtool/gr-newmod/python/build_utils.py
2861
%%DATADIR%%/modtool/gr-newmod/python/build_utils_codes.py
2911
%%DATADIR%%/modtool/gr-newmod/python/build_utils_codes.py
2862
%%DATADIR%%/modtool/gr-newmod/swig/CMakeLists.txt
2912
%%DATADIR%%/modtool/gr-newmod/swig/CMakeLists.txt
2863
%%DATADIR%%/modtool/gr-newmod/swig/CMakeLists.txt.bak
2864
%%DATADIR%%/modtool/gr-newmod/swig/howto_swig.i
2913
%%DATADIR%%/modtool/gr-newmod/swig/howto_swig.i
2865
%%DATADIR%%/themes/alt.qss
2914
%%DATADIR%%/themes/alt.qss
2866
%%DATADIR%%/themes/dark.qss
2915
%%DATADIR%%/themes/dark.qss

Return to bug 203500