diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-10-20 14:08:03 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-10-20 14:08:03 +0000 |
commit | 8e9106fe11326f13fd6965d32a283d5e79c4cdc3 (patch) | |
tree | 0529dd60789580b32fffa1a4bd7114296da29cbf /net-www | |
parent | Oops forgot to commit this last night... (diff) | |
download | gentoo-2-8e9106fe11326f13fd6965d32a283d5e79c4cdc3.tar.gz gentoo-2-8e9106fe11326f13fd6965d32a283d5e79c4cdc3.tar.bz2 gentoo-2-8e9106fe11326f13fd6965d32a283d5e79c4cdc3.zip |
Add an einfo to pkg_postinst about needing to install app-emulation/emul-linux-x86-soundlibs for sound with flash 9.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/nspluginwrapper/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/net-www/nspluginwrapper/ChangeLog b/net-www/nspluginwrapper/ChangeLog index 9f1c46fddc82..df4440615ee8 100644 --- a/net-www/nspluginwrapper/ChangeLog +++ b/net-www/nspluginwrapper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/nspluginwrapper # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.1 2006/10/20 01:20:16 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.2 2006/10/20 14:08:03 chutzpah Exp $ + + 20 Oct 2006; Patrick McLean <chutzpah@gentoo.org> + nspluginwrapper-0.9.90.3.ebuild: + Add an einfo to pkg_postinst about needing to install + app-emulation/emul-linux-x86-soundlibs for sound with flash 9. *nspluginwrapper-0.9.90.3 (20 Oct 2006) diff --git a/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild b/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild index 9352ab128086..c485a7259434 100644 --- a/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild +++ b/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild,v 1.1 2006/10/20 01:20:16 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild,v 1.2 2006/10/20 14:08:03 chutzpah Exp $ inherit nsplugins flag-o-matic multilib @@ -74,6 +74,11 @@ pkg_postinst() { einfo "the future will first need to be setup with:" einfo " \"nspluginwrapper -i <path-to-32bit-plugin>\"" einfo "before they will function in a 64bit browser" + einfo + einfo "If you are using this with >=net-www/netscape-flash-9, sound won't" + einfo "work until you install app-emulation/emul-linux-x86-soundlibs." + einfo " \"emerge app-emulation/emul-linux-x86-soundlibs\"" + einfo } # this is terribly ugly, but without a way to query portage as to whether |