comms/freedv: Update 1.2.2 -> 1.3.1
Port changes: * Change MASTER_SITES * WWW update PR: 231142 Submitted by: takefu@airport.fm
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= freedv
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= https://freedv.com/wp-content/uploads/sites/8/2017/10/ \
|
||||
LOCAL/db
|
||||
MASTER_SITES= https://hobbes1069.fedorapeople.org/freetel/freedv/
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Narrow band digital voice
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1508683454
|
||||
SHA256 (freedv-1.2.2.tar.xz) = 4884d2aaa283b3f091fc5d5594df3b5bb60078210c1bc50ea546901e2965ae1e
|
||||
SIZE (freedv-1.2.2.tar.xz) = 529904
|
||||
TIMESTAMP = 1535511699
|
||||
SHA256 (freedv-1.3.1.tar.xz) = 9365459d4c8d478d32d91629f6fdf0cb6bd27cbb71ddc5a09b37e10df03dff65
|
||||
SIZE (freedv-1.3.1.tar.xz) = 536864
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
--- src/fdmdv2_main.cpp.orig 2018-05-29 05:38:34 UTC
|
||||
+++ src/fdmdv2_main.cpp
|
||||
@@ -1198,10 +1198,12 @@ void MainFrame::OnTimer(wxTimerEvent &ev
|
||||
sprintf(ber, "BER: %4.3f", b); wxString ber_string(ber); m_textBER->SetLabel(ber_string);
|
||||
sprintf(resyncs, "Resyncs: %d", g_resyncs); wxString resyncs_string(resyncs); m_textResyncs->SetLabel(resyncs_string);
|
||||
|
||||
+/*
|
||||
sprintf(freqoffset, "FrqOff: %3.1f", g_stats.foff);
|
||||
wxString freqoffset_string(freqoffset); m_textFreqOffset->SetLabel(freqoffset_string);
|
||||
sprintf(syncmetric, "Sync: %3.2f", g_stats.sync_metric);
|
||||
wxString syncmetric_string(syncmetric); m_textSyncMetric->SetLabel(syncmetric_string);
|
||||
+*/
|
||||
|
||||
if (g_State) {
|
||||
|
||||
@@ -6,4 +6,4 @@ is received by an SSB radio, then demodulated and decoded by FreeDV. FreeDV
|
||||
700(B) rivals SSB in it's low SNR performance. At high SNRs FreeDV 1600
|
||||
sounds like FM, with no annoying analog HF radio noise.
|
||||
|
||||
WWW: http://freedv.org/tiki-index.php
|
||||
WWW: https://freedv.org/
|
||||
|
||||
Reference in New Issue
Block a user