Date: Fri, 27 Nov 2015 20:57:14 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402493 - in head/comms/quisk: . files Message-ID: <201511272057.tARKvE5S065492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Fri Nov 27 20:57:14 2015 New Revision: 402493 URL: https://svnweb.freebsd.org/changeset/ports/402493 Log: Update to latest release. Added: head/comms/quisk/files/patch-microphone.c (contents, props changed) Modified: head/comms/quisk/Makefile head/comms/quisk/distinfo head/comms/quisk/files/patch-setup.py Modified: head/comms/quisk/Makefile ============================================================================== --- head/comms/quisk/Makefile Fri Nov 27 20:39:20 2015 (r402492) +++ head/comms/quisk/Makefile Fri Nov 27 20:57:14 2015 (r402493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quisk -PORTVERSION= 3.7.4 +PORTVERSION= 4.0.1 CATEGORIES= comms hamradio MASTER_SITES= http://james.ahlstrom.name/quisk/ \ LOCAL/shurd Modified: head/comms/quisk/distinfo ============================================================================== --- head/comms/quisk/distinfo Fri Nov 27 20:39:20 2015 (r402492) +++ head/comms/quisk/distinfo Fri Nov 27 20:57:14 2015 (r402493) @@ -1,2 +1,2 @@ -SHA256 (quisk-3.7.4.tar.gz) = 18b1895d098b0e087d6ae9fa38859fc46e6f5d3c92b2efbe40d1d79719ad4c59 -SIZE (quisk-3.7.4.tar.gz) = 2207348 +SHA256 (quisk-4.0.1.tar.gz) = 3e2b7b2509087521123c68f3f435d0b5958295dbcec8047d44360a2717c979ca +SIZE (quisk-4.0.1.tar.gz) = 1994100 Added: head/comms/quisk/files/patch-microphone.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/quisk/files/patch-microphone.c Fri Nov 27 20:57:14 2015 (r402493) @@ -0,0 +1,11 @@ +--- microphone.c.orig 2015-11-27 20:43:24 UTC ++++ microphone.c +@@ -56,7 +56,7 @@ static int timeVOX = 2000; // VOX han + + static int doTxCorrect = 0; // Corrections for UDP sample transmit + static double TxCorrectLevel; +-static complex TxCorrectDc; ++static complex double TxCorrectDc; + + // Used for the Hermes protocol + #define HERMES_TX_BUF_SAMPLES 4800 Modified: head/comms/quisk/files/patch-setup.py ============================================================================== --- head/comms/quisk/files/patch-setup.py Fri Nov 27 20:39:20 2015 (r402492) +++ head/comms/quisk/files/patch-setup.py Fri Nov 27 20:57:14 2015 (r402493) @@ -1,6 +1,6 @@ ---- setup.py.orig 2014-06-01 15:30:01.000000000 -0700 -+++ setup.py 2014-06-01 15:31:15.000000000 -0700 -@@ -11,8 +11,8 @@ +--- setup.py.orig 2015-11-27 20:41:34 UTC ++++ setup.py +@@ -12,8 +12,8 @@ fp.write("#QUISK version %s\n" % Version fp.close() module1 = Extension ('quisk._quisk', @@ -8,6 +8,6 @@ - #library_dirs = ['.'], + include_dirs = ['%%LOCALBASE%%/include/portaudio2', '%%LOCALBASE%%/include'], + library_dirs = ['%%LOCALBASE%%/lib/portaudio2', '%%LOCALBASE%%/lib'], - libraries = ['asound', 'portaudio', 'pulse-simple', 'fftw3', 'm'], + libraries = ['asound', 'portaudio', 'pulse', 'fftw3', 'm'], sources = ['quisk.c', 'sound.c', 'sound_alsa.c', 'sound_portaudio.c', 'sound_pulseaudio.c', 'is_key_down.c', 'microphone.c', 'utility.c',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511272057.tARKvE5S065492>