pkgsrc-WIP-changes archive

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

gnuradio-channels: fix installation of blocks



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Aug 2 10:30:52 2020 +0200
Changeset:	d104e3f3cb6b8b3cc4fa97c36d2d5f480ea1a2cf

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

Log Message:
gnuradio-channels: fix installation of blocks

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

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

diffstat:
 gnuradio-channels/Makefile |  3 +++
 gnuradio-channels/PLIST    | 44 ++++++++++++++++++--------------------------
 2 files changed, 21 insertions(+), 26 deletions(-)

diffs:
diff --git a/gnuradio-channels/Makefile b/gnuradio-channels/Makefile
index f74d9ebf3a..c069ec393b 100644
--- a/gnuradio-channels/Makefile
+++ b/gnuradio-channels/Makefile
@@ -8,5 +8,8 @@ COMMENT=	Signal processing blocks to simulate channel models of GNU Radio
 
 CMAKE_ARGS+=	-DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=	-DENABLE_GR_CHANNELS=ON
+CMAKE_ARGS+=	-DENABLE_GRC=True
+
+PLIST_MINUS+=	companion
 
 .include	"../../mk/bsd.pkg.mk"
diff --git a/gnuradio-channels/PLIST b/gnuradio-channels/PLIST
index ec23b014a1..1cc5ec676f 100644
--- a/gnuradio-channels/PLIST
+++ b/gnuradio-channels/PLIST
@@ -56,29 +56,21 @@ share/gnuradio/examples/channels/demo_qam.grc
 share/gnuradio/examples/channels/demo_quantization.grc
 share/gnuradio/examples/channels/demo_spec_an.grc
 share/gnuradio/examples/channels/demo_two_tone.grc
-@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 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 include/pmt
-@pkgdir include/gnuradio/thread
-@pkgdir include/gnuradio/messages
-@pkgdir include/gnuradio/filter
-@pkgdir include/gnuradio/fft
-@pkgdir include/gnuradio/blocks
-@pkgdir include/gnuradio/audio
-@pkgdir include/gnuradio/analog
-@pkgdir bin
+share/gnuradio/grc/blocks/channels.tree.yml
+share/gnuradio/grc/blocks/channels_amp_bal.block.yml
+share/gnuradio/grc/blocks/channels_cfo_model.block.yml
+share/gnuradio/grc/blocks/channels_channel_model.block.yml
+share/gnuradio/grc/blocks/channels_channel_model2.block.yml
+share/gnuradio/grc/blocks/channels_conj_fs_iqcorr.block.yml
+share/gnuradio/grc/blocks/channels_distortion_2_gen.block.yml
+share/gnuradio/grc/blocks/channels_distortion_3_gen.block.yml
+share/gnuradio/grc/blocks/channels_dynamic_channel_model.block.yml
+share/gnuradio/grc/blocks/channels_fading_model.block.yml
+share/gnuradio/grc/blocks/channels_impairments.block.yml
+share/gnuradio/grc/blocks/channels_iqbal_gen.block.yml
+share/gnuradio/grc/blocks/channels_phase_bal.block.yml
+share/gnuradio/grc/blocks/channels_phase_noise_gen.block.yml
+share/gnuradio/grc/blocks/channels_quantizer.block.yml
+share/gnuradio/grc/blocks/channels_selective_fading_model.block.yml
+share/gnuradio/grc/blocks/channels_selective_fading_model2.block.yml
+share/gnuradio/grc/blocks/channels_sro_model.block.yml


Home | Main Index | Thread Index | Old Index