Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/netscape-flash: ChangeLog netscape-flash-10.0.12.36.ebuild netscape-flash-10_rc20080915.ebuild
Date: Wed, 15 Oct 2008 17:26:53
Message-Id: E1KqA92-00076b-Pr@stork.gentoo.org
1 lack 08/10/15 17:26:48
2
3 Modified: ChangeLog
4 Added: netscape-flash-10.0.12.36.ebuild
5 Removed: netscape-flash-10_rc20080915.ebuild
6 Log:
7 Adobe Flash 10.0.12.36 is released (Bug #242210)
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
9
10 Revision Changes Path
11 1.74 net-www/netscape-flash/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -u -r1.73 -r1.74
23 --- ChangeLog 17 Sep 2008 16:14:34 -0000 1.73
24 +++ ChangeLog 15 Oct 2008 17:26:48 -0000 1.74
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-www/netscape-flash
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.73 2008/09/17 16:14:34 lack Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.74 2008/10/15 17:26:48 lack Exp $
30 +
31 +*netscape-flash-10.0.12.36 (15 Oct 2008)
32 +
33 + 15 Oct 2008; Jim Ramsay <lack@g.o>
34 + -netscape-flash-10_rc20080915.ebuild, +netscape-flash-10.0.12.36.ebuild:
35 + Adobe Flash 10.0.12.36 is released (Bug #242210)
36
37 *netscape-flash-10_rc20080915 (17 Sep 2008)
38
39
40
41
42 1.1 net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild?rev=1.1&content-type=text/plain
46
47 Index: netscape-flash-10.0.12.36.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild,v 1.1 2008/10/15 17:26:48 lack Exp $
52
53 inherit nsplugins rpm
54
55 DESCRIPTION="Adobe Flash Player"
56 SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm
57 amd64? ( mirror://gentoo/flash-libcompat-0.2.tar.bz2 )"
58 HOMEPAGE="http://www.adobe.com/"
59 IUSE=""
60 SLOT="0"
61
62 KEYWORDS="-* ~amd64 ~x86"
63 LICENSE="AdobeFlash-10"
64 RESTRICT="strip mirror"
65
66 S="${WORKDIR}"
67
68 DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
69 app-emulation/emul-linux-x86-gtklibs
70 app-emulation/emul-linux-x86-soundlibs
71 app-emulation/emul-linux-x86-xlibs )
72 x86? ( x11-libs/libXext
73 x11-libs/libX11
74 x11-libs/libXt
75 =x11-libs/gtk+-2*
76 media-libs/freetype
77 media-libs/fontconfig
78 dev-libs/nss
79 net-misc/curl
80 >=sys-libs/glibc-2.4 )
81 media-fonts/corefonts"
82
83 # Our new flash-libcompat suffers from the same EXESTACK problem as libcrypto
84 # from app-text/acroread, so tell QA to ignore it.
85 # Apparently the flash library itself also suffers from this issue
86 QA_EXECSTACK="opt/flash-libcompat/libcrypto.so.0.9.7
87 opt/netscape/plugins/libflashplayer.so"
88
89 pkg_setup() {
90 # This is a binary x86 package => ABI=x86
91 # Please keep this in future versions
92 # Danny van Dyk <kugelfang@g.o> 2005/03/26
93 has_multilib_profile && ABI="x86"
94 }
95
96 src_install() {
97 pushd "${S}/usr/lib/flash-plugin"
98 exeinto /opt/netscape/plugins
99 doexe libflashplayer.so
100 inst_plugin /opt/netscape/plugins/libflashplayer.so
101 popd
102
103 pushd "${S}/usr/share/doc/flash-plugin-${PV}/"
104 dodoc readme.txt
105 popd
106
107 # libcurl and libnss are not currently available in any emul-linux-x86
108 # packages, so for amd64 we provide these snarfed out of other binary
109 # packages. libcurl and its ssl dependencies come from app-text/acroread;
110 # libnss and its friends come from net-libs/xulrunner-bin
111 if use amd64; then
112 exeinto /opt/flash-libcompat
113 pushd "${WORKDIR}/flash-libcompat-0.2/"
114 doexe *
115 popd
116 echo 'LDPATH="/opt/flash-libcompat"' > 99flash-libcompat
117 doenvd 99flash-libcompat
118 fi
119
120 # The magic config file!
121 insinto "/etc/adobe"
122 doins "${FILESDIR}/mms.cfg"
123 }
124
125 pkg_postinst() {
126 ewarn "Flash player is closed-source, with a long history of security"
127 ewarn "issues. Please consider only running flash applets you know to"
128 ewarn "be safe. The firefox 'flashblock' extension may help:"
129 ewarn " https://addons.mozilla.org/en-US/firefox/addon/433"
130 echo
131 ewarn "Furthermore, <www-client/mozilla-firefox-3.0.2 is known to crash"
132 ewarn "with the new 'Windowless' (transparent) mode. To disable this and"
133 ewarn "avoid the crashes, set 'WindowlessDisable = 1' in /etc/adobe/mms.cfg"
134 }