[packages/adobe-flash] require sse2
glen
glen at pld-linux.org
Sun Jan 25 22:52:50 CET 2015
commit 4608d4593f8f116101d32d36188d9db08411f731
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Jan 25 23:51:32 2015 +0200
require sse2
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 | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/adobe-flash.spec b/adobe-flash.spec
index c7a1529..643e7c2 100644
--- a/adobe-flash.spec
+++ b/adobe-flash.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adobe-flash.git/commitdiff/8524ac1d16a7aac8a2c0ca4bbc448e065f3bba25
More information about the pld-cvs-commit
mailing list