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-libs/openal: openal-1.15.1-r1.ebuild ChangeLog
Date: Fri, 31 Jan 2014 14:50:36
Message-Id: 20140131145031.08FE52004C@flycatcher.gentoo.org
1 ssuominen 14/01/31 14:50:30
2
3 Modified: openal-1.15.1-r1.ebuild ChangeLog
4 Log:
5 Build alstream (example application) only for native ABI to avoid dependency on FFmpeg wrt #497768 by Andy Kittner and Chris Slycord
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.6 media-libs/openal/openal-1.15.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: openal-1.15.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- openal-1.15.1-r1.ebuild 31 Dec 2013 12:05:37 -0000 1.5
23 +++ openal-1.15.1-r1.ebuild 31 Jan 2014 14:50:30 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.5 2013/12/31 12:05:37 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.6 2014/01/31 14:50:30 ssuominen Exp $
30
31 EAPI=5
32 inherit cmake-multilib
33 @@ -43,7 +43,12 @@
34 $(cmake-utils_use sse)
35 )
36
37 - multilib_is_native_abi && mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) )
38 + if multilib_build_binaries; then
39 + mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) )
40 + else
41 + mycmakeargs+=( "-DEXAMPLES=OFF" )
42 + fi
43 +
44
45 cmake-utils_src_configure
46 }
47
48
49
50 1.172 media-libs/openal/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.172&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.172&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.171&r2=1.172
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
59 retrieving revision 1.171
60 retrieving revision 1.172
61 diff -u -r1.171 -r1.172
62 --- ChangeLog 31 Dec 2013 12:05:37 -0000 1.171
63 +++ ChangeLog 31 Jan 2014 14:50:30 -0000 1.172
64 @@ -1,6 +1,10 @@
65 # ChangeLog for media-libs/openal
66 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.171 2013/12/31 12:05:37 aballier Exp $
68 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.172 2014/01/31 14:50:30 ssuominen Exp $
70 +
71 + 31 Jan 2014; Samuli Suominen <ssuominen@g.o> openal-1.15.1-r1.ebuild:
72 + Build alstream (example application) only for native ABI to avoid dependency
73 + on FFmpeg wrt #497768 by Andy Kittner and Chris Slycord
74
75 31 Dec 2013; Alexis Ballier <aballier@g.o> openal-1.15.1-r1.ebuild:
76 properly disable alstream if non native abi; reported by Michael