Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153185
Collapse All | Expand All

(-)netscape-flash-9.0.21.55.ebuild (-11 / +13 lines)
Lines 6-19 Link Here
6
6
7
myPV=101806
7
myPV=101806
8
8
9
S=${WORKDIR}/flash-player-plugin-${PV}/
9
S="${WORKDIR}/flash-player-plugin-${PV}"
10
SPLAYER=${WORKDIR}/flash-player-standalone-${PV}/
10
SPLAYER="${WORKDIR}/flash-player-standalone-${PV}"
11
DESCRIPTION="Adobe Flash Player"
11
DESCRIPTION="Adobe Flash Player"
12
SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_${myPV}.tar.gz
12
SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_standalone_beta_${myPV}.tar.gz
13
	gtk? ( http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_standalone_beta_${myPV}.tar.gz )"
13
	nsplugin? ( http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_${myPV}.tar.gz )"
14
HOMEPAGE="http://www.adobe.com/"
14
HOMEPAGE="http://www.adobe.com/"
15
15
16
IUSE="gtk"
16
IUSE="nsplugin"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~amd64 -ppc -sparc ~x86"
18
KEYWORDS="~amd64 -ppc -sparc ~x86"
19
LICENSE="Macromedia"
19
LICENSE="Macromedia"
Lines 22-28 Link Here
22
	amd64? ( app-emulation/emul-linux-x86-baselibs
22
	amd64? ( app-emulation/emul-linux-x86-baselibs
23
			app-emulation/emul-linux-x86-gtklibs
23
			app-emulation/emul-linux-x86-gtklibs
24
			app-emulation/emul-linux-x86-soundlibs
24
			app-emulation/emul-linux-x86-soundlibs
25
			 app-emulation/emul-linux-x86-xlibs )
25
			app-emulation/emul-linux-x86-xlibs )
26
	x86? ( x11-libs/libXext
26
	x86? ( x11-libs/libXext
27
		x11-libs/libX11
27
		x11-libs/libX11
28
		x11-libs/libXt
28
		x11-libs/libXt
Lines 42-53 Link Here
42
}
42
}
43
43
44
src_install() {
44
src_install() {
45
	exeinto /opt/netscape/plugins
45
	dobin "${SPLAYER}"/gflashplayer
46
	doexe libflashplayer.so
47
46
48
	inst_plugin /opt/netscape/plugins/libflashplayer.so
47
	if use nsplugin ; then
48
		exeinto /opt/netscape/plugins
49
		doexe libflashplayer.so
49
50
50
	dodoc readme.txt
51
		inst_plugin /opt/netscape/plugins/libflashplayer.so
51
52
52
	use gtk && dobin ${SPLAYER}/gflashplayer
53
		dodoc readme.txt
54
	fi
53
}
55
}

Return to bug 153185