Bug 236633 - [new port] comms/dsd: Decode several digital voice formats
Summary: [new port] comms/dsd: Decode several digital voice formats
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: 2019-03-19 08:03 UTC by takefu
Modified: 2019-05-30 03:04 UTC (History)
3 users (show)

See Also:


Attachments
dsd-1.6.0.shar (2.22 KB, application/x-shellscript)
2019-03-19 08:03 UTC, takefu
no flags Details
dsd-1.6.0.shar (1.38 KB, application/x-shellscript)
2019-03-20 01:00 UTC, takefu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2019-03-19 08:03:51 UTC
Created attachment 202976 [details]
dsd-1.6.0.shar

DSD is able to decode several digital voice formats from discriminator tap audio and synthesize the decoded speech.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2019-03-19 16:09:22 UTC
Patching is overly complex.

DEST_BASE in the makefile can be replaced by simply adding MAKE_ARGS=DEST_BASE=...

/usr/local in the Makefile can be replaced with $(PREFIX), etc.

No need to define tags %%TAG%% and then replace them.
Comment 2 takefu 2019-03-20 01:00:18 UTC
Created attachment 202992 [details]
dsd-1.6.0.shar

%% TAG%% I'm getting better without rewriting it. :-)
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2019-03-20 01:28:10 UTC
> ===>   dsd-1.6.0 depends on shared library: libmbe.so - not found

Please always run 'make stage-qa && make check-plist'.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2019-03-20 16:35:42 UTC
stage-qa breaks:
> chgrp uucp /wrkdirs/usr/ports/comms/dsd/work/stage/usr/local/bin/dsd
> chgrp: you are not a member of group uucp
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-05-30 03:03:35 UTC
A commit references this bug:

Author: swills
Date: Thu May 30 03:03:08 UTC 2019
New revision: 503029
URL: https://svnweb.freebsd.org/changeset/ports/503029

Log:
  comms/dsd: create port

  DSD is able to decode several digital voice formats from discriminator
  tap audio and synthesize the decoded speech.

  WWW: https://github.com/szechyjs/dsd

  PR:		236633
  Submitted by:	takefu@airport.fm

Changes:
  head/comms/Makefile
  head/comms/dsd/
  head/comms/dsd/Makefile
  head/comms/dsd/distinfo
  head/comms/dsd/pkg-descr
Comment 6 Steve Wills freebsd_committer freebsd_triage 2019-05-30 03:04:53 UTC
Committed, thanks!