summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-plugins/gnash/ChangeLog6
-rw-r--r--www-plugins/gnash/gnash-0.8.7_p20100812.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog
index 7e80e14c637c..14d89eccaa26 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.38 2010/08/13 22:40:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.39 2010/08/14 18:06:21 chithanh Exp $
+
+ 14 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.7_p20100812.ebuild:
+ Attempt to fix generation of hwaccel configure option, bug #332755
13 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-gnash-0.8.7_p20100706.ebuild, files/gnash-0.8.8-klash.patch:
diff --git a/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild b/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild
index ea7ad9337dd3..2bfb043613ab 100644
--- a/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild
+++ b/www-plugins/gnash/gnash-0.8.7_p20100812.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.7_p20100812.ebuild,v 1.1 2010/08/13 19:02:06 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild,v 1.2 2010/08/14 18:06:21 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -158,7 +158,7 @@ src_configure() {
use nsplugin && myconf="${myconf} --with-npapi-plugindir=/usr/$(get_libdir)/gnash/npapi/"
# Set hardware acceleration, "none" is always required or else vaapi and xv become automagic
- hwaccel="none"
+ hwaccel=",none"
use xv && hwaccel+=",xv"
use vaapi && hwaccel+=",vaapi"