Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lame/files: lame-3.96-ccc.patch lame-3.98-gtk-path.patch lame-3.98-shared-frontend.patch lame-3.98.2-get_audio.patch
Date: Mon, 23 Aug 2010 20:06:38
Message-Id: 20100823200634.ABF2A2004E@flycatcher.gentoo.org
1 ssuominen 10/08/23 20:06:34
2
3 Modified: lame-3.96-ccc.patch lame-3.98-gtk-path.patch
4 lame-3.98-shared-frontend.patch
5 lame-3.98.2-get_audio.patch
6 Log:
7 clean up
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-sound/lame/files/lame-3.96-ccc.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.96-ccc.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.96-ccc.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.96-ccc.patch?r1=1.1&r2=1.2
16
17 Index: lame-3.96-ccc.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/files/lame-3.96-ccc.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- lame-3.96-ccc.patch 28 Jul 2004 17:04:09 -0000 1.1
24 +++ lame-3.96-ccc.patch 23 Aug 2010 20:06:34 -0000 1.2
25 @@ -1,5 +1,10 @@
26 ---- lame-3.96/configure.in.ccc 2004-04-11 10:45:19.000000000 -0400
27 -+++ lame-3.96/configure.in 2004-07-26 18:32:21.000000000 -0400
28 +If ccc (alpha compiler) is installed on the system, the default
29 +configure is broken, fix it to respect CC. This is only
30 +directly broken for ARCH=alpha but would affect anybody with a
31 +ccc binary in their PATH. Bug #41908 (26 Jul 2004 agriffis)
32 +
33 +--- configure.in
34 ++++ configure.in
35 @@ -915,11 +915,9 @@
36 alpha*-*-linux*)
37
38
39
40
41 1.2 media-sound/lame/files/lame-3.98-gtk-path.patch
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98-gtk-path.patch?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98-gtk-path.patch?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98-gtk-path.patch?r1=1.1&r2=1.2
46
47 Index: lame-3.98-gtk-path.patch
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/files/lame-3.98-gtk-path.patch,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- lame-3.98-gtk-path.patch 11 Jul 2008 21:52:40 -0000 1.1
54 +++ lame-3.98-gtk-path.patch 23 Aug 2010 20:06:34 -0000 1.2
55 @@ -1,6 +1,4 @@
56 -Index: gtk.m4
57 -===================================================================
58 ---- gtk.m4.orig
59 +--- gtk.m4
60 +++ gtk.m4
61 @@ -0,0 +1,194 @@
62 +# Configure paths for GTK+
63
64
65
66 1.2 media-sound/lame/files/lame-3.98-shared-frontend.patch
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98-shared-frontend.patch?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98-shared-frontend.patch?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98-shared-frontend.patch?r1=1.1&r2=1.2
71
72 Index: lame-3.98-shared-frontend.patch
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/files/lame-3.98-shared-frontend.patch,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- lame-3.98-shared-frontend.patch 11 Jul 2008 21:52:40 -0000 1.1
79 +++ lame-3.98-shared-frontend.patch 23 Aug 2010 20:06:34 -0000 1.2
80 @@ -1,6 +1,7 @@
81 -diff -ur lame-398.old/frontend/Makefile.am lame-398.new/frontend/Makefile.am
82 ---- lame-398.old/frontend/Makefile.am 2006-09-30 11:17:05.000000000 +0200
83 -+++ lame-398.new/frontend/Makefile.am 2008-07-06 12:36:25.000000000 +0200
84 +The frontened tries to link staticly, but we prefer shared libs
85 +
86 +--- frontend/Makefile.am
87 ++++ frontend/Makefile.am
88 @@ -52,7 +52,7 @@
89 endif
90
91 @@ -10,15 +11,3 @@
92
93 INCLUDES = -I$(top_srcdir)/libmp3lame -I$(top_srcdir)/include -I$(top_builddir)
94
95 -diff -ur lame-398.old/frontend/Makefile.in lame-398.new/frontend/Makefile.in
96 ---- lame-398.old/frontend/Makefile.in 2008-06-25 14:17:51.000000000 +0200
97 -+++ lame-398.new/frontend/Makefile.in 2008-07-06 12:36:39.000000000 +0200
98 -@@ -152,7 +152,7 @@
99 - $(top_builddir)/libmp3lame/libmp3lame.la \
100 - @FRONTEND_LDADD@
101 -
102 --LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@ -static
103 -+LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ @SNDFILE_LIBS@
104 - LIBOBJS = @LIBOBJS@
105 - LIBS = @LIBS@
106 - LIBTOOL = @LIBTOOL@
107
108
109
110 1.2 media-sound/lame/files/lame-3.98.2-get_audio.patch
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98.2-get_audio.patch?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98.2-get_audio.patch?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/files/lame-3.98.2-get_audio.patch?r1=1.1&r2=1.2
115
116 Index: lame-3.98.2-get_audio.patch
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/files/lame-3.98.2-get_audio.patch,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- lame-3.98.2-get_audio.patch 22 Jul 2009 19:03:13 -0000 1.1
123 +++ lame-3.98.2-get_audio.patch 23 Aug 2010 20:06:34 -0000 1.2
124 @@ -1,5 +1,7 @@
125 ---- lame-398-2.orig/frontend/get_audio.c 2009-06-17 00:45:34.000000000 +0900
126 -+++ lame-398-2/frontend/get_audio.c 2009-06-17 00:48:58.000000000 +0900
127 +Read and write from std* when sndfile is used
128 +
129 +--- frontend/get_audio.c
130 ++++ frontend/get_audio.c
131 @@ -605,12 +605,17 @@
132 }
133 #endif