diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-15 10:18:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-15 10:18:38 +0000 |
commit | e95c8dba2a4c7303bf799c0fc18b94df7026917d (patch) | |
tree | 77c527a4af73ed95987c1dd7705bf6119963db59 /www-plugins/gnash | |
parent | added gnu hash style to LDFLAGS for x86 developer profile, so not-respected L... (diff) | |
download | gentoo-2-e95c8dba2a4c7303bf799c0fc18b94df7026917d.tar.gz gentoo-2-e95c8dba2a4c7303bf799c0fc18b94df7026917d.tar.bz2 gentoo-2-e95c8dba2a4c7303bf799c0fc18b94df7026917d.zip |
Further tweak acceleration settings, bug #332755.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.7_p20100812.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 14d89eccaa26..2d10b19831a6 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.39 2010/08/14 18:06:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.40 2010/08/15 10:18:38 chithanh Exp $ + + 15 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.7_p20100812.ebuild: + Further tweak acceleration settings, bug #332755. 14 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.7_p20100812.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild b/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild index 2bfb043613ab..204cc4c37e98 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.2 2010/08/14 18:06:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild,v 1.3 2010/08/15 10:18:38 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -157,8 +157,7 @@ src_configure() { # Set nsplugin install directory. 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" + # Set hardware acceleration. use xv && hwaccel+=",xv" use vaapi && hwaccel+=",vaapi" |