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

(-)/usr/portage/net-www/netscape-flash/netscape-flash-6.0.81.ebuild (-7 / +6 lines)
Lines 5-15 Link Here
5
inherit nsplugins
5
inherit nsplugins
6
6
7
#until a new package of gflashplayer is released
7
#until a new package of gflashplayer is released
8
OLD_V="6.0.69"
8
OLD_V="6.0.79"
9
9
10
IUSE="gtk"
10
IUSE="gtk"
11
11
12
S=${WORKDIR}/install_flash_player_6_linux
12
S=${WORKDIR}/install_flash_player_7_linux
13
S_SA=${WORKDIR}/install_flash_player_6_linux_sa
13
DESCRIPTION="Macromedia Shockwave Flash Player"
14
DESCRIPTION="Macromedia Shockwave Flash Player"
14
SRC_URI="mirror://macromedia/${P}.tar.gz
15
SRC_URI="mirror://macromedia/${P}.tar.gz
15
	gtk? mirror://macromedia/gflashplayer-${OLD_V}.tar.gz"
16
	gtk? mirror://macromedia/gflashplayer-${OLD_V}.tar.gz"
Lines 39-56 Link Here
39
	inst_plugin /opt/netscape/plugins/libflashplayer.so
40
	inst_plugin /opt/netscape/plugins/libflashplayer.so
40
	inst_plugin /opt/netscape/plugins/flashplayer.xpt
41
	inst_plugin /opt/netscape/plugins/flashplayer.xpt
41
42
42
	dodoc readme.txt
43
	dodoc Readme.txt
43
	dohtml ReadMe.htm
44
44
45
	# Optionally install the standalone GTK flash player
45
	# Optionally install the standalone GTK flash player
46
	if [ "${ARCH}" != "amd64" ]; then
46
	if [ "${ARCH}" != "amd64" ]; then
47
		if use gtk
47
		if use gtk
48
		then
48
		then
49
			cd ${S}_sa
49
			cd ${S_SA}
50
			docinto gflashplayer
50
			docinto gflashplayer
51
			dodoc readme.txt
51
			dodoc readme.txt
52
			dohtml ReadMe.htm
52
			dobin gflashplayer
53
			dobin gflashplayer flashplayer-installer
54
		fi
53
		fi
55
	fi
54
	fi
56
}
55
}

Return to bug 52120