diff options
author | 2007-10-05 19:18:57 +0000 | |
---|---|---|
committer | 2007-10-05 19:18:57 +0000 | |
commit | 2069764d552ac67b69e1250ddcd070c0982de33b (patch) | |
tree | 317223295d50808a4fc69e65cb634f24c61cda72 /media-sound/combine_wave/files | |
parent | alpha/sparc stable wrt #192247 (diff) | |
download | gentoo-2-2069764d552ac67b69e1250ddcd070c0982de33b.tar.gz gentoo-2-2069764d552ac67b69e1250ddcd070c0982de33b.tar.bz2 gentoo-2-2069764d552ac67b69e1250ddcd070c0982de33b.zip |
initial commit.
(Portage version: 2.1.3.11)
Diffstat (limited to 'media-sound/combine_wave/files')
-rw-r--r-- | media-sound/combine_wave/files/combine_wave-0.3.diff | 55 | ||||
-rw-r--r-- | media-sound/combine_wave/files/digest-combine_wave-0.3 | 3 |
2 files changed, 58 insertions, 0 deletions
diff --git a/media-sound/combine_wave/files/combine_wave-0.3.diff b/media-sound/combine_wave/files/combine_wave-0.3.diff new file mode 100644 index 000000000000..c3e9c2dc6b5a --- /dev/null +++ b/media-sound/combine_wave/files/combine_wave-0.3.diff @@ -0,0 +1,55 @@ +diff -Naur combine_wave-0.3.orig/combine_wave.c combine_wave-0.3/combine_wave.c +--- combine_wave-0.3.orig/combine_wave.c 2005-10-06 14:44:10.000000000 +0200 ++++ combine_wave-0.3/combine_wave.c 2007-10-05 21:02:17.000000000 +0200 +@@ -19,8 +19,8 @@ + + void running_info() + { +-fprintf(stderr,\ +-" RUNNNING COMMANDS ++fprintf(stderr, ++" RUNNNING COMMANDS\n\ + b toggles move both channels / move right channel delay mode.\n\ + ESC exits.\n\ + 'z' 'x' 1 sample forward / backward.\n\ +@@ -39,8 +39,8 @@ + + void usage() + { +-fprintf(stderr,\ +-"Usage: ++fprintf(stderr, ++"Usage:\n\ + combine_wave [-a] [-d milli seconds delay right channel relative to left]\n\ + [-e samples delay right channel relative to left]\n\ + [-k] -l filename_left [-m] -o output_filename -r filename_right [s start seek offset].\n\ +diff -Naur combine_wave-0.3.orig/combine_wave.h combine_wave-0.3/combine_wave.h +--- combine_wave-0.3.orig/combine_wave.h 2005-10-06 14:44:10.000000000 +0200 ++++ combine_wave-0.3/combine_wave.h 2007-10-05 21:02:52.000000000 +0200 +@@ -5,6 +5,7 @@ + #include <unistd.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + #include <signal.h> + #include <errno.h> +diff -Naur combine_wave-0.3.orig/Makefile combine_wave-0.3/Makefile +--- combine_wave-0.3.orig/Makefile 2005-10-06 14:44:10.000000000 +0200 ++++ combine_wave-0.3/Makefile 2007-10-05 21:00:43.000000000 +0200 +@@ -6,13 +6,13 @@ + CFLAGS = -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + + .c.o: +- gcc $(CFLAGS) -c $< ++ $(CC) $(CFLAGS) -c $< + + OBJECT =\ + combine_wave.o + + a.out : $(OBJECT) +- gcc -o combine_wave $(OBJECT) ++ $(CC) $(LDFLAGS) -o combine_wave $(OBJECT) + + # DEPENDENCIES + combine_wave.o : combine_wave.c combine_wave.h wave_header.h diff --git a/media-sound/combine_wave/files/digest-combine_wave-0.3 b/media-sound/combine_wave/files/digest-combine_wave-0.3 new file mode 100644 index 000000000000..dd0401145a05 --- /dev/null +++ b/media-sound/combine_wave/files/digest-combine_wave-0.3 @@ -0,0 +1,3 @@ +MD5 dcd0b2b71bbe9debd6e53e2d2fda43bb combine_wave-0.3.tgz 14530 +RMD160 f4504fa508e00216647543f632f6554a4695db2c combine_wave-0.3.tgz 14530 +SHA256 1b5d8b75b3c93fe758dccebf10229b0c84d1a53f74c0bcf7963494d51e3cdd9a combine_wave-0.3.tgz 14530 |