Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/radiomixer: radiomixer-1.1_rc1-r1.ebuild ChangeLog
Date: Sat, 31 Jan 2009 20:11:01
Message-Id: E1LTMB1-0003YR-Hj@stork.gentoo.org
1 jokey 09/01/31 20:10:51
2
3 Modified: radiomixer-1.1_rc1-r1.ebuild ChangeLog
4 Log:
5 Add gcc4.3 build patch and use defaults from bug #251250
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: radiomixer-1.1_rc1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- radiomixer-1.1_rc1-r1.ebuild 27 Dec 2007 22:43:23 -0000 1.4
22 +++ radiomixer-1.1_rc1-r1.ebuild 31 Jan 2009 20:10:51 -0000 1.5
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v 1.4 2007/12/27 22:43:23 rich0 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v 1.5 2009/01/31 20:10:51 jokey Exp $
29 +
30 +EAPI=2
31
32 inherit kde-functions eutils
33
34 @@ -11,7 +13,7 @@
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 -IUSE="alsa debug hwmixer jack mad vorbis"
39 +IUSE="alsa debug hwmixer +jack +mad vorbis"
40
41 DEPEND="media-libs/libsamplerate
42 alsa? ( media-libs/alsa-lib )
43 @@ -61,6 +63,10 @@
44 elog
45 }
46
47 +src_prepare() {
48 + epatch "${FILESDIR}"/${P}-gcc43.patch
49 +}
50 +
51 src_compile() {
52 local myconf
53 # broken without
54
55
56
57 1.14 media-sound/radiomixer/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/ChangeLog?rev=1.14&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/ChangeLog?rev=1.14&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/radiomixer/ChangeLog?r1=1.13&r2=1.14
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v
66 retrieving revision 1.13
67 retrieving revision 1.14
68 diff -u -r1.13 -r1.14
69 --- ChangeLog 6 Mar 2008 17:20:56 -0000 1.13
70 +++ ChangeLog 31 Jan 2009 20:10:51 -0000 1.14
71 @@ -1,6 +1,10 @@
72 # ChangeLog for media-sound/radiomixer
73 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.13 2008/03/06 17:20:56 tove Exp $
75 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.14 2009/01/31 20:10:51 jokey Exp $
77 +
78 + 31 Jan 2009; <jokey@g.o> +files/radiomixer-1.1_rc1-gcc43.patch,
79 + radiomixer-1.1_rc1-r1.ebuild:
80 + Add gcc4.3 build patch and use defaults from bug #251250
81
82 27 Dec 2007; <rich0@g.o> radiomixer-1.1_rc1-r1.ebuild:
83 Stable on amd64 - #203348.