pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/kphone One more /dev/dsp -> DEVOSSAUDIO.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afcffe04e637
branches:  trunk
changeset: 509318:afcffe04e637
user:      martin <martin%pkgsrc.org@localhost>
date:      Wed Mar 08 10:05:52 2006 +0000

description:
One more /dev/dsp -> DEVOSSAUDIO.
Fixes PR 32920

diffstat:

 net/kphone/distinfo         |   3 ++-
 net/kphone/patches/patch-al |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r ff5d9a20893c -r afcffe04e637 net/kphone/distinfo
--- a/net/kphone/distinfo       Wed Mar 08 10:02:56 2006 +0000
+++ b/net/kphone/distinfo       Wed Mar 08 10:05:52 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/01/23 17:04:13 joerg Exp $
+$NetBSD: distinfo,v 1.12 2006/03/08 10:05:52 martin Exp $
 
 SHA1 (kphone-4.2.tar.gz) = 10c7559b79fb13f42714008cd89a3981f66df2cf
 RMD160 (kphone-4.2.tar.gz) = 6176a97d19fe05741503f5b81dfd21e6130193e1
@@ -14,3 +14,4 @@
 SHA1 (patch-ai) = bba9c0f8ab9c34e65b43e283e4d29e78aecd642c
 SHA1 (patch-aj) = 600f96693fcf6f00f0b23a76923cdf0046116936
 SHA1 (patch-ak) = 4c3f498fe64df8dfbb5a93210d3eda8ac08c1f84
+SHA1 (patch-al) = 6c7a4017f8872769271b8660eb5c947620e76fb9
diff -r ff5d9a20893c -r afcffe04e637 net/kphone/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/kphone/patches/patch-al       Wed Mar 08 10:05:52 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2006/03/08 10:05:52 martin Exp $
+
+--- kphone/audiocontrol.cpp.orig       2005-06-21 13:14:49.000000000 +0200
++++ kphone/audiocontrol.cpp    2006-03-08 10:55:28.000000000 +0100
+@@ -185,7 +185,7 @@ void AudioControl::ossButtonClicked( voi
+               dspdev2->setEnabled(TRUE);
+       }
+       QSettings settings;
+-      dspdev->setText( settings.readEntry( "/kphone/audio/oss-filename", "/dev/dsp" ) );
++      dspdev->setText( settings.readEntry( "/kphone/audio/oss-filename", DEVOSSAUDIO ) );
+       dspdev2->setText( settings.readEntry( "/kphone/audio/oss-filename2" ) );
+ }
+ 



Home | Main Index | Thread Index | Old Index