Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.5.ebuild
Date: Wed, 09 Sep 2009 10:35:32
Message-Id: E1MlKWQ-0004es-S6@stork.gentoo.org
1 mrpouet 09/09/09 10:35:30
2
3 Modified: ChangeLog gnash-0.8.5.ebuild
4 Log:
5 Fix bug #284073, Use pkgconfig to determine XPCOM_IDL_DIR instead of non-portable construct which fix building against xulrunner-1.9.0, many thanks to Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>, Add >=sys-devel/libtool-2 in RDEPEND (not portable to libtool-1)
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 www-plugins/gnash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 9 Sep 2009 10:17:48 -0000 1.8
22 +++ ChangeLog 9 Sep 2009 10:35:30 -0000 1.9
23 @@ -1,6 +1,13 @@
24 # ChangeLog for www-plugins/gnash
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.8 2009/09/09 10:17:48 mrpouet Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.9 2009/09/09 10:35:30 mrpouet Exp $
28 +
29 + 09 Sep 2009; Romain Perier <mrpouet@g.o>
30 + gnash-0.8.5.ebuild, +files/gnash-0.8.5-xpcom-idldir.patch:
31 + Fix bug #284073, Use pkgconfig to determine XPCOM_IDL_DIR instead of
32 + non-portable construct which fix building against xulrunner-1.9.0, many
33 + thanks to Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>, Add
34 + >=sys-devel/libtool-2 in RDEPEND (not portable to libtool-1).
35
36 09 Sep 2009; Romain Perier <mrpouet@g.o>
37 gnash-0.8.5.ebuild:
38
39
40
41 1.5 www-plugins/gnash/gnash-0.8.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?r1=1.4&r2=1.5
46
47 Index: gnash-0.8.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- gnash-0.8.5.ebuild 9 Sep 2009 10:17:48 -0000 1.4
54 +++ gnash-0.8.5.ebuild 9 Sep 2009 10:35:30 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.4 2009/09/09 10:17:48 mrpouet Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.5 2009/09/09 10:35:30 mrpouet Exp $
60
61 EAPI="2"
62 KDE_REQUIRED="optional"
63 @@ -56,7 +56,8 @@
64 sdl? ( media-libs/libsdl[X] )
65 nsplugin? ( net-libs/xulrunner:1.9 )
66 speex? ( media-libs/speex[ogg] )
67 - zlib? ( sys-libs/zlib )"
68 + zlib? ( sys-libs/zlib )
69 + >=sys-devel/libtool-2.2"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 nls? ( sys-devel/gettext )
73 @@ -98,6 +99,10 @@
74 # Defines $(XPIDL) correctly using sdkdir variable from libxul.pc
75 epatch "${FILESDIR}"/${P}-xpidl-sdkdir.patch
76
77 + # Use pkgconfig to determine XPCOM_IDL_DIR instead of non-portable construct.
78 + # Fixes building against xulrunner-1.9.0, bug #284073.
79 + epatch "${FILESDIR}"/${P}-xpcom-idldir.patch
80 +
81 # Resurect patch from bug #230287
82 epatch "${FILESDIR}"/${PN}-0.8.3-boost-dynamic-link.patch