summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-10-21 11:03:33 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-10-21 11:03:33 +0000
commit70eced14a545368c2f6e4193fa367d16cf611132 (patch)
treebb09f54c06cf85c2a2a4d9c918022d8656e7baf2 /net-www
parentppc stable (diff)
downloadgentoo-2-70eced14a545368c2f6e4193fa367d16cf611132.tar.gz
gentoo-2-70eced14a545368c2f6e4193fa367d16cf611132.tar.bz2
gentoo-2-70eced14a545368c2f6e4193fa367d16cf611132.zip
Readd gtk useflag for the standalone player thanks to Serkan Kaba <serkan_kaba@yahoo.com> and Rick Harris <rickfharris@yahoo.com.au> in bug 152068
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/netscape-flash/ChangeLog8
-rw-r--r--net-www/netscape-flash/files/digest-netscape-flash-9.0.21.553
-rw-r--r--net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild10
3 files changed, 17 insertions, 4 deletions
diff --git a/net-www/netscape-flash/ChangeLog b/net-www/netscape-flash/ChangeLog
index c1df1aab05dd..cd3cd1f60235 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.41 2006/10/19 00:58:48 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.42 2006/10/21 11:03:33 genstef Exp $
+
+ 21 Oct 2006; Stefan Schweizer <genstef@gentoo.org>
+ netscape-flash-9.0.21.55.ebuild:
+ Readd gtk useflag for the standalone player thanks to Serkan Kaba
+ <serkan_kaba@yahoo.com> and Rick Harris <rickfharris@yahoo.com.au> in bug
+ 152068
*netscape-flash-9.0.21.55 (19 Oct 2006)
diff --git a/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55 b/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55
index 54cd0ecef062..6c4e1b39909a 100644
--- a/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55
+++ b/net-www/netscape-flash/files/digest-netscape-flash-9.0.21.55
@@ -1,3 +1,6 @@
MD5 0b234c5d0eaf254ef8af364fb9ed97f2 FP9_plugin_beta_101806.tar.gz 2609188
RMD160 af2d8a76080538d7273438f3a0f9d9cad19b0c02 FP9_plugin_beta_101806.tar.gz 2609188
SHA256 906410186856b83d574977ea455fb7ff3c132b1cae71ce460a48dc51134c1f00 FP9_plugin_beta_101806.tar.gz 2609188
+MD5 f200d4d1a5c4591b3131130f6aa6dff5 FP9_standalone_beta_101806.tar.gz 2504765
+RMD160 6e7aa7c81ec6d405a7855f9aae3bebe89d948382 FP9_standalone_beta_101806.tar.gz 2504765
+SHA256 4808fa6ed4aa4f0ac81b64649f105bcb4f92cb226c6e5c9c70dd5596d6dd842a FP9_standalone_beta_101806.tar.gz 2504765
diff --git a/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild b/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild
index 24f526d07127..f0f15a638471 100644
--- a/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild
+++ b/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild
@@ -1,17 +1,19 @@
# 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.55.ebuild,v 1.1 2006/10/19 00:58:48 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-9.0.21.55.ebuild,v 1.2 2006/10/21 11:03:33 genstef Exp $
inherit nsplugins
myPV=101806
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"
+SRC_URI="http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_${myPV}.tar.gz
+ gtk? ( http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_standalone_beta_${myPV}.tar.gz )"
HOMEPAGE="http://www.adobe.com/"
-IUSE=""
+IUSE="gtk"
SLOT="0"
KEYWORDS="~amd64 -ppc -sparc ~x86"
LICENSE="Macromedia"
@@ -45,4 +47,6 @@ src_install() {
inst_plugin /opt/netscape/plugins/libflashplayer.so
dodoc readme.txt
+
+ use gtk && dobin ${SPLAYER}/gflashplayer
}