notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2016Q4
dabstick-radio DAB/DAB+ and wideband FM receiver for RTL2832-based USB sticks
0.96_7 comms on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/dabreceiver
  2. bin/fmreceiver
  3. bin/spectrum-viewer
  4. /usr/local/share/licenses/dabstick-radio-0.96_7/catalog.mk
  5. /usr/local/share/licenses/dabstick-radio-0.96_7/LICENSE
  6. /usr/local/share/licenses/dabstick-radio-0.96_7/GPLv2
Collapse this list.
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libQtGui.so : x11-toolkits/qt4-gui
  2. moc-qt4 : devel/qt4-moc
  3. qmake-qt4 : devel/qmake4
  4. libQt3Support.so : devel/qt4-qt3support
  5. rcc : devel/qt4-rcc
  6. uic-qt4 : devel/qt4-uic
Runtime dependencies:
  1. libQtGui.so : x11-toolkits/qt4-gui
  2. libQt3Support.so : devel/qt4-qt3support
Library dependencies:
  1. librtlsdr.so : comms/rtl-sdr
  2. libqwt.so : x11-toolkits/qwt5
  3. libportaudio.so : audio/portaudio
  4. libsndfile.so : audio/libsndfile
  5. libavcodec.so : multimedia/ffmpeg
  6. libfftw3.so : math/fftw3
  7. 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:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/nox/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/nox/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/nox/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/nox/
  5. http://www.sdr-j.tk/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.96_7
04 Nov 2016 07:08:39
commit hash: 702ed0d859e2e0778ba562a49e225b37a7fa39c6commit hash: 702ed0d859e2e0778ba562a49e225b37a7fa39c6commit hash: 702ed0d859e2e0778ba562a49e225b37a7fa39c6commit hash: 702ed0d859e2e0778ba562a49e225b37a7fa39c6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
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
Revision:425291Original commit files touched by this commit
jbeich search for other commits by this committer
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