NOTICE: This package has been removed from pkgsrc

./wip/gnuradio, Collection of GNU Radio (meta package, easy to install whole thing)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.8.1.0, Package name: gnuradio-3.8.1.0, Maintainer: pkgsrc-users

Meta package for collection of gnuradio:
GNU Radio is a collection of software that when combined with minimal hardware,
allows the construction of radios where the actual waveforms transmitted and
received are defined by software. What this means is that it turns the digital
modulation schemes used in today's high performance wireless devices into
software problems.

This is meta package to install all of GNU Radio modules.


Required to run:
[wip/gnuradio-fec] [wip/gnuradio-pager] [wip/gnuradio-qtgui] [wip/gnuradio-uhd] [wip/gnuradio-utils] [wip/gnuradio-vocoder] [wip/gnuradio-wxgui] [wip/gnuradio-video-sdl] [wip/gnuradio-noaa] [wip/gnuradio-wavelet] [wip/gnuradio-channels] [wip/gnuradio-ctrlport] [wip/gnuradio-fcd] [wip/gnuradio-dtv] [wip/gnuradio-doxygen] [wip/gnuradio-companion] [wip/gnuradio-atsc] [wip/gnuradio-trellis] [wip/gnuradio-digital] [wip/gnuradio-zeromq]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2014-10-07 08:05:21 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
-wxgui and -zeromq were not included.

   2014-10-05 14:47:43 by Makoto Fujiwara | Files touched by this commit (11)
Log message:
(DESCR)
  - Cleanup. Correction. Simplify
(Makefile)
  - Cleanup. Correction. Simplify of COMMENT= line
(gnuradio-pager/buildlink3.mk)
  - Correction (core -> pager)
(gnuradio-default/Makefile)
  - Use Following line instead of ${INSTALL_DATA_DIR} command
    +INSTALLATION_DIRS+= ${EGDIR}
   2014-09-28 02:40:28 by Makoto Fujiwara | Files touched by this commit (10)
Log message:
- Make gnuradio-core/Makefile.common minumum (purely common)
  (meaning to move setup, CMAKE_ARGS, buildlink, to dividual modules)
- Add gnuradio-zeromq to gnuradio-default and gnuradio meta-pkgs
- (gnuradio-default and gnuradio-core) gr_filter_design asks for:
   Add (full) DEPENDS to py-qwt-qt4
- (Tabify)
   2014-09-18 02:43:29 by Makoto Fujiwara | Files touched by this commit (22) | Package removed
Log message:
GNU Radio 3.7.5, converting options.mk selection to modularized 20 packages, and \ 
gnuradio-default (Enable default) and gnuradio (meta-pkg).

   2014-09-18 02:22:32 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
By using ENABLE_GR_xxx cmake variable, split gnuradio into small
modules.  Aside from that, gnuradio-default is prepared to build with
upstream default(ENABLE_DEFAULT=True).  This -default is for the
refererence to see if meta-pkgs/gnuradio covers with its -default version

There are PLIST overwraps if just using ENABLE_GR_xxx variables.
One between all the modules and gnuradio-core. The others are between
gnuradio-atsc and gnuradio-fec, and between -trellis and -digital.
Those combination sound natural, because former depends the latter
(But latter alone can be packaged).

The work around of above problem is that
having removing-overwrapped-PLIST-script in post-install: target.
(on Nocore.mk)

Common stuff, Makefile.version, Makefile.common, distinfo, patches
are moved from meta-pkgs to gnuradio-core. I believe it is natural location.

To check the consistency over various PLIST's, perl script 
check-PLIST-overwrap is at gnuradio-core/files. This is only for
PKG_DEVELOPERS. Have -h for usage.  Overwaps and Missing (from
gnuradio-default) of PLIST's will be shown by this.

(Other files will be committed later)
   2014-09-09 09:48:43 by Makoto Fujiwara | Files touched by this commit (27) | Package updated
Log message:
(Upstream update 3.7.2.1 to 3.7.5)
ChangeLog for 3.7.5
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5
ChangeLog for 3.7.2
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_2

(pkgsrc)
convert cmake command at do-configure: to USE_CMAKE= yes style
(Not all combinations of options are verified yet, sorry).
   2014-09-06 11:52:03 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Add patches/patch-gr-audio_lib_alsa_alsa__impl_h for audio-companion

   2014-09-01 09:00:59 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
gnuradio-core now build will complete (at least).