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: ChangeLog gnash-0.8.8.ebuild
Date: Mon, 23 Aug 2010 22:50:18
Message-Id: 20100823225014.691012004E@flycatcher.gentoo.org
1 chithanh 10/08/23 22:50:14
2
3 Modified: ChangeLog gnash-0.8.8.ebuild
4 Log:
5 Warn against net-misc/curl[threads]
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.42 www-plugins/gnash/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 22 Aug 2010 22:16:55 -0000 1.41
22 +++ ChangeLog 23 Aug 2010 22:50:14 -0000 1.42
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.41 2010/08/22 22:16:55 chithanh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.42 2010/08/23 22:50:14 chithanh Exp $
28 +
29 + 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
30 + gnash-0.8.8.ebuild:
31 + Warn against net-misc/curl[threads]
32
33 *gnash-0.8.8 (22 Aug 2010)
34
35
36
37
38 1.2 www-plugins/gnash/gnash-0.8.8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.1&r2=1.2
43
44 Index: gnash-0.8.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gnash-0.8.8.ebuild 22 Aug 2010 22:16:55 -0000 1.1
51 +++ gnash-0.8.8.ebuild 23 Aug 2010 22:50:14 -0000 1.2
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.8.ebuild,v 1.1 2010/08/22 22:16:55 chithanh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.2 2010/08/23 22:50:14 chithanh Exp $
57
58 EAPI=3
59 CMAKE_REQUIRED="never"
60 @@ -252,6 +252,13 @@
61 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
62 }
63 pkg_postinst() {
64 + if has_version net-misc/curl[threads]; then
65 + ewarn "net-misc/curl was built with USE=\"threads\", which causes problems."
66 + ewarn "If flash animations fail to download resources such as videos, build"
67 + ewarn "net-misc/curl without threading support. For details see"
68 + ewarn "https://bugs.gentoo.org/show_bug.cgi?id=332757 or"
69 + ewarn "https://savannah.gnu.org/bugs/?func=detailitem&item_id=30357"
70 + fi
71 if use !gnome || use !gstreamer && use !ffmpeg ; then
72 ewarn ""
73 ewarn "Gnash was built without a media handler and or http handler !"