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/gnash: gnash-0.8.10.ebuild ChangeLog
Date: Mon, 27 Feb 2012 11:28:49
Message-Id: 20120227112838.32AFC2004B@flycatcher.gentoo.org
1 chithanh 12/02/27 11:28:38
2
3 Modified: gnash-0.8.10.ebuild ChangeLog
4 Log:
5 Allow building nsplugin against npapi-sdk, bug #383071.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 www-plugins/gnash/gnash-0.8.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?r1=1.4&r2=1.5
15
16 Index: gnash-0.8.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gnash-0.8.10.ebuild 27 Feb 2012 01:23:22 -0000 1.4
23 +++ gnash-0.8.10.ebuild 27 Feb 2012 11:28:38 -0000 1.5
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/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.4 2012/02/27 01:23:22 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.5 2012/02/27 11:28:38 chithanh Exp $
29
30 EAPI=4
31 CMAKE_REQUIRED="never"
32 @@ -90,7 +90,12 @@
33 openvg? (
34 media-libs/mesa[openvg]
35 )
36 - nsplugin? ( >=net-libs/xulrunner-1.9.2:1.9 )
37 + nsplugin? (
38 + || (
39 + net-misc/npapi-sdk
40 + >=net-libs/xulrunner-1.9.2:1.9
41 + )
42 + )
43 sdl? ( media-libs/libsdl[X] )
44 sdl-sound? ( media-libs/libsdl )
45 media-libs/speex[ogg]
46 @@ -150,6 +155,9 @@
47 # Fix libamf includes
48 epatch "${FILESDIR}"/${PN}-0.8.10-amf-include.patch
49
50 + # Allow building against npapi-sdk, bug #383071
51 + epatch "${FILESDIR}"/${PN}-0.8.10-npapi-sdk.patch
52 +
53 eautoreconf
54 }
55 src_configure() {
56
57
58
59 1.78 www-plugins/gnash/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.78&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.78&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.77&r2=1.78
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
68 retrieving revision 1.77
69 retrieving revision 1.78
70 diff -u -r1.77 -r1.78
71 --- ChangeLog 27 Feb 2012 01:23:22 -0000 1.77
72 +++ ChangeLog 27 Feb 2012 11:28:38 -0000 1.78
73 @@ -1,6 +1,10 @@
74 # ChangeLog for www-plugins/gnash
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.77 2012/02/27 01:23:22 chithanh Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.78 2012/02/27 11:28:38 chithanh Exp $
78 +
79 + 27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
80 + gnash-0.8.10.ebuild, +files/gnash-0.8.10-npapi-sdk.patch:
81 + Allow building nsplugin against npapi-sdk, bug #383071.
82
83 27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
84 gnash-0.8.10.ebuild: