Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11990
Modified Files:
README.Fedora steam.spec
Log Message:
* Mon Jan 12 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.49-4
- Flash plugin is no longer required for playing videos in the store, update
README.Fedora.
Index: README.Fedora
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/README.Fedora,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.Fedora 5 Aug 2014 06:58:51 -0000 1.4
+++ README.Fedora 13 Jan 2015 13:54:12 -0000 1.5
@@ -9,39 +9,3 @@
$ unset XMODIFIERS
$ steam
-
-Videos (Game trailers, etc.)
-============================
-
-To have flash videos playing in the steam client, you have to make the 32 bit
-flash player plugin available in your user directory. The 32 bit flash plugin
-needs to be used also if you're running it in a 64 bit Fedora, as the Steam
-client and its embedded browser is still 32 bit only.
-
-Install the repository here:
-
-
http://negativo17.org/adobe-flash-plugin/
-
-32 bit browser:
-
- # yum install flash-plugin
-
-64 bit browser:
-
- # yum install flash-plugin flash-plugin.i686
-
-Manual steps; if you don't want to use the packages:
-
-1) Open your browser to:
-
-http://get.adobe.com/flashplayer/otherversions/
-
-Select "Linux (32-bit)" and then "Flash Player 11.2 for other Linux
(.tar.gz) 32-bit".
-
-2) Put the plugin in your installation folder:
-
- $ mkdir ~/.local/share/Steam/ubuntu12_32/plugins/
- $ tar -xzf install_flash_player_11_linux.i386.tar.gz libflashplayer.so
- $ cp libflashplayer.so ~/.local/share/Steam/ubuntu12_32/plugins/
-
-3) Start again steam and enjoy the videos.
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/steam.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- steam.spec 8 Jan 2015 09:08:29 -0000 1.16
+++ steam.spec 13 Jan 2015 13:54:12 -0000 1.17
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.49
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -91,6 +91,10 @@
%{_udevrulesdir}/99-steam-controller-perms.rules
%changelog
+* Mon Jan 12 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.49-4
+- Flash plugin is no longer required for playing videos in the store, update
+ README.Fedora.
+
* Thu Jan 08 2015 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.49-3
- Workaround for bug 3570:
https://github.com/ValveSoftware/steam-for-linux/issues/3570