| Port details on branch 2016Q4 |
- dabstick-radio DAB/DAB+ and wideband FM receiver for RTL2832-based USB sticks
- 0.96_7 comms
=0 0.96_7Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2016-11-04 07:10:46
- Last Update: 2016-11-04 07:08:39
- Commit Hash: 702ed0d
- Also Listed In: audio hamradio
- License: GPLv2
- WWW:
- http://www.sdr-j.tk/
- Description:
- While preparing for a release 4.2 of the sdr-j software package,
we created two new programs
a DAB receiver
a broad spectrum version of the FM receiver
It is quite obvious that one can use a DAB stick to receive DAB
programs. However, the DAB software presented here is a real SDR
in that it uses the 8 bit I/Q samples of the DAB stick.
WWW: http://www.sdr-j.tk/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- dabstick-radio>0:comms/dabstick-radio
- To install the port:
- cd /usr/ports/comms/dabstick-radio/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/dabstick-radio
- pkg install dabstick-radio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dabstick-radio
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (dabstick-radio-0.96.tgz) = a212473d80e93acad0f592f2057d1f3ad129fe3ccb2c3fa29e2c638ea11102e6
SIZE (dabstick-radio-0.96.tgz) = 205513
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libQtGui.so : x11-toolkits/qt4-gui
- moc-qt4 : devel/qt4-moc
- qmake-qt4 : devel/qmake4
- libQt3Support.so : devel/qt4-qt3support
- rcc : devel/qt4-rcc
- uic-qt4 : devel/qt4-uic
- Runtime dependencies:
-
- libQtGui.so : x11-toolkits/qt4-gui
- libQt3Support.so : devel/qt4-qt3support
- Library dependencies:
-
- librtlsdr.so : comms/rtl-sdr
- libqwt.so : x11-toolkits/qwt5
- libportaudio.so : audio/portaudio
- libsndfile.so : audio/libsndfile
- libavcodec.so : multimedia/ffmpeg
- libfftw3.so : math/fftw3
- libfaad.so : audio/faad
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dabstick-radio-0.96_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- comms_dabstick-radio
- USES:
- tar:tgz qmake:_env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.96_7 04 Nov 2016 07:08:39
    |
Jan Beich (jbeich)  |
MFH: r425290
comms/dabstick-radio: unbreak build with ffmpeg 3.x
backend/mp2processor-ffmpeg.cpp:49:33: error: use of undeclared identifier
'CODEC_ID_MP1'; did you
mean 'AV_CODEC_ID_MP1'?
codec = avcodec_find_decoder (CODEC_ID_MP1);
^~~~~~~~~~~~
In file included from backend/mp2processor.cpp:7:
backend/mp2processor-ffmpeg.cpp:66:18: error: use of undeclared identifier
'avcodec_alloc_frame'
decoded_frame = avcodec_alloc_frame ();
^
backend/mp2processor-ffmpeg.cpp:107:2: error: use of undeclared identifier
'avcodec_get_frame_defaults'
avcodec_get_frame_defaults (decoded_frame);
^
PR: 207547
Approved by: ports-secteam blanket |
0.96_7 04 Nov 2016 07:08:39
  |
jbeich  |
MFH: r425290
comms/dabstick-radio: unbreak build with ffmpeg 3.x
backend/mp2processor-ffmpeg.cpp:49:33: error: use of undeclared identifier
'CODEC_ID_MP1'; did you
mean 'AV_CODEC_ID_MP1'?
codec = avcodec_find_decoder (CODEC_ID_MP1);
^~~~~~~~~~~~
In file included from backend/mp2processor.cpp:7:
backend/mp2processor-ffmpeg.cpp:66:18: error: use of undeclared identifier
'avcodec_alloc_frame'
decoded_frame = avcodec_alloc_frame ();
^
backend/mp2processor-ffmpeg.cpp:107:2: error: use of undeclared identifier
'avcodec_get_frame_defaults'
avcodec_get_frame_defaults (decoded_frame);
^
PR: 207547
Approved by: ports-secteam blanket |
Number of commits found: 2
|