Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Jim Ramsay (lack)" <lack@g.o>
|
|
Subject:
|
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:48 +0000
|
|
lack 08/10/15 17:26:48
Modified: ChangeLog
Added: netscape-flash-10.0.12.36.ebuild
Removed: netscape-flash-10_rc20080915.ebuild
Log:
Adobe Flash 10.0.12.36 is released (Bug #242210)
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Revision Changes Path
1.74 net-www/netscape-flash/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 17 Sep 2008 16:14:34 -0000 1.73
+++ ChangeLog 15 Oct 2008 17:26:48 -0000 1.74
@@ -1,6 +1,12 @@
# ChangeLog for net-www/netscape-flash
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.73 2008/09/17 16:14:34 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/ChangeLog,v 1.74 2008/10/15 17:26:48 lack Exp $
+
+*netscape-flash-10.0.12.36 (15 Oct 2008)
+
+ 15 Oct 2008; Jim Ramsay <lack@g.o>
+ -netscape-flash-10_rc20080915.ebuild, +netscape-flash-10.0.12.36.ebuild:
+ Adobe Flash 10.0.12.36 is released (Bug #242210)
*netscape-flash-10_rc20080915 (17 Sep 2008)
1.1 net-www/netscape-flash/netscape-flash-10.0.12.36.ebuild
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
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
Index: netscape-flash-10.0.12.36.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
inherit nsplugins rpm
DESCRIPTION="Adobe Flash Player"
SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-${PV}-release.i386.rpm
amd64? ( mirror://gentoo/flash-libcompat-0.2.tar.bz2 )"
HOMEPAGE="http://www.adobe.com/"
IUSE=""
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
LICENSE="AdobeFlash-10"
RESTRICT="strip mirror"
S="${WORKDIR}"
DEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs
app-emulation/emul-linux-x86-gtklibs
app-emulation/emul-linux-x86-soundlibs
app-emulation/emul-linux-x86-xlibs )
x86? ( x11-libs/libXext
x11-libs/libX11
x11-libs/libXt
=x11-libs/gtk+-2*
media-libs/freetype
media-libs/fontconfig
dev-libs/nss
net-misc/curl
>=sys-libs/glibc-2.4 )
media-fonts/corefonts"
# Our new flash-libcompat suffers from the same EXESTACK problem as libcrypto
# from app-text/acroread, so tell QA to ignore it.
# Apparently the flash library itself also suffers from this issue
QA_EXECSTACK="opt/flash-libcompat/libcrypto.so.0.9.7
opt/netscape/plugins/libflashplayer.so"
pkg_setup() {
# This is a binary x86 package => ABI=x86
# Please keep this in future versions
# Danny van Dyk <kugelfang@g.o> 2005/03/26
has_multilib_profile && ABI="x86"
}
src_install() {
pushd "${S}/usr/lib/flash-plugin"
exeinto /opt/netscape/plugins
doexe libflashplayer.so
inst_plugin /opt/netscape/plugins/libflashplayer.so
popd
pushd "${S}/usr/share/doc/flash-plugin-${PV}/"
dodoc readme.txt
popd
# libcurl and libnss are not currently available in any emul-linux-x86
# packages, so for amd64 we provide these snarfed out of other binary
# packages. libcurl and its ssl dependencies come from app-text/acroread;
# libnss and its friends come from net-libs/xulrunner-bin
if use amd64; then
exeinto /opt/flash-libcompat
pushd "${WORKDIR}/flash-libcompat-0.2/"
doexe *
popd
echo 'LDPATH="/opt/flash-libcompat"' > 99flash-libcompat
doenvd 99flash-libcompat
fi
# The magic config file!
insinto "/etc/adobe"
doins "${FILESDIR}/mms.cfg"
}
pkg_postinst() {
ewarn "Flash player is closed-source, with a long history of security"
ewarn "issues. Please consider only running flash applets you know to"
ewarn "be safe. The firefox 'flashblock' extension may help:"
ewarn " https://addons.mozilla.org/en-US/firefox/addon/433"
echo
ewarn "Furthermore, <www-client/mozilla-firefox-3.0.2 is known to crash"
ewarn "with the new 'Windowless' (transparent) mode. To disable this and"
ewarn "avoid the crashes, set 'WindowlessDisable = 1' in /etc/adobe/mms.cfg"
}
|
|