Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.6.ebuild gnash-0.8.5.ebuild
Date: Fri, 02 Jul 2010 11:01:46
Message-Id: 20100702110142.A1FA92C621@corvid.gentoo.org
1 ssuominen 10/07/02 11:01:42
2
3 Modified: ChangeLog gnash-0.8.6.ebuild gnash-0.8.5.ebuild
4 Log:
5 Fix building with libpng14 wrt #326599 by Serhij S. Stasyuk.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.29 www-plugins/gnash/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.29&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.29&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.28&r2=1.29
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
18 retrieving revision 1.28
19 retrieving revision 1.29
20 diff -u -r1.28 -r1.29
21 --- ChangeLog 27 Jun 2010 12:52:11 -0000 1.28
22 +++ ChangeLog 2 Jul 2010 11:01:42 -0000 1.29
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-plugins/gnash
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.28 2010/06/27 12:52:11 chithanh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.29 2010/07/02 11:01:42 ssuominen Exp $
28 +
29 + 02 Jul 2010; Samuli Suominen <ssuominen@g.o>
30 + +files/gnash-0.8.x-libpng14.patch, gnash-0.8.5.ebuild, gnash-0.8.6.ebuild:
31 + Fix building with libpng14 wrt #326599 by Serhij S. Stasyuk.
32
33 27 Jun 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 gnash-0.8.7.ebuild:
35
36
37
38 1.11 www-plugins/gnash/gnash-0.8.6.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild?r1=1.10&r2=1.11
43
44 Index: gnash-0.8.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- gnash-0.8.6.ebuild 1 May 2010 00:58:17 -0000 1.10
51 +++ gnash-0.8.6.ebuild 2 Jul 2010 11:01:42 -0000 1.11
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.10 2010/05/01 00:58:17 reavertm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.11 2010/07/02 11:01:42 ssuominen Exp $
57
58 EAPI="2"
59 CMAKE_REQUIRED="never"
60 @@ -131,6 +131,8 @@
61 # when AS3 support is enabled (as default)
62 epatch "${FILESDIR}"/${P}-libcore-as3-headers.patch
63
64 + epatch "${FILESDIR}"/${PN}-0.8.x-libpng14.patch
65 +
66 # Conflict headers with npapi.h from mozilla-sdk embedded stuffs and libxul-unstable header
67 # in case where xpcom (implicitly added with gtk) is enabled, we use the system header
68 if use gtk; then
69
70
71
72 1.13 www-plugins/gnash/gnash-0.8.5.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?rev=1.13&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?rev=1.13&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild?r1=1.12&r2=1.13
77
78 Index: gnash-0.8.5.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v
81 retrieving revision 1.12
82 retrieving revision 1.13
83 diff -u -r1.12 -r1.13
84 --- gnash-0.8.5.ebuild 1 May 2010 00:58:17 -0000 1.12
85 +++ gnash-0.8.5.ebuild 2 Jul 2010 11:01:42 -0000 1.13
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2010 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.12 2010/05/01 00:58:17 reavertm Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.13 2010/07/02 11:01:42 ssuominen Exp $
91
92 EAPI="2"
93 CMAKE_REQUIRED="never"
94 @@ -113,6 +113,8 @@
95 # gentoo bug #283905
96 epatch "${FILESDIR}"/${P}-moc-qt4.patch
97
98 + epatch "${FILESDIR}"/${PN}-0.8.x-libpng14.patch
99 +
100 # Conflict headers with npapi.h from mozilla-sdk embedded stuffs and libxul-unstable header
101 # in case where xpcom (implicitly added with gtk) is enabled, we use the system header
102 if use gtk; then