pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/amp Fix header file for staticization of audioBu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/673bda2f7654
branches:  trunk
changeset: 524830:673bda2f7654
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 01 23:22:44 2007 +0000

description:
Fix header file for staticization of audioBufferWrite() in patch-ah.

diffstat:

 audio/amp/distinfo         |   3 ++-
 audio/amp/patches/patch-ai |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 21b34493b5b0 -r 673bda2f7654 audio/amp/distinfo
--- a/audio/amp/distinfo        Thu Feb 01 23:20:16 2007 +0000
+++ b/audio/amp/distinfo        Thu Feb 01 23:22:44 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2007/01/21 04:02:01 rillig Exp $
+$NetBSD: distinfo,v 1.8 2007/02/01 23:22:44 wiz Exp $
 
 SHA1 (amp-0.7.6.tgz) = 6c49d027754615677ad398c1eea858536ec804c2
 RMD160 (amp-0.7.6.tgz) = 34053f8a050ff3aafb2e723c283ac2aa0f4e2a67
@@ -11,3 +11,4 @@
 SHA1 (patch-af) = bba8fafa25e516df77905865a677667a9d48a152
 SHA1 (patch-ag) = 30198a34d1998630c9bea4d7d1242d3e46d099db
 SHA1 (patch-ah) = c0e41494ad4c71be2f8dd63e9fef4d9b1038310f
+SHA1 (patch-ai) = 4146720b6cbff1699b8023dd6955f3e8244ffab4
diff -r 21b34493b5b0 -r 673bda2f7654 audio/amp/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amp/patches/patch-ai        Thu Feb 01 23:22:44 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2007/02/01 23:22:44 wiz Exp $
+
+--- proto.h.orig       1997-05-31 17:47:58.000000000 +0000
++++ proto.h
+@@ -19,7 +19,6 @@ void audioBufferOn(int);
+ void printout(void);
+ int  audioBufferOpen(int, int, int);
+ void audioBufferClose();
+-void audioBufferWrite(char *, int);
+ void audioBufferFlush();
+ 
+ /* From: audio.c */



Home | Main Index | Thread Index | Old Index