Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-1.4.0_rc1-r1.ebuild
Date: Sat, 03 Nov 2007 07:16:21
Message-Id: E1IoDEp-0004QU-JM@stork.gentoo.org
1 robbat2 07/11/03 07:16:11
2
3 Modified: ChangeLog audacious-1.4.0_rc1-r1.ebuild
4 Log:
5 Compile-fix, missing \ in the econf options.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.127 media-sound/audacious/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.127&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.127&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.126&r2=1.127
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v
18 retrieving revision 1.126
19 retrieving revision 1.127
20 diff -u -r1.126 -r1.127
21 --- ChangeLog 3 Nov 2007 00:56:00 -0000 1.126
22 +++ ChangeLog 3 Nov 2007 07:16:11 -0000 1.127
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/audacious
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.126 2007/11/03 00:56:00 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.127 2007/11/03 07:16:11 robbat2 Exp $
28 +
29 + 03 Nov 2007; Robin H. Johnson <robbat2@g.o>
30 + audacious-1.4.0_rc1-r1.ebuild:
31 + Compile-fix, missing \ in the econf options.
32
33 *audacious-1.4.0_rc1-r1 (03 Nov 2007)
34
35
36
37
38 1.2 media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: audacious-1.4.0_rc1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- audacious-1.4.0_rc1-r1.ebuild 3 Nov 2007 00:56:00 -0000 1.1
51 +++ audacious-1.4.0_rc1-r1.ebuild 3 Nov 2007 07:16:11 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v 1.1 2007/11/03 00:56:00 chainsaw Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v 1.2 2007/11/03 07:16:11 robbat2 Exp $
57
58 inherit flag-o-matic
59
60 @@ -33,7 +33,7 @@
61
62 src_compile() {
63 econf \
64 - --enable-dbus
65 + --enable-dbus \
66 --enable-samplerate \
67 $(use_enable chardet) \
68 $(use_enable nls) \
69
70
71
72 --
73 gentoo-commits@g.o mailing list