From c9ebfc22f9d4fba0b13adb457f7261199c89df57 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sat, 14 Aug 2010 18:06:21 +0000 Subject: Attempt to fix generation of hwaccel configure option, bug #332755 (Portage version: 2.2_rc67/cvs/Linux x86_64) --- www-plugins/gnash/ChangeLog | 6 +++++- www-plugins/gnash/gnash-0.8.7_p20100812.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'www-plugins') 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 + gnash-0.8.7_p20100812.ebuild: + Attempt to fix generation of hwaccel configure option, bug #332755 13 Aug 2010; Chí-Thanh Christopher Nguyễn -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" -- cgit v1.2.3-65-gdbad