Bug 250564 - New port: audio/welle.io SDR DAB/DAB+ receiver
Summary: New port: audio/welle.io SDR DAB/DAB+ receiver
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-23 18:04 UTC by Nico Sonack
Modified: 2020-10-23 19:53 UTC (History)
1 user (show)

See Also:


Attachments
Patchfile for the ports tree (4.25 KB, patch)
2020-10-23 18:04 UTC, Nico Sonack
no flags Details | Diff
patch: address poudriere build failure (4.26 KB, patch)
2020-10-23 18:47 UTC, Nico Sonack
no flags Details | Diff
patch: address second poudriere build failure (4.28 KB, patch)
2020-10-23 18:54 UTC, Nico Sonack
no flags Details | Diff
patch: address pkgconfig issue (4.29 KB, patch)
2020-10-23 19:09 UTC, Nico Sonack
no flags Details | Diff
made some slight changes (3.39 KB, patch)
2020-10-23 19:43 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Sonack 2020-10-23 18:04:21 UTC
Created attachment 219011 [details]
Patchfile for the ports tree

Note: I added options for various backends. However, since I cannot test Airspy and SoapySDR on real hardware because I don't own any, I made them non-default.
Comment 1 Nico Sonack 2020-10-23 18:47:48 UTC
Created attachment 219013 [details]
patch: address poudriere build failure
Comment 2 Nico Sonack 2020-10-23 18:54:19 UTC
Created attachment 219014 [details]
patch: address second poudriere build failure
Comment 3 Nico Sonack 2020-10-23 19:09:21 UTC
Created attachment 219015 [details]
patch: address pkgconfig issue
Comment 4 Steve Wills freebsd_committer freebsd_triage 2020-10-23 19:43:57 UTC
Created attachment 219016 [details]
made some slight changes
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-10-23 19:51:12 UTC
A commit references this bug:

Author: swills
Date: Fri Oct 23 19:50:55 UTC 2020
New revision: 553136
URL: https://svnweb.freebsd.org/changeset/ports/553136

Log:
  audio/welle.io: create port

  welle.io is a graphical SDR DAB/DAB+ receiver built with Qt5 with extensive
  hardware support. Possible backends are RTL-SDR, RTL_TCP, AirSpy, SoapySDR,
  raw files as well as gr-osmosdr and uhd.

  WWW: https://www.welle.io/

  PR:		250564
  Submitted by:	Nico Sonack <nsonack@outlook.com>

Changes:
  head/audio/Makefile
  head/audio/welle.io/
  head/audio/welle.io/Makefile
  head/audio/welle.io/distinfo
  head/audio/welle.io/files/
  head/audio/welle.io/files/patch-CMakeLists.txt
  head/audio/welle.io/pkg-descr
  head/audio/welle.io/pkg-plist
Comment 6 Steve Wills freebsd_committer freebsd_triage 2020-10-23 19:53:14 UTC
Committed, thanks!