Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
flameeyes 08/11/17 21:49:34
Modified: trommler-be.patch
Log:
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Revision Changes Path
1.2 media-sound/trommler/files/trommler-be.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/trommler/files/trommler-be.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/trommler/files/trommler-be.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/trommler/files/trommler-be.patch?r1=1.1&r2=1.2
Index: trommler-be.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/trommler/files/trommler-be.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trommler-be.patch 8 Sep 2007 06:05:01 -0000 1.1
+++ trommler-be.patch 17 Nov 2008 21:49:34 -0000 1.2
@@ -1,5 +1,5 @@
---- drummer.c 2004-05-10 22:20:47.000000000 -0400
-+++ /home/jjezak/Trommler/drummer.c 2007-09-07 22:53:57.000000000 -0400
+--- a/drummer.c 2004-05-10 22:20:47.000000000 -0400
++++ b/drummer.c 2007-09-07 22:53:57.000000000 -0400
@@ -408,6 +408,16 @@
fseek(fp,0,SEEK_SET);
DRUM_SAMPLE(drum) = calloc(DRUM_LENGTH(drum),sizeof(INT16));
@@ -17,8 +17,8 @@
fclose(fp);
}
---- soundcard.c 2004-05-07 18:18:50.000000000 -0400
-+++ /home/jjezak/Trommler/soundcard.c 2007-09-07 22:53:57.000000000 -0400
+--- a/soundcard.c 2004-05-07 18:18:50.000000000 -0400
++++ b/soundcard.c 2007-09-07 22:53:57.000000000 -0400
@@ -105,7 +105,11 @@
}Soundcard =
{
|
|