steam: update to 1.0.0.50.
Added an INSTALL.msg to explain what's necessary to run steam on x86_64, how to enable the repos and what packages are required. Close #1452
This commit is contained in:
parent
a9ed171217
commit
4f8c691f02
|
@ -0,0 +1,26 @@
|
|||
Steam on x86_64 requires support for OpenGL in 32bits mode, install any
|
||||
of the following packages for your hardware:
|
||||
|
||||
For users of the open source drivers:
|
||||
|
||||
- mesa-ati-dri-32bit (AMD)
|
||||
- mesa-intel-dri-32bit (Intel)
|
||||
- mesa-nouveau-dri-32bit (NVIDIA)
|
||||
|
||||
For users of the proprietary NVIDIA driver:
|
||||
|
||||
- nvidia-libs-32bit (latest nvidia package)
|
||||
- nvidia-stable-libs-32bit (latest stable package)
|
||||
- nvidia304-libs-32bit (latest package for old GPUs)
|
||||
|
||||
For users of the proprietary AMD driver:
|
||||
|
||||
- catalyst-libs-32bit
|
||||
|
||||
Do not forget to enable the `multilib` and `multilib/nonfree` repositories
|
||||
in xbps, i.e:
|
||||
|
||||
# xbps-install -Syv void-repo-multilib{,-nonfree}
|
||||
# xbps-install -S
|
||||
|
||||
to install any of those packages mentioned above.
|
|
@ -3,8 +3,8 @@
|
|||
only_for_archs="i686 x86_64"
|
||||
|
||||
pkgname=steam
|
||||
version=1.0.0.49
|
||||
revision=3
|
||||
version=1.0.0.50
|
||||
revision=1
|
||||
wrksrc=steam
|
||||
depends="xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||
repository="nonfree"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Propietary license"
|
||||
homepage="http://steampowered.com/"
|
||||
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
||||
checksum=fd893b5c2f5585be1cd8a83f4a6c7d523a2bd985a91587adb5afaccd6fa12fb0
|
||||
checksum=be6388c0ab36799d6173276ac75b4d92c6623a53d901395c9fc1963cfd245573
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Reference in New Issue