flash in 64-bit

User avatar
caitlyn
Posts: 209
Joined: 5. Dec 2009, 20:42
Location: Hunstville, Texas, USA

Re: flash in 64-bit

Post by caitlyn »

Adobe has a new Linux beta for Flash Player 11. See: http://labs.adobe.com/downloads/flashplayer11.html
User avatar
paradise
Posts: 46
Joined: 14. Jun 2011, 02:51
Location: FRANCE - Annecy

Re: flash in 64-bit

Post by paradise »

Thank you, caitlyn ! :)
PC : ASUS P5Q - Intel Q9650 - 4 Go DDR2 1066 - eVga 260gtx 216sp - Webcam Hercules Infinite
Portable Fujitsu A 530
OS : Salix 14.1 XFCE - Fedora - Slackware
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: flash in 64-bit

Post by gapan »

Image
Image
User avatar
Duncan_Idaho
Posts: 216
Joined: 19. Sep 2009, 01:43
Location: Sietch Tabr, Planet Arrakis

Re: flash in 64-bit

Post by Duncan_Idaho »

I hope Adobe has the decency of maintain this new release properly and not "release a stable version and trow the whole thing to oblivion", again. :evil:
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: flash in 64-bit

Post by thenktor »

Works for me :)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: flash in 64-bit

Post by Akuna »

thenktor wrote:
Works for me :)
Same here
Image
What really matters is where you are going, not where you come from.
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: flash in 64-bit

Post by pwatk »

I modded the SLKBUILD to include the flash-player-properties tool (no KDE stuff though), I'm posting a simple diff here for anyone interested:

Code: Select all

--- SLKBUILD	2011-07-14 14:38:50.000000000 +0100
+++ SLKBUILD.new	2011-07-15 13:26:41.905873050 +0100
@@ -31,5 +31,9 @@
 	cd $startdir/pkg/usr/lib${LIBDIRSUFFIX}/mozilla/plugins
 	ln -s /usr/lib${LIBDIRSUFFIX}/flashplugin/libflashplayer.so libflashplayer.so
 	)
+	install -d $startdir/pkg/usr/{bin,share}
+	install -m 755 usr/bin/flash-player-properties $startdir/pkg/usr/bin/
+	cp -a usr/share/{applications,icons} $startdir/pkg/usr/share/
+	find $startdir/pkg/usr/share -type f -exec chmod 644 {} \;
 	chown -R root:root $startdir/pkg
 }
Image
User avatar
caitlyn
Posts: 209
Joined: 5. Dec 2009, 20:42
Location: Hunstville, Texas, USA

Re: flash in 64-bit

Post by caitlyn »

A second Flash Player 11 beta for 64-bit Linux was released earlier this month. See: http://labs.adobe.com/downloads/flashplayer11.html
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: flash in 64-bit

Post by gapan »

Here's the package: http://pnboy.pinguix.com/gapan/salix/fl ... 64-1gv.txz

Included pwatk's patch for the settings tool in this one too.
Image
Image
User avatar
caitlyn
Posts: 209
Joined: 5. Dec 2009, 20:42
Location: Hunstville, Texas, USA

Re: flash in 64-bit

Post by caitlyn »

gapan wrote:Here's the package: http://pnboy.pinguix.com/gapan/salix/fl ... 64-1gv.txz

Included pwatk's patch for the settings tool in this one too.
Thanks, gapan. You've saved me some work :D
Locked