
Code: Select all
# 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.78.ebuild,v 1.4 2006/11/01 01:54:03 tester E
xp $
inherit nsplugins
myPV=112006
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
http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_standalone_beta_${myPV}.tar.gz"
HOMEPAGE="http://www.adobe.com/"
IUSE=""
SLOT="0"
KEYWORDS="~amd64 -ppc -sparc ~x86"
LICENSE="Macromedia"
DEPEND="!net-www/gplflash
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 )"
RESTRICT="nostrip"
#QA_TEXTRELS="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@gentoo.org> 2005/03/26
has_multilib_profile && ABI="x86"
}
src_install() {
dobin ${SPLAYER}/gflashplayer
exeinto /opt/netscape/plugins
doexe libflashplayer.so
inst_plugin /opt/netscape/plugins/libflashplayer.so
dodoc readme.txt
}FYI 2 things:miga wrote:(just the old beta with new version number)
Problem fixed in new version.Skrot wrote:Not always. However loading up firefox and going straight to a flash video seems to lower the chance of the video/sound pause issue. I'm not really sure how to go about working out what the issue is. With a bit of persistence I can eventually see the whole clip, but not without some measure of frustration hehe.dleverton wrote:When this happens, do you have any other movies loaded in other tabs/windows/browsers?
The myPV variable at the top of the .ebuild needed to be changed for the new tarballs.mikegpitt wrote:FYI 2 things:miga wrote:(just the old beta with new version number)
- there is no need to edit the ebuild, since all that needs to change is the name of the file (the header line should not be added by me or you, only a gentoo dev when checking it into the tree)
Yeah in my limited testing so far, the issue does seem to be resolved. Wonderful!yaq wrote:Problem fixed in new version.

That's not a problem, it's standard behaviour for Gentoo mirrors to be checked first, because they are a trusted source. Unfortunately that has the side-effect of showing several wget error messages.trupoet wrote:1. no mirrors had it yet, so it got it from macromedia.com
You always have to "digest" a custom ebuild.2. Once it downloaded them, the digest wasn't up to date so I manually digested
None (except for just blaming coincidence), unless you've customized FETCHCOMMAND in /etc/make.confAny idea why it would work with wget alone but not with emerge
I think it is related to overall bad 'flash-linux' performance. Some complex flash banners (with transparnecy etc.) use 50% of my 1.3GHz, while running the same site under wine+ff2.0+win32 flash player it uses maybe 10%...Da Fox wrote:Btw, does anyone know why playing for example a youtube movie takes so much CPU power, while when playing the same movie with mplayer the CPU usage is almost unmeasurable? Is this related to the flashplayer itself or youtube's flashbased movie player?


Using Crossover Office, Shockwave works great even on my 64 bit konqueror. (Using nsplugins32)Tonglebeak wrote:Got a question:
.swf files work fine, but is there anyway to get actual shockwave files to play? On candystand.com, most of the games are shockwave, and I can't play them as of yet
In Firefox it's ok. Sometimes the videos stop or the sound dissappears. But generally it's usable.Paczesiowa wrote:is it stable for u guys?
Sure!Fac3k wrote:gratz,ppurka wrote:Yay! Got the beta working with OSS
can you pls specify on what kind of system were you able to do that? I`d also like to know how exactly did you do that
Thanks in advance.
Code: Select all
cc -shared -O2 -Wall -Werror -lssl flashsupport.c -o libflashsupport.soCode: Select all
ldd libflashsupport.so
Yes, it does. No sound delay, no errors. A single freeze every week that can be resolved by a killall firefox-bin. There are two problems I found, however.System_Failure wrote:W00T!!!! works perfectly with nspluginwrapper on ~amd64 with firefox-bin-2.0!!! i'm going to go watch videos and stumble, LATER



I have the same issue except I don't have alsa-driver installed, just alsa-lib alsa-headers and alsa-utils, I explained it a page or two ago. Flash beta plugin won't share the sound device with alsa 1.0.13 packages or higher. I am stuck on the 1.0.11 ones due to this problem.Alejandro Nova wrote:I installed alsa-driver-1.0.14rc1 with all its companion (alsa-headers, alsa-tools, and the like) and Flash suddenly was left without sound. The weird thing is: everything else is working with sound (Amarok, Ardour, etc). Sound worked with alsa-driver beta releases and with no change of tools and headers, so, I think, this bug is more related to ALSA than Flash.