Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/gnash: ChangeLog gnash-0.8.3.ebuild
Date: Sat, 28 Jun 2008 11:43:02
Message-Id: E1KCYpU-00027G-Ae@stork.gentoo.org
1 loki_val 08/06/28 11:42:56
2
3 Modified: ChangeLog gnash-0.8.3.ebuild
4 Log:
5 Fix a compilation problem on amd64, bug #229453.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.58 net-www/gnash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 25 Jun 2008 18:35:28 -0000 1.57
22 +++ ChangeLog 28 Jun 2008 11:42:55 -0000 1.58
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-www/gnash
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.57 2008/06/25 18:35:28 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.58 2008/06/28 11:42:55 loki_val Exp $
28 +
29 + 28 Jun 2008; Peter Alfredsen <loki_val@g.o>
30 + +files/gnash-0.8.3-boost-dynamic-link.patch,
31 + +files/gnash-0.8.3-libtool-2.2.patch, gnash-0.8.3.ebuild:
32 + Fix a compilation problem on amd64, bug #229453.
33
34 *gnash-0.8.3 (25 Jun 2008)
35
36
37
38
39 1.3 net-www/gnash/gnash-0.8.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/gnash-0.8.3.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/gnash-0.8.3.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/gnash/gnash-0.8.3.ebuild?r1=1.2&r2=1.3
44
45 Index: gnash-0.8.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.3.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gnash-0.8.3.ebuild 26 Jun 2008 02:17:56 -0000 1.2
52 +++ gnash-0.8.3.ebuild 28 Jun 2008 11:42:55 -0000 1.3
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.3.ebuild,v 1.2 2008/06/26 02:17:56 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.3.ebuild,v 1.3 2008/06/28 11:42:55 loki_val Exp $
58
59 EAPI=1
60
61 -inherit nsplugins kde-functions qt3 multilib
62 +inherit autotools nsplugins kde-functions qt3 multilib
63
64 set-kdedir 3.5
65
66 @@ -74,6 +74,7 @@
67 x11-libs/libXt
68 x11-proto/xproto
69 dbus? ( sys-apps/dbus )
70 + sys-devel/libtool
71 "
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 @@ -149,6 +150,9 @@
75 sed -i \
76 -e 's,config.h,gnashconfig.h,' \
77 ./extensions/dbus/dbus_ext.h || die
78 + epatch "${FILESDIR}"/${P}-boost-dynamic-link.patch
79 + epatch "${FILESDIR}"/${P}-libtool-2.2.patch
80 + eautoreconf
81 }
82
83 src_compile() {
84 @@ -209,6 +213,9 @@
85 --with-extensions=${extensions} \
86 --with-ffmpeg-incl=/usr/include \
87 --with-kde-pluginprefix=${KDEDIR} \
88 + --without-included-ltdl \
89 + --with-ltdl-include=/usr/include \
90 + --with-ltdl-lib=/usr/lib \
91 ${myconf} \
92 || die "econf failed"
93 emake || die "emake failed"
94 @@ -217,7 +224,8 @@
95 src_test() {
96 cd testsuite
97 make check || die "make check failed"
98 - ./anaylse-results.sh > TESTRESULTS.txt || die "Analyzing results failed."
99 + ./anaylse-results.sh > TESTRESULTS.txt
100 + cat TESTRESULTS.txt
101 }
102
103 src_install() {
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list