mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Update to 3.6.19.
From the changelog: I added device names to PulseAudio. The PulseAudio name "pulse" still refers to the default device. Otherwise, enter a PulseAudio name such as "pulse:alsa_input.pci-0000_00_1b.0.analog-stereo". PulseAudio support enables you to connect to recent versions of wsjt-x. To turn this off, set show_pulse_audio_devices = False in your config file. Submitted by: shurd
This commit is contained in:
parent
3b1014085c
commit
7ee360d975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372256
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quisk
|
||||
PORTVERSION= 3.6.18
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 3.6.19
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://james.ahlstrom.name/quisk/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (quisk-3.6.18.tar.gz) = 851e13193ed43ea992345f438b34ae968e0ed5e44c6635a6e4503459932cdce8
|
||||
SIZE (quisk-3.6.18.tar.gz) = 1106206
|
||||
SHA256 (quisk-3.6.19.tar.gz) = 4472d2447f5d2c87a422bf7da647ebecd7e27252f2e77c247fead0aeb8342a17
|
||||
SIZE (quisk-3.6.19.tar.gz) = 1138544
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- quisk.c.orig 2014-06-28 19:10:12.000000000 -0700
|
||||
+++ quisk.c 2014-06-28 19:10:48.000000000 -0700
|
||||
@@ -1156,7 +1156,7 @@
|
||||
if (filter_bandwidth < 19000) { // No filtering for wide bandwidth
|
||||
for (i = 0; i < nSamples; i++)
|
||||
cSamples[i] = dRxFilterOut(cSamples[i], bank);
|
||||
- measure_audio_sum += cSamples[i] * conj(cSamples[i]);
|
||||
+ measure_audio_sum = measure_audio_sum + cSamples[i] * conj(cSamples[i]);
|
||||
measure_audio_count += 1;
|
||||
}
|
||||
break;
|
Loading…
Reference in New Issue
Block a user