summaryrefslogtreecommitdiff
blob: 765cf55dcbad4d710da311879fe26f2394d885a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10-r3.ebuild,v 1.6 2005/03/08 14:34:14 corsair Exp $

inherit nsplugins eutils

DESCRIPTION="GPL Shockwave Flash Player/Plugin, Supports Older Ver <=4 Only"
HOMEPAGE="http://www.swift-tools.net/Flash/"
SRC_URI="http://www.swift-tools.net/Flash/flash-0.4.10.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""

DEPEND="media-libs/libflash"
RDEPEND="!net-www/netscape-flash"

S=${WORKDIR}/flash-${PV}

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/${P}-gcc3-gentoo.diff
	use amd64 && epatch ${FILESDIR}/${P}-fPIC.patch
	use ppc && epatch ${FILESDIR}/${P}-ppc.diff
}

src_compile() {
	emake || die
}

src_install() {
	cd ${S}/Plugin
	insinto /opt/netscape/plugins
	doins npflash.so
	inst_plugin /opt/netscape/plugins/npflash.so
	cd ${S}
	dodoc README COPYING
}

pkg_postinst() {
	einfo
	einfo "Only Supports older version 4 and below flash"
	einfo "animations on version 5 and above (most websites)"
	einfo "you will experiance freezes. if in doubt unmerge"
	einfo "net-www/gplflash and merge net-www/netscape-flash"
	einfo "for version 5 and above"
	einfo
}