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/mixxx: ChangeLog mixxx-1.6.0-r1.ebuild
Date: Tue, 02 Dec 2008 06:17:30
Message-Id: E1L7OZb-0006CK-S0@stork.gentoo.org
1 ssuominen 08/12/02 06:17:27
2
3 Modified: ChangeLog mixxx-1.6.0-r1.ebuild
4 Log:
5 Remove call for local from src_configure because otherwise myconf doesn't get passed into src_compile. One of the EAPI=2 downsides. Now we can wait and see what not calling local breaks on other systems.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
7
8 Revision Changes Path
9 1.44 media-sound/mixxx/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 26 Nov 2008 09:13:05 -0000 1.43
22 +++ ChangeLog 2 Dec 2008 06:17:27 -0000 1.44
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-sound/mixxx
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.43 2008/11/26 09:13:05 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.44 2008/12/02 06:17:27 ssuominen Exp $
28 +
29 + 02 Dec 2008; <ssuominen@g.o> mixxx-1.6.0-r1.ebuild:
30 + Remove call for local from src_configure because otherwise myconf doesn't
31 + get passed into src_compile. One of the EAPI=2 downsides. Now we can wait
32 + and see what not calling local breaks on other systems.
33
34 26 Nov 2008; <ssuominen@g.o> mixxx-1.4.2.ebuild:
35 Allow only deprecated portaudio for old version of mixxx.
36
37
38
39 1.2 media-sound/mixxx/mixxx-1.6.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: mixxx-1.6.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- mixxx-1.6.0-r1.ebuild 10 Oct 2008 12:31:57 -0000 1.1
52 +++ mixxx-1.6.0-r1.ebuild 2 Dec 2008 06:17:27 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0-r1.ebuild,v 1.1 2008/10/10 12:31:57 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0-r1.ebuild,v 1.2 2008/12/02 06:17:27 ssuominen Exp $
58
59 EAPI=2
60
61 @@ -17,7 +17,6 @@
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE="debug djconsole hifieq ladspa recording shout +vinylcontrol"
64
65 -# TODO. It bundles libs, like samplerate, why?
66 RDEPEND="media-libs/mesa
67 media-libs/libmad
68 media-libs/libid3tag
69 @@ -45,7 +44,7 @@
70 }
71
72 src_configure() {
73 - local myconf="optimize=0 ffmpeg=0 script=0 prefix=/usr"
74 + myconf="optimize=0 ffmpeg=0 script=0 prefix=/usr"
75
76 use djconsole && myconf+=" djconsole=1" || myconf+=" djconsole=0"
77 use hifieq && myconf+=" hifieq=1" || myconf+=" hifieq=0"