NOTICE: This package has been removed from pkgsrc

./wip/gnuradio-companion, User interface entry of GNU Radio

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


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

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 module provide gnuradio-companion, user interface entry.


Required to run:
[audio/portaudio] [audio/gsm] [audio/jack] [math/fftwf] [math/gsl] [ham/gnuradio-core] [devel/cppunit] [devel/boost-libs] [devel/py-cheetah] [x11/py-gtk2] [textproc/py-lxml] [misc/xdg-utils] [devel/orc] [devel/py-mako] [lang/python27] [devel/swig2] [lang/py-six] [x11/py-qwt-qt4] [math/py-scipy12]

Required to build:
[pkgtools/x11-links] [devel/boost-headers] [devel/py-gobject-shared] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Package options: filter-design

Master sites:

SHA1: d01a97bc06ac2543e393dc0b7df629f9a4fb07d4
RMD160: 6b6c96a7942ae1a42aff2ac4f70fb761b735864a
Filesize: 3483.536 KB

Version history: (Expand)


CVS history: (Expand)


   2015-09-17 15:48:04 by Makoto Fujiwara | Files touched by this commit (68)
Log message:
Update wip/gnuradio* sync to ham/gnuradio*  (for further work)
   2015-02-07 23:08:46 by Tobias Nygren | Files touched by this commit (3)
Log message:
drop tailing '/'
   2015-01-25 13:13:38 by Makoto Fujiwara | Files touched by this commit (7)
Log message:
Update gnuradio-* from 3.7.5.2 to 3.7.6
GNU Radio releases 3.7.6 and 3.7.5.2 are available for download:

   ( several tens of lines omitted for URL and List of contributors)

Release 3.7.5.2 is a bug-fix only maintenance patch following 3.7.5.1,
and will be the last one for the 3.7.5 release.  Release 3.7.6
incorporates all these fixes and adds significant new features.
   2014-11-18 06:27:27 by Makoto Fujiwara | Files touched by this commit (7) | Package updated
Log message:
2014-10-21 GnuRadio 3.7.5.1 is available
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1

audio: Fixes string format bug in ALSA error messages.
blocks: Added callback to vector source GRC bindings
blocks: benchmark scripts using wrong includes.
blocks: convert asserts to throwing runtime errors in keep_m_in_n ctor.
blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.
blocks: fixed up keem_m_in_n to handle relative rate and correct number of items \ 
in calls to work.
blocks: removed use of 'and', 'or', and 'not' for &&, ||, and !.
cmake: Additional search path for QWT include files.
cmake: OSS is not for APPLE or WINDOWS.
cmake: Use APPLE, not matching Darwin
cmake: modtool: On Apple only, set install name and use rpath correctly.
cmake: modtool: allow the use of a MODULES_DIR to specify where cmake modules \ 
are installed.
cmake: modtool: make sure our local CMake Modules path comes first.
cmake: modtool: update copyright date.
digital: adapt clock recovery QA
digital: applying same fix of the complex M&M clock recovery block as the \ 
float vrsion.
digital: clock recovery delete unused variables
digital: clock recovery fix relative limit
digital: clock recovery more verbose documentation
docs: Make explicit we only support Qt4
dtv: fix internal GR component dependencies
fec: qa: fix use of Bool type to be actual boolean Python values
fec: removed ber_tools; unnecessary and not exported. Replaced compber with call \ 
to VOLK's popcount.
filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
filter: Fixes setting sample delay declaration for the PFB channelizer and in GRC.
grc: disable port type caching on init
grc: fix lagging drag and drop
grc: fix missing xterm (Bug #725)
grc: fix search entry box for old PyGTK versions
grc: no icon in search entry box for old PyGTK versions
grc: update all flowgraphs when hiding port labels
grc: yet another py26 incompatibility
qtgui: fixed an issue with the number sink mistreating non-float inputs.
qtgui: increased max tabs from 5 to 20 in tab widget
runtime: fix installation location of the gr_log_default.conf log configuration file.
uhd: removed use of 'and', 'or', and 'not' for &&, ||, and !.
   2014-11-17 14:51:05 by Makoto Fujiwara | Files touched by this commit (19) | Package updated
Log message:
Sync to pkgsrc proper for furthur update.

   2014-10-13 02:46:25 by Makoto Fujiwara | Files touched by this commit (20)
Log message:
Remove unnecessary @pkgdir lines from PLIST

   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)