site  contact  subhomenews

Flashplayer 10.1 r85

October 26, 2010 — BarryK
Wary 092 has Adobe Flash player version 10.0.42. I have now upgraded to 10.1.85.

There was some feedback on the forum that this is a good thing to do, although I can't remember the reasons. It is of course a bit bigger.

I just tested, it plays YouTube videos full-screen -- if I recall rightly, that was an issue with older players.

Comments

debtoppm
Username: Iguleder
Barry, I just wrote some experimental Perl code that converts a Debian/Ubuntu package list into a Puppy one, http://pastebin.com/X6xRTQys. I still need to produce two Packages-ubuntu-main-official and md5 them to see if they produce the same output. It requires the devx installed. It's very quick, could be useful with Lupu or Debian-based wooflets. Just a thought ... you could add some [ "`which debtoppm`" != "" ] check that uses this script for Debian and Ubuntu instead of the slow Bash-based processing code if it exists.

re debtoppm
Username: BarryK
"Iguleder, Ah yes, that is an area that needs improvement!

flash9
Username: technosaurus
"I made an auto-install script for the latest flash9 (needs patriot patched jwm for full screen) [code] #!/bin/sh cd /usr/lib/mozilla/plugins && wget -O - http://download.macromedia.com/pub/flashplayer/installers/current/9/install_flash_player_9.tar.gz |tar -xz VER=`strings libflashplayer.so | grep -e "^Shockwave Flash [.\d+]*" | sed -e "s/Shockwave Flash //g"` && sed -i "s/$VER/10.1 r99/g" libflashplayer.so[/code] The first line is the actual flash9 installer. The second line makes it work on pages requiring flash10.1 It saves about 4-8Mb (depending on browser choice) and everything still works AFAICT for flash10.1 instead use [code]cd /usr/lib/mozilla/plugins && wget -O - http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz |tar -xz[/code]

Not yet ...
Username: Iguleder
"Barry, I also noticed that your category guessing code is bad. At the moment I'm trying to get a list of all categories in the Ubuntu repos, then I'll add a "case" statement to my script, got about half of this thing ready. It should make the PPM package list way longer :)

Here it is
Username: Iguleder
"Should work well, here it is: http://pastebin.com/XD6DEe0W This one has some section handling, but it's limited and there's nothing we can do about this. For example, Amarok isn't listed as an audio player with "audio" as its section. It's very very fast, makes the console freeze even on a powerful Core 2 Duo :)

re install flash
Username: BarryK
"technosaurus, Yes, downloading it when we get online would be good, if we want a smaller iso.

re install flash
Username: broomdodger
"Can we also have the option to NOT download flash... ever?


Tags: wary