diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-14 18:06:21 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-14 18:06:21 +0000 |
commit | c9ebfc22f9d4fba0b13adb457f7261199c89df57 (patch) | |
tree | 14ce7f2b308571f573ac984c2d9bec1bc5dfd727 /www-plugins | |
parent | Quote CC,CXX,LD,LINK. Bug #332669. Thanks to Harald van Dijk (diff) | |
download | gentoo-2-c9ebfc22f9d4fba0b13adb457f7261199c89df57.tar.gz gentoo-2-c9ebfc22f9d4fba0b13adb457f7261199c89df57.tar.bz2 gentoo-2-c9ebfc22f9d4fba0b13adb457f7261199c89df57.zip |
Attempt to fix generation of hwaccel configure option, bug #332755
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.7_p20100812.ebuild | 4 |
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" |