pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/psi On NetBSD, make the default audio-player "aud...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d65ec858739
branches:  trunk
changeset: 461651:7d65ec858739
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 18 19:58:08 2003 +0000

description:
On NetBSD, make the default audio-player "audioplay" instead of "play".
Closes PR 22723 by Steven M. Bellovin.

diffstat:

 chat/psi/distinfo         |   3 ++-
 chat/psi/patches/patch-ac |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 72aca3e330b2 -r 7d65ec858739 chat/psi/distinfo
--- a/chat/psi/distinfo Thu Sep 18 19:16:16 2003 +0000
+++ b/chat/psi/distinfo Thu Sep 18 19:58:08 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2003/07/27 22:23:01 jdolecek Exp $
+$NetBSD: distinfo,v 1.7 2003/09/18 19:58:08 wiz Exp $
 
 SHA1 (psi-0.9.tar.bz2) = 66ab7a6b540f60c9e117bc964a70c126b30aff47
 Size (psi-0.9.tar.bz2) = 968348 bytes
 SHA1 (patch-ab) = d7f9fc5f183117d3f81912ef73f27c0f2fa8c6a0
+SHA1 (patch-ac) = a3b0f87f54f4d7397c8be6f152209bef3a14d4a6
 SHA1 (patch-ad) = 8d255aa9de01ccb39d2cdc7b0074b5dec0e3c0cb
diff -r 72aca3e330b2 -r 7d65ec858739 chat/psi/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/psi/patches/patch-ac Thu Sep 18 19:58:08 2003 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.4 2003/09/18 19:58:12 wiz Exp $
+
+--- src/profiles.cpp.orig      2003-05-26 02:40:13.000000000 +0200
++++ src/profiles.cpp
+@@ -518,7 +518,11 @@ void UserProfile::reset()
+       prefs.font[fMessage] = QApplication::font().toString();
+       prefs.font[fChat] = QApplication::font().toString();
+ 
++#ifdef __NetBSD__
++      prefs.player = "audioplay";
++#else
+       prefs.player = "play";
++#endif
+       prefs.noAwaySound = FALSE;
+ 
+       prefs.onevent[eMessage] = g.pathBase + "/sound/chat2.wav";



Home | Main Index | Thread Index | Old Index