Adobe has had an awful track record with their Flash plugin as far as 64bits support go, forcing us to use 32 bits plugins. But since some time ago they re-booted their efforts with the Flash Player "Square" project, gaining *native* 64bits support in Linux, Mac OS X and Windows, albeit in a parallel unofficial developer release.
For those of you using Debian, Ubuntu or derivatives on the amd64 platform, I'm sharing here my packaging script which will generate a DEB package that should install (and uninstall) cleanly. I won't be sharing binary packages since this is non-free stuff but it should be easy enough to create them following these instructions.
Instructions:
- Download Flash Player Square Preview 3:
http://download […] flashplayer10_2_p3_64bit_linux_111710.tar.gz - Download my packaging scripts:
http://p.outlyer.net/ […] 10.3.d162.p3-out.1.diff.gz - Unpack:
$ mkdir build && cd build
$ tar zxvf ../flashplayer10_2_p3_64bit_linux_111710.tar.gz
- Apply the patch:
$ gzip -dc ../mozilla-flashplugin-square-nonfree_10.3.d162.p3-out.1.diff.gz | patch -p1
$ chmod +x debian/rules
- Build:
$ debuild -us -uc -b
This should generate a package named "mozilla-flashplugin-square-nonfree_10.3.d162.p3-out.1_amd64.deb", which you can install with 'dpkg -i'.
The plugin should be loaded on the next start of Firefox/Iceweasel, Mozilla/IceApe, Google Chrome, etc.
Discover more from OutlyerNet
Subscribe to get the latest posts to your email.
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
Inregards to the following web site:
http://w.corvera.eu/2010/12/native-flash-64bits-deb/#comment-47
The debian build not work.
After entering 'debuild -us -uc -b' iget the following statement
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
Well if that's the only error you get I have no idea, it worked for me.
I guess it would tell you if some of the requirements were missing (
debhelper
andfakeroot
if you want to check)