pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/tfmxplay gcc3 fix (multiline string).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cacd5fd0ec87
branches:  trunk
changeset: 471269:cacd5fd0ec87
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 23 02:08:37 2004 +0000

description:
gcc3 fix (multiline string).

diffstat:

 audio/tfmxplay/distinfo         |   3 +-
 audio/tfmxplay/patches/patch-ac |  45 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r a821afb6312e -r cacd5fd0ec87 audio/tfmxplay/distinfo
--- a/audio/tfmxplay/distinfo   Mon Mar 22 23:42:51 2004 +0000
+++ b/audio/tfmxplay/distinfo   Tue Mar 23 02:08:37 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2003/03/01 10:54:39 jmc Exp $
+$NetBSD: distinfo,v 1.5 2004/03/23 02:08:37 minskim Exp $
 
 SHA1 (tfmxplay-0.6.tgz) = 8028a03d4198da0733fa297e9e6ada864f0c782a
 Size (tfmxplay-0.6.tgz) = 24271 bytes
 SHA1 (patch-aa) = 4e218d7727785d001aa7e7c85ae0cd75242ea697
 SHA1 (patch-ab) = 0e18cc967b397e48857f47bc231ae5a5eeb0e8dc
+SHA1 (patch-ac) = 5796904e2b50e538973deec598ec69728e48e8d5
diff -r a821afb6312e -r cacd5fd0ec87 audio/tfmxplay/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/tfmxplay/patches/patch-ac   Tue Mar 23 02:08:37 2004 +0000
@@ -0,0 +1,45 @@
+$NetBSD: patch-ac,v 1.3 2004/03/23 02:08:37 minskim Exp $
+
+--- tfmx.c.orig        2001-08-02 13:49:40.000000000 -0500
++++ tfmx.c
+@@ -46,24 +46,22 @@ extern int blend,filt,over;
+ 
+ usage(char *x)
+ {
+-      fprintf(stderr,"tfmxplay v0.6 by Jon Pickard <marxmarv%antigates.com@localhost>,
+-Neochrome <David.Banz%smail.inf.fh-rhein-sieg.de@localhost> and others.
+-Copyright 1996-2001, see accompanying README for details.
+-
+-This release is dedicated to the memory of Martin Requart.
+-
+-Usage: %s [options] mdat-file [smpl-file]
+-where options is one or more of:
+--b mode               set stereo mode (0=mono, default 1=headphone, 2=stereo)
+--8            generate 8-bit output
+--p num                subsong to play (default 0)
+--f freq               suggest playback rate in samples/sec (default 44100)
+--o file               write audio output to file (default /dev/dsp)
+--i            print info about the module (text, subsong, etc.)
+--w num                set low-pass filter frequency (0=none, 3=lowest, default 0)
+--l num                set number of loops through (default 0=infinite, 1=no repeat)
+--v              disable oversampling (=linear interpolation)
+-",x
++      fprintf(stderr,"tfmxplay v0.6 by Jon Pickard <marxmarv%antigates.com@localhost>,\n"
++"Neochrome <David.Banz%smail.inf.fh-rhein-sieg.de@localhost> and others.\n"
++"Copyright 1996-2001, see accompanying README for details.\n\n"
++"This release is dedicated to the memory of Martin Requart.\n\n"
++"Usage: %s [options] mdat-file [smpl-file]\n"
++"where options is one or more of:\n"
++"-b mode              set stereo mode (0=mono, default 1=headphone, 2=stereo)\n"
++"-8           generate 8-bit output\n"
++"-p num               subsong to play (default 0)\n"
++"-f freq              suggest playback rate in samples/sec (default 44100)\n"
++"-o file              write audio output to file (default /dev/dsp)\n"
++"-i           print info about the module (text, subsong, etc.)\n"
++"-w num               set low-pass filter frequency (0=none, 3=lowest, default 0)\n"
++"-l num               set number of loops through (default 0=infinite, 1=no repeat)\n"
++"-v              disable oversampling (=linear interpolation)\n"
++,x
+ );
+ 
+ }



Home | Main Index | Thread Index | Old Index