]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
require sse2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 25 Jan 2015 21:51:32 +0000 (23:51 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 25 Jan 2015 21:51:32 +0000 (23:51 +0200)
https://wiki.debian.org/FlashPlayer:

Adobe dropped support of processors without SSE2 on Linux (you can check
with "grep ^flags /proc/cpuinfo" the letters "sse2" should be in the
list) in an early point release of Flashplayer 11. The player will
install, but then crashes when it is invoked. This mostly affects older
32bit AMD processors. You can install Flashplayer 10 from Adobe, see
http://bugs.debian.org/697339

adobe-flash.spec

index c7a152967311296e023a6e4e14a37d5d8e5d757d..643e7c2171cbaf01e9e5fcc6049238e3d07756ef 100644 (file)
@@ -56,6 +56,7 @@ Requires:     libcurl.so.4%{libmark}
 Requires:      rpm-build-tools >= 4.4.37
 Requires:      rpmbuild(macros) >= 1.544
 %endif
+Requires:      cpuinfo(sse2)
 Provides:      browser(flash)
 Provides:      macromedia-flash
 Obsoletes:     flash-plugin
This page took 0.036107 seconds and 4 git commands to generate.