agent for *nix. (Basically, a VoIP client) There are some rough edges in the NetBSD audio support of this package, but it runs well enough on my esa(4)-equipped laptop to make and receive FWD calls. A couple of minor patches are courtesy of the FreeBSD port of Kphone. Alistair Crooks also tidied up my first amateurish attempt at packaging this.
13 lines
467 B
Text
13 lines
467 B
Text
$NetBSD: patch-aj,v 1.1 2004/07/21 21:49:02 scw Exp $
|
|
|
|
--- kphone/dspoutoss.h.orig 2004-03-04 11:22:53.000000000 +0000
|
|
+++ kphone/dspoutoss.h 2004-07-21 12:51:26.000000000 +0100
|
|
@@ -19,7 +19,7 @@
|
|
* Constructs a DspOutOss object representing the given
|
|
* filename. Default is /dev/dsp.
|
|
*/
|
|
- DspOutOss( const QString &fileName = "/dev/dsp" );
|
|
+ DspOutOss( const QString &fileName = DEVOSSAUDIO );
|
|
|
|
/**
|
|
* Destructor. Will close the device if it is open.
|