diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-07-19 23:16:32 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-07-19 23:16:32 +0000 |
commit | 80583cccd401da1e807350df336b8f9e4b0aa5ac (patch) | |
tree | 03d3e369a66759a4c101befec8e695dda4e00771 /www-plugins | |
parent | Mask USE=applet because of missing gnome-base/gnome-panel dependency (bug #32... (diff) | |
download | gentoo-2-80583cccd401da1e807350df336b8f9e4b0aa5ac.tar.gz gentoo-2-80583cccd401da1e807350df336b8f9e4b0aa5ac.tar.bz2 gentoo-2-80583cccd401da1e807350df336b8f9e4b0aa5ac.zip |
don't install plugin to /opt, bug #328595
(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_p20100706.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index b6629f09e85b..3f98dd7d7ecd 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.34 2010/07/19 21:32:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.35 2010/07/19 23:16:32 chithanh Exp $ + + 19 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.7_p20100706.ebuild: + don't install plugin to /opt, bug #328595 19 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.7_p20100706.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild b/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild index d9eeeabf1996..7090b8a3aebd 100644 --- a/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild +++ b/www-plugins/gnash/gnash-0.8.7_p20100706.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_p20100706.ebuild,v 1.5 2010/07/19 21:32:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild,v 1.6 2010/07/19 23:16:32 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -150,7 +150,7 @@ src_configure() { local gui hwaccel myconf myext renderers # Set nsplugin install directory. - use nsplugin && myconf="${myconf} --with-npapi-plugindir=/opt/netscape/plugins" + use nsplugin && myconf="${myconf} --with-npapi-plugindir=/usr/$(get_libdir)/gnash/npapi/" # Set hardware acceleration use xv && hwaccel+=",xv" @@ -255,8 +255,8 @@ src_install() { popd >& /dev/null fi # Create a symlink in /usr/$(get_libdir)/nsbrowser/plugins to the nsplugin install directory. - use nsplugin && inst_plugin /opt/netscape/plugins/libgnashplugin.so \ - || rm -rf "${D}/opt" + use nsplugin && inst_plugin /usr/$(get_libdir)/gnash/npapi/libgnashplugin.so \ + dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" } pkg_postinst() { |