Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/csound: csound-5.16.6-r1.ebuild ChangeLog
Date: Tue, 28 Feb 2012 21:04:14
Message-Id: 20120228210404.2B9752004B@flycatcher.gentoo.org
1 radhermit 12/02/28 21:04:04
2
3 Modified: csound-5.16.6-r1.ebuild ChangeLog
4 Log:
5 Move linguas settings and pass LDFLAGS to scons in a better format.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-sound/csound/csound-5.16.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: csound-5.16.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- csound-5.16.6-r1.ebuild 27 Feb 2012 13:37:56 -0000 1.1
23 +++ csound-5.16.6-r1.ebuild 28 Feb 2012 21:04:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v 1.1 2012/02/27 13:37:56 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.16.6-r1.ebuild,v 1.2 2012/02/28 21:04:04 radhermit Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 @@ -26,10 +26,12 @@
33 LICENSE="LGPL-2.1"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -LANGS=" de en_GB en_US es_CO fr it ro ru"
37 IUSE="+alsa beats chua csoundac +cxx debug double-precision dssi examples fltk +fluidsynth
38 html +image jack java keyboard linear lua nls osc openmp doc portaudio portmidi pulseaudio
39 -python samples static-libs stk tcl test +threads +utils vim-syntax vst ${LANGS// / linguas_}"
40 +python samples static-libs stk tcl test +threads +utils vim-syntax vst"
41 +
42 +LANGS=" de en_GB en_US es_CO fr it ro ru"
43 +IUSE+="${LANGS// / linguas_}"
44
45 RDEPEND=">=media-libs/libsndfile-1.0.16
46 alsa? ( media-libs/alsa-lib )
47 @@ -97,7 +99,7 @@
48 customCXXFLAGS = "${CXXFLAGS}".split()
49 customLIBS = []
50 customLIBPATH = []
51 - customSHLINKFLAGS = []
52 + customSHLINKFLAGS = "${LDFLAGS}".split()
53 customSWIGFLAGS = []
54 EOF
55 }
56 @@ -110,7 +112,6 @@
57 prefix=/usr \
58 CC="$(tc-getCC)" \
59 CXX="$(tc-getCXX)" \
60 - LINKFLAGS="${LDFLAGS}" \
61 buildNewParser=1 \
62 pythonVersion=$(python_get_version) \
63 $(use_scons alsa useALSA) \
64
65
66
67 1.5 media-sound/csound/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.5&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.5&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.4&r2=1.5
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v
76 retrieving revision 1.4
77 retrieving revision 1.5
78 diff -u -r1.4 -r1.5
79 --- ChangeLog 27 Feb 2012 13:37:56 -0000 1.4
80 +++ ChangeLog 28 Feb 2012 21:04:04 -0000 1.5
81 @@ -1,6 +1,9 @@
82 # ChangeLog for media-sound/csound
83 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.4 2012/02/27 13:37:56 radhermit Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.5 2012/02/28 21:04:04 radhermit Exp $
86 +
87 + 28 Feb 2012; Tim Harder <radhermit@g.o> csound-5.16.6-r1.ebuild:
88 + Move linguas settings and pass LDFLAGS to scons in a better format.
89
90 *csound-5.16.6-r1 (27 Feb 2012)