diff options
author | Olivier Crête <tester@gentoo.org> | 2006-11-21 13:36:25 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-11-21 13:36:25 +0000 |
commit | 3f5428f885c7748dc50cb023d85ec7c4f32f7a88 (patch) | |
tree | 8ad0d4a2c927bb669800b70a665cf96ac0b22252 /net-www | |
parent | Give back to maintainer-needed. (diff) | |
download | gentoo-2-3f5428f885c7748dc50cb023d85ec7c4f32f7a88.tar.gz gentoo-2-3f5428f885c7748dc50cb023d85ec7c4f32f7a88.tar.bz2 gentoo-2-3f5428f885c7748dc50cb023d85ec7c4f32f7a88.zip |
New beta of flashplayer
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/netscape-flash/files/digest-netscape-flash-9.0.21.78 | 6 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild | 53 |
3 files changed, 66 insertions, 1 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog index c89967194e12..198c3083fad1 100644 --- a/net-www/netscape-flash/ChangeLog +++ b/net-www/netscape-flash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/netscape-flash # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.44 2006/11/01 01:54:03 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.45 2006/11/21 13:36:25 tester Exp $ + +*netscape-flash-9.0.21.78 (21 Nov 2006) + + 21 Nov 2006; Olivier Crête <tester@gentoo.org> + +netscape-flash-9.0.21.78.ebuild: + New beta of flashplayer 01 Nov 2006; Olivier Crête <tester@gentoo.org> netscape-flash-9.0.21.55.ebuild: diff --git a/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.78 b/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.78 new file mode 100644 index 000000000000..cee2c0066c8c --- /dev/null +++ b/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.78 @@ -0,0 +1,6 @@ +MD5 3ab408f85ae6d8180cc913edf97bf3eb FP9_plugin_beta_112006.tar.gz 2544096 +RMD160 78995af7a4c34eb5e9c940afeaf1ed5aaccf3dac FP9_plugin_beta_112006.tar.gz 2544096 +SHA256 011fa49d47fc0e5d0a97c6a03eeb712db3d3a0f7f05b43ff312fc3d7e1c20adb FP9_plugin_beta_112006.tar.gz 2544096 +MD5 76eda03ab481de5cc8ed512e864e4f4c FP9_standalone_beta_112006.tar.gz 2840858 +RMD160 ae5c85fa225c7a5c16c409e52187d4fdb40f1d7e FP9_standalone_beta_112006.tar.gz 2840858 +SHA256 ada84dd6bbb6ac3826a371f6d4ff40d3e94dc825af2826218ae22fec065d544a FP9_standalone_beta_112006.tar.gz 2840858 diff --git a/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild b/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild new file mode 100644 index 000000000000..15ac24180bd4 --- /dev/null +++ b/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.21.78.ebuild,v 1.1 2006/11/21 13:36:25 tester Exp $ + +inherit nsplugins + +myPV=112006 + +S=${WORKDIR}/flash-player-plugin-${PV}/ +SPLAYER=${WORKDIR}/flash-player-standalone-${PV}/ +DESCRIPTION="Adobe Flash Player" +SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_${myPV}.tar.gz + http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_standalone_beta_${myPV}.tar.gz" +HOMEPAGE="http://www.adobe.com/" + +IUSE="" +SLOT="0" +KEYWORDS="~amd64 -ppc -sparc ~x86" +LICENSE="Macromedia" + +DEPEND="!net-www/gplflash + amd64? ( app-emulation/emul-linux-x86-baselibs + app-emulation/emul-linux-x86-gtklibs + app-emulation/emul-linux-x86-soundlibs + app-emulation/emul-linux-x86-xlibs ) + x86? ( x11-libs/libXext + x11-libs/libX11 + x11-libs/libXt + =x11-libs/gtk+-2* + media-libs/freetype + media-libs/fontconfig )" + +RESTRICT="nostrip" + +#QA_TEXTRELS="opt/netscape/plugins/libflashplayer.so" + +pkg_setup() { + # This is a binary x86 package => ABI=x86 + # Please keep this in future versions + # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 + has_multilib_profile && ABI="x86" +} + +src_install() { + dobin ${SPLAYER}/gflashplayer + + exeinto /opt/netscape/plugins + doexe libflashplayer.so + + inst_plugin /opt/netscape/plugins/libflashplayer.so + + dodoc readme.txt +} |