This re-adds the standalone player and also content debugger versions of the plugin/player (with USE=debug).
Created attachment 107320 [details] netscape-flash-9.0.31.0-r1.ebuild
there is a CRC error in the tgz file. I've reported it to adobe.. lets hope they fix it. Does it do the same on your side? I reported the problem to Adobe, lets hope they fix it soon. tester@TesterBox ~/down $ gzip -t flash_player_9_linux_dev.tar.gz gzip: flash_player_9_linux_dev.tar.gz: invalid compressed data--crc error
(In reply to comment #2) > there is a CRC error in the tgz file. I've reported it to adobe.. lets hope > they fix it. Does it do the same on your side? Hmmm, everything OK here... You have the same tarball? $ gzip -t flash_player_9_linux_dev.tar.gz $ $ md5sum flash_player_9_linux_dev.tar.gz 4536166e1fa645d0ade0286b1a9288d9 flash_player_9_linux_dev.tar.gz
the one I download has a different md5sum: 6eac9cd3de35a61ca541e5c94876ea96 flash_player_9_linux_dev.tar.gz
Bad download, apparently... # ebuild netscape-flash-9.0.31.0.ebuild fetch >>> Downloading 'http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz' --20:33:55-- http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz => `/usr/portage/distfiles/install_flash_player_9_linux.tar.gz' Resolving fpdownload.macromedia.com... 84.53.162.70 Connecting to fpdownload.macromedia.com|84.53.162.70|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2,609,703 (2.5M) [application/x-gzip] 100%[===================================================================================================>] 2,609,703 228.78K/s ETA 00:00 20:34:06 (232.14 KB/s) - `/usr/portage/distfiles/install_flash_player_9_linux.tar.gz' saved [2609703/2609703] >>> Downloading 'http://download.macromedia.com/pub/flashplayer/updaters/9/flash_player_9_linux_dev.tar.gz' --20:34:06-- http://download.macromedia.com/pub/flashplayer/updaters/9/flash_player_9_linux_dev.tar.gz => `/usr/portage/distfiles/flash_player_9_linux_dev.tar.gz' Resolving download.macromedia.com... 84.53.163.191 Connecting to download.macromedia.com|84.53.163.191|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8,820,435 (8.4M) [application/x-gzip] 100%[===================================================================================================>] 8,820,435 234.26K/s ETA 00:00 20:34:43 (233.23 KB/s) - `/usr/portage/distfiles/flash_player_9_linux_dev.tar.gz' saved [8820435/8820435] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking install_flash_player_9_linux.tar.gz ;-) ... [ ok ] * checking flash_player_9_linux_dev.tar.gz ;-) ... [ ok ] # grep flash_player_9_linux_dev.tar.gz files/digest-netscape-flash-9.0.31.0 MD5 4536166e1fa645d0ade0286b1a9288d9 flash_player_9_linux_dev.tar.gz 8820435 RMD160 4bd1348672a31c276aaa3b043f9d25ab8ac127e6 flash_player_9_linux_dev.tar.gz 8820435 SHA256 e51c56a46149738b6dd445bf6b1f0926652e0b1476c527f665543d3d2e833d97 flash_player_9_linux_dev.tar.gz 8820435
now in the tree
Well, please commit the ebuild as attached here or revert this, because it now installs wrong stuff.
err... I double-checked and I dont see any problems with what is installed...
Eh, ignore me, you are unpacking the stuff in a different way; I've misread the ebuild.
Created attachment 107636 [details, diff] nsplugin-changes.patch This patch adds the nsplugin use flag. Now that there is a standalone player, some people might want to not install the browser plugin (such as people using gnash but keeping the standalone binary around for "emergencies" for example). I also commented the difference between the two readme files and removed the extra useless S= line. It seems appropriate to add this patch to this bug, but let me know if you'd rather I opened a new bug.
btw, this should be closed fixed, not needinfo.
We are not adding flags for standalone player nor for the plugin, already been discussed before.
Fixed.
Fair enough. Will bug again later as gnash becomes more and more competitive. BTW, I forgot to mention that my patch also moved the flashplayer binary to /opt/bin which seems like a better place for it (c.f. acroread ebuild).