From 11738edbed8d719c6c0df530488f14cb36bfe116 Mon Sep 17 00:00:00 2001 From: wiedi Date: Thu, 26 Nov 2015 20:53:52 +0000 Subject: don't forget to install audio config examples, fixes osx --- ham/gnuradio-core/Makefile | 3 ++- ham/gnuradio-core/Makefile.common | 4 ++-- ham/gnuradio-core/PLIST | 6 +++++- ham/gnuradio-core/PLIST.Darwin | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) (limited to 'ham') diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 153bf874378..569e05c95d0 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2015/09/01 04:13:43 mef Exp $ +# $NetBSD: Makefile,v 1.51 2015/11/26 20:53:52 wiedi Exp $ PKGNAME= gnuradio-core-${VERSION} +PKGREVISION= 1 COMMENT= Core part of GNU Radio, all others need this PLIST_MINUS= # empty diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index 597b27dba44..ec79a394cd0 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2015/09/01 04:13:43 mef Exp $ +# $NetBSD: Makefile.common,v 1.9 2015/11/26 20:53:52 wiedi Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -93,7 +93,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0 CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib -CMAKE_ARGS+= -DGR_PREFSDIR=${DESTDIR}${PREFIX}/share/ +CMAKE_ARGS+= -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/ CMAKE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include CMAKE_ARG_PATH= ../ diff --git a/ham/gnuradio-core/PLIST b/ham/gnuradio-core/PLIST index 0919b5c165a..36ad419147e 100644 --- a/ham/gnuradio-core/PLIST +++ b/ham/gnuradio-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2015/09/01 04:13:43 mef Exp $ +@comment $NetBSD: PLIST,v 1.21 2015/11/26 20:53:52 wiedi Exp $ bin/gnuradio-config-info bin/gr_filter_design bin/volk-config-info @@ -940,6 +940,10 @@ share/gnuradio/examples/filter/resampler.py share/gnuradio/examples/filter/resampler_demo.grc share/gnuradio/examples/filter/synth_filter.py share/gnuradio/examples/filter/synth_to_chan.py +share/gnuradio/examples/gnuradio-runtime.conf +share/gnuradio/examples/gr-audio-jack.conf +share/gnuradio/examples/gr-audio-portaudio.conf +share/gnuradio/examples/gr-audio.conf share/gnuradio/examples/metadata/file_metadata_sink.grc share/gnuradio/examples/metadata/file_metadata_source.grc share/gnuradio/examples/metadata/file_metadata_vector_sink.grc diff --git a/ham/gnuradio-core/PLIST.Darwin b/ham/gnuradio-core/PLIST.Darwin index 74207f02526..e54de82add6 100644 --- a/ham/gnuradio-core/PLIST.Darwin +++ b/ham/gnuradio-core/PLIST.Darwin @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST.Darwin,v 1.1 2015/01/27 06:03:17 dbj Exp $ +@comment $NetBSD: PLIST.Darwin,v 1.2 2015/11/26 20:53:52 wiedi Exp $ include/gnuradio/audio/osx_impl.h -share/examples/gnuradio/conf.d/gr-audio-osx.conf +share/gnuradio/examples/gr-audio-osx.conf -- cgit v1.2.3