summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-08-23 22:50:14 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-08-23 22:50:14 +0000
commitc00fea75b38e0ee1d54c93f95498305e7cc9061f (patch)
tree5c09d2da9ae5256b44e88c1db7a0a886ad302255 /www-plugins
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-c00fea75b38e0ee1d54c93f95498305e7cc9061f.tar.gz
gentoo-2-c00fea75b38e0ee1d54c93f95498305e7cc9061f.tar.bz2
gentoo-2-c00fea75b38e0ee1d54c93f95498305e7cc9061f.zip
Warn against net-misc/curl[threads]
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/gnash/ChangeLog6
-rw-r--r--www-plugins/gnash/gnash-0.8.8.ebuild9
2 files changed, 13 insertions, 2 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog
index 2773e89288d4..28b6d5071948 100644
--- a/www-plugins/gnash/ChangeLog
+++ b/www-plugins/gnash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/gnash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.41 2010/08/22 22:16:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.42 2010/08/23 22:50:14 chithanh Exp $
+
+ 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.8.ebuild:
+ Warn against net-misc/curl[threads]
*gnash-0.8.8 (22 Aug 2010)
diff --git a/www-plugins/gnash/gnash-0.8.8.ebuild b/www-plugins/gnash/gnash-0.8.8.ebuild
index 559f8b095817..f268b43f4b32 100644
--- a/www-plugins/gnash/gnash-0.8.8.ebuild
+++ b/www-plugins/gnash/gnash-0.8.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.1 2010/08/22 22:16:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.2 2010/08/23 22:50:14 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -252,6 +252,13 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}
pkg_postinst() {
+ if has_version net-misc/curl[threads]; then
+ ewarn "net-misc/curl was built with USE=\"threads\", which causes problems."
+ ewarn "If flash animations fail to download resources such as videos, build"
+ ewarn "net-misc/curl without threading support. For details see"
+ ewarn "https://bugs.gentoo.org/show_bug.cgi?id=332757 or"
+ ewarn "https://savannah.gnu.org/bugs/?func=detailitem&item_id=30357"
+ fi
if use !gnome || use !gstreamer && use !ffmpeg ; then
ewarn ""
ewarn "Gnash was built without a media handler and or http handler !"