Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/trommler/files: trommler-be.patch
Date: Mon, 17 Nov 2008 21:49:36
Message-Id: E1L2ByQ-0005lb-VZ@stork.gentoo.org
1 flameeyes 08/11/17 21:49:34
2
3 Modified: trommler-be.patch
4 Log:
5 Fix patch with absolute paths.
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/trommler/files/trommler-be.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/trommler/files/trommler-be.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/trommler/files/trommler-be.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/trommler/files/trommler-be.patch?r1=1.1&r2=1.2
14
15 Index: trommler-be.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/trommler/files/trommler-be.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- trommler-be.patch 8 Sep 2007 06:05:01 -0000 1.1
22 +++ trommler-be.patch 17 Nov 2008 21:49:34 -0000 1.2
23 @@ -1,5 +1,5 @@
24 ---- drummer.c 2004-05-10 22:20:47.000000000 -0400
25 -+++ /home/jjezak/Trommler/drummer.c 2007-09-07 22:53:57.000000000 -0400
26 +--- a/drummer.c 2004-05-10 22:20:47.000000000 -0400
27 ++++ b/drummer.c 2007-09-07 22:53:57.000000000 -0400
28 @@ -408,6 +408,16 @@
29 fseek(fp,0,SEEK_SET);
30 DRUM_SAMPLE(drum) = calloc(DRUM_LENGTH(drum),sizeof(INT16));
31 @@ -17,8 +17,8 @@
32 fclose(fp);
33 }
34
35 ---- soundcard.c 2004-05-07 18:18:50.000000000 -0400
36 -+++ /home/jjezak/Trommler/soundcard.c 2007-09-07 22:53:57.000000000 -0400
37 +--- a/soundcard.c 2004-05-07 18:18:50.000000000 -0400
38 ++++ b/soundcard.c 2007-09-07 22:53:57.000000000 -0400
39 @@ -105,7 +105,11 @@
40 }Soundcard =
41 {