Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/lightspark: lightspark-0.5.0.ebuild ChangeLog
Date: Sat, 30 Jul 2011 21:08:53
Message-Id: 20110730210842.6ACD52004B@flycatcher.gentoo.org
1 chithanh 11/07/30 21:08:42
2
3 Modified: lightspark-0.5.0.ebuild ChangeLog
4 Log:
5 Drop non-functional openal support, bug #377005.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-plugins/lightspark/lightspark-0.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/lightspark-0.5.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/lightspark-0.5.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/lightspark-0.5.0.ebuild?r1=1.1&r2=1.2
15
16 Index: lightspark-0.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.5.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lightspark-0.5.0.ebuild 27 Jul 2011 15:36:36 -0000 1.1
23 +++ lightspark-0.5.0.ebuild 30 Jul 2011 21:08:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.5.0.ebuild,v 1.1 2011/07/27 15:36:36 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.5.0.ebuild,v 1.2 2011/07/30 21:08:42 chithanh Exp $
29
30 EAPI=4
31 inherit cmake-utils nsplugins multilib versionator
32 @@ -12,7 +12,7 @@
33 LICENSE="LGPL-3"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="nsplugin openal profile pulseaudio rtmp sdl"
37 +IUSE="nsplugin profile pulseaudio rtmp sdl"
38
39 RDEPEND=">=dev-cpp/libxmlpp-2.33.1:2.6
40 >=dev-libs/boost-1.42
41 @@ -23,9 +23,6 @@
42 media-libs/ftgl
43 >=media-libs/glew-1.5.3
44 media-libs/libsdl
45 - openal? (
46 - media-libs/openal
47 - )
48 pulseaudio? (
49 media-sound/pulseaudio
50 )
51 @@ -46,13 +43,11 @@
52 DEPEND="${RDEPEND}
53 dev-lang/nasm
54 dev-util/pkgconfig"
55 -REQUIRED_USE="openal? ( pulseaudio )"
56
57 S=${WORKDIR}/${P/_rc*/}
58
59 src_configure() {
60 local audiobackends
61 - use openal && audiobackends+="openal"
62 use pulseaudio && audiobackends+="pulse"
63 use sdl && audiobackends+="sdl"
64
65
66
67
68 1.34 www-plugins/lightspark/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/ChangeLog?rev=1.34&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/ChangeLog?rev=1.34&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/lightspark/ChangeLog?r1=1.33&r2=1.34
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v
77 retrieving revision 1.33
78 retrieving revision 1.34
79 diff -u -r1.33 -r1.34
80 --- ChangeLog 27 Jul 2011 15:36:37 -0000 1.33
81 +++ ChangeLog 30 Jul 2011 21:08:42 -0000 1.34
82 @@ -1,6 +1,10 @@
83 # ChangeLog for www-plugins/lightspark
84 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.33 2011/07/27 15:36:37 chithanh Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.34 2011/07/30 21:08:42 chithanh Exp $
87 +
88 + 30 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
89 + lightspark-0.5.0.ebuild:
90 + Drop non-functional openal support, bug #377005.
91
92 *lightspark-0.5.0 (27 Jul 2011)