gpo.zugaina.org

Search Portage & Overlays:

games-util/steam-launcher

Installer, launcher and supplementary files for Valve's Steam client

Screenshots

  • steam-launcher-1.0.0.79
    ~amd64 ~x86
    +desktop-portal +dialogs +joystick +pulseaudio +steamruntime steamvr trayicon +udev video_cards_nvidia wayland

    View      Download      Browse     License: ValveSteamLicense MIT   
    Overlay: steam-overlay
  • steam-launcher-1.0.0.78-r1
    ~amd64 ~x86
    +joystick +steamruntime +udev wayland

    View      Download      Browse     License: ValveSteamLicense MIT   
    Overlay: steam-overlay
  • steam-launcher-1.0.0.76
    amd64 ~x86
    +joystick +steamruntime +udev

    View      Download      Browse     License: Steam MIT   
    Overlay: calculate
  • steam-launcher-1.0.0.74
    amd64
    +joystick +steamruntime +udev

    View      Download      Browse     License: Steam MIT   
    Overlay: calculate
  • steam-launcher-1.0.0.70
    ~amd64 ~x86
    +joystick +steamruntime +udev

    View      Download      Browse     License: ValveSteamLicense MIT   
    Overlay: menelkir

ChangeLog

commit 0c025a8333e3810dfe09faeeb3d15391ee511ab7
Author: James Le Cuirot <chewi@gentoo.org>
Date: Fri Feb 16 22:08:42 2024 +0000

games-util/steam-launcher: Bump to 1.0.0.79, drop old 1.0.0.78-r4

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit db55b32abb4e2a61b7a6869496b038eddf88bc59
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Feb 6 21:02:47 2024 +0000

games-util/steam-launcher: Drop cups USE requirement for gtk+:2

It doesn't seem to affect the main library, only the installation of the
additional libprintbackend-cups.so. That is present in the Steam runtime, but
how many games do you know of that have a print feature?

Closes: https://github.com/anyc/steam-overlay/issues/356
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 6406f9007397c821d4f5118f5519a7b29ea09ba5
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Feb 4 16:36:47 2024 +0000

games-util/steam-launcher: Revert to controlling deps with USE=steamruntime

Okay, so that was unpopular. It was intended to avoid more issues than just
"Cairo without X11", but we can at least avoid that particular issue by
depending on `!x11-libs/cairo[abi_x86_32,-X]`.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 9ffa3db3db511b4f96c765576aadbb051e8114da
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Feb 3 16:32:23 2024 +0000

games-util/steam-launcher: Fold meta packages into this, make deps unconditional

The packages were originally split, seemingly to allow users to install Steam's
dependencies when installing Steam manually. I've never heard of anyone actually
doing this. Flatpak is the popular alternative. It also made placement of the
dependencies very confusing. steam-meta and steam-client-meta will therefore be
last-rited at a later date.

We now install all the client dependencies, even when the steamruntime USE flag
is enabled. For a long time now, Steam has actually preferred system libraries
over the ones in the runtime. Mixing these can lead to weird issues like GTK+2
from the runtime pulling in Cairo from the system and then breaking because the
latter lacks X11 support. Using the system libraries as much as possible avoids
this.

Closes: https://github.com/anyc/steam-overlay/issues/352
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 9e9ca9363e49fb20fb97f2dadb3fca64d93ebec0
Author: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
Date: Sun Nov 19 16:54:23 2023 -0300

games-util/steam-launcher: Added missing dependency lsof

Bug: https://bugs.gentoo.org/917597
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
Closes: https://github.com/anyc/steam-overlay/pull/343
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 9f702b31ca4cc4f3b41b34ebf18fcf1b2c095231
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Nov 18 23:53:31 2023 +0000

games-util/steam-launcher: Preload 32-bit libstdc++ on default-libcxx systems

This avoids crashes.

Closes: https://github.com/anyc/steam-overlay/pull/342
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 74f9dd1046247fefb2b65dba43a55a7ffec18a36
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Nov 18 23:51:59 2023 +0000

games-util/steam-launcher: Clean up library path handling

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit a548db974df8b9e472a87ef73e820e45d6df054d
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Nov 18 21:16:11 2023 +0000

games-util/steam-launcher: Bump to 1.0.0.78, drop old 1.0.0.76-r2

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit e6ea1449bcfc7c9157fc23be050ae15534992f22
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Tue Sep 19 16:56:21 2023 +0200

games-util/steam-launcher: Fix desktop layout for controllers in wayland

Upstream issue https://github.com/ValveSoftware/steam-for-linux/issues/4738

From what I understand Valve points to wayland, and wayland points to valve,
in the meantime this has been broken for way too long with no fix in sight.

The problem originates in the lack of the X11 XTEST extension in wayland
sessions.

Solution is:
- extest: this always works
- xwayland[libei] with a compositor that also supports libei (currently only
>=x11-wm/mutter-45.0 )

Since extest always works this is the first choice. If the library is present
the wrapper LD_PRELOAD's it as per upstream instructions.

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Closes: https://github.com/anyc/steam-overlay/pull/339
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit c1dfeb9930fa22e76e9645e054bcc51af2c16b4a
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat May 13 12:34:40 2023 +0100

games-util/steam-launcher: Move Zenity dependency to steam-client-meta

It's included in the runtime.

Closes: https://github.com/anyc/steam-overlay/issues/332
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 17beb075f2646f390009764db181c3f2fa368268
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat May 13 12:33:13 2023 +0100

games-util/steam-launcher: Drop old 1.0.0.75

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 1de6f38d58c9f2cc9a9376a72156e1ef9d2609b8
Author: James Le Cuirot <chewi@gentoo.org>
Date: Thu Apr 20 21:49:28 2023 +0100

games-util/steam-launcher: Bump to 1.0.0.76, drop old 1.0.0.74

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 8d074bae13d66a865fe1766a42fdcf2d0c1d2f3d
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Jan 28 22:46:55 2023 +0000

games-util/steam-launcher: Version bump to 1.0.0.75

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit defa9fae8f39c865f6d0bc1544b8de514ff21af4
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Aug 6 10:34:15 2022 +0100

games-util/steam-launcher: Fix ewarn typo

Closes: https://github.com/anyc/steam-overlay/issues/316
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 9a51cae3ff28b54137d2991679ac363f5775692b
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Wed Jun 1 14:23:22 2022 +0200

games-util/steam-launcher: clarify INPUT_UINPUT warning message

With proton-4.11 onwards, this config option is required for all
non-xbox controllers. Just like on native windows, steam/proton
emulates a xbox controller for connected controllers. This fails
if this config option is not enabled.

Closes: https://github.com/anyc/steam-overlay/issues/269
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Closes: https://github.com/anyc/steam-overlay/pull/314
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit f2c2eaf447183fd98ea6e6abe11b75590aae5866
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Feb 13 23:09:16 2022 +0000

games-util/steam-launcher: Remove old SDL controller workaround

While this was useful once, it seems to be doing more harm than good now. Steam
and games under it were seeing duplicate devices, and sometimes even duplicate
button presses.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 93dadcaa4deb092774bf5aa1470b0ccaa203187c
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Feb 13 23:06:59 2022 +0000

games-util/steam-launcher: Drop old 1.0.0.72

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 37f65231388e3baca32a5b2f40ee29157892aae1
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Dec 28 17:03:24 2021 +0000

games-util/steam-launcher: Drop old 1.0.0.71

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 7286e8163b48b582136cc6e0b1a19da7664dcade
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Dec 28 17:02:49 2021 +0000

games-util/steam-launcher: Bump version to 1.0.0.74

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit bcdf7b7b1ffb3058a0d924e849a5abf18f364d9c
Author: James Le Cuirot <chewi@gentoo.org>
Date: Thu Oct 14 23:23:07 2021 +0100

games-util/steam-launcher: Drop old 1.0.0.70-r1

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 7bbcf63de03d84a5c785402986f430080fc99319
Author: James Le Cuirot <chewi@gentoo.org>
Date: Thu Oct 14 23:22:43 2021 +0100

games-util/steam-launcher: Version bump to 1.0.0.72

Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit d90ce0627d7c30027f4971dce6f67f22abd71e6d
Author: James Le Cuirot <chewi@gentoo.org>
Date: Thu Sep 2 22:18:45 2021 +0100

games-util/steam-launcher: Bump to 1.0.0.71, EAPI 8

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit cbe3bc682f8b39df304b9a6d4055473b7720653a
Author: James Le Cuirot <chewi@gentoo.org>
Date: Wed Aug 4 23:09:02 2021 +0100

games-util/steam-launcher: Hack to make LD_LIBRARY_PATH work again

Sorry this took so long.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit c93a9167c9251ceceb6e7ee35cdf636cb59be6f4
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Jun 8 15:54:17 2021 +0100

games-util/steam-launcher: Drop old 1.0.0.68 and 1.0.0.69

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 8fed8004d1fef91791c3206ee8c525c498f9d730
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Jun 8 15:05:31 2021 +0100

games-util/steam-launcher: Version bump to 1.0.0.70

The old OpenGL LDPATH hack is no longer needed since libglvnd replaced
eselect-opengl.

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit ce8f7e4a1ebd97e31999b983def400e1f565d878
Author: James Le Cuirot <chewi@gentoo.org>
Date: Fri Mar 19 23:16:44 2021 +0000

games-util/steam-launcher: Bump to 1.0.0.69

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 656212492f399065178bd255e27530ebe6886361
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Feb 13 23:10:18 2021 +0000

games-util/steam-launcher: Bump to 1.0.0.68, drop old 1.0.0.67

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 6ed5630096d43208168572264f204d40e6b2a5c0
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Nov 21 15:49:28 2020 +0000

games-util/steam-launcher: Version bump to 1.0.0.67

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit d7c5c8993a92a0c0aa7e3ecc2b0adfd28b11c6f2
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Oct 31 22:00:11 2020 +0000

games-util/steam-launcher: Use games-util/game-device-udev-rules

This replaces Steam's own rules from upstream as other packages like
sc-controller need them.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 32f27e07e540110458c069965e8e027d7350fbd8
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Oct 11 12:34:45 2020 +0100

games-util/steam-launcher: Version bump to 1.0.0.66

Closes: https://github.com/anyc/steam-overlay/pull/277
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit b8fc2697aadc252bcd8c229ef24db59fd67728f4
Author: James Le Cuirot <chewi@gentoo.org>
Date: Fri Jul 3 20:40:07 2020 +0100

games-util/steam-launcher: Version bump to 1.0.0.64

1.0.0.62 has been removed upstream.

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit c63523eabba3d5f70a495e63d366111089ea27cc
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Apr 7 23:01:40 2020 +0100

games-util/steam-launcher: Disable tests as they shouldn't be run

Closes: https://github.com/anyc/steam-overlay/issues/267
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 1719872d6b34334b21cbb04e2b71224df6d63792
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Mar 28 15:44:02 2020 +0000

games-util/steam-launcher: Drop old 1.0.0.5

These have all been dropped upstream.

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit dc97158b793d54a051296415fdaa8045bd389d1e
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Mar 28 15:42:19 2020 +0000

games-util/steam-launcher: Version bump to 1.0.0.62

This leans a little on the Makefile, unlike before.

I have dropped libsteam-preload because it doesn't seem necessary any
more, adds extra complexity, and noises up the console.

Closes: https://github.com/anyc/steam-overlay/issues/266
Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit ac4bcb4be4f1f7e1fc1093a3f7b055e0652a498e
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Apr 20 14:13:34 2019 +0100

games-util/steam-launcher: Fix libsteam-preload.so for non-Mesa users

Closes: https://github.com/anyc/steam-overlay/issues/231
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit eb6b5b1008950ac54d897f5426e1553d3a41ba69
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sat Apr 13 16:42:50 2019 +0100

games-util/steam-launcher: Add libsteam-preload.so execve wrapper

This prepends our system library path to LD_LIBRARY_PATH when
steamwebhelper is invoked, avoiding the need to explicitly preload all
the libraries in the platform directory.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 690b3fff880c0cae35ef1dbbfd5b51483b7f0597
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Mar 31 23:08:19 2019 +0100

games-util/steam-launcher: Library handling improvements, EAPI 7

It may be noisy but LD_PRELOAD seems to be the only way to use our
GLib and Pango over those bundled to satisfy libcef.so. This avoids
packaging older libraries such as libffi.so.6.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>

commit 09b50251d5f46503eb4fb8fbb7924a7cf9d93660
Author: anyc <dev@kicherer.org>
Date: Sat Mar 16 14:31:42 2019 +0100

added steam-launcher-1.0.0.59

commit 0ed48f1bd79b3bf572e43171684cc6f448007b63
Author: anyc <dev@kicherer.org>
Date: Sun Sep 2 22:12:41 2018 +0200

added steam-launcher-1.0.0.56

commit 699d267a7358ca340ee684e68e5366419f8e0ded
Author: James Le Cuirot <chewi@gentoo.org>
Date: Wed Nov 29 21:07:25 2017 +0000

games-util/steam-launcher: Remove old versions

Package-Manager: Portage-2.3.16, Repoman-2.3.6

commit 8affa8e96a23ffc157ec33e37deffef8ebaecfe7
Author: ephemer0l <ephemer0l@users.noreply.github.com>
Date: Wed Nov 29 15:06:03 2017 -0600

[games-util/steam-launcher] Add missing opengl dependency (#204)

commit c5afba0e0f34b1e3e928e873ef08ca767c9aff42
Author: anyc <dev@kicherer.org>
Date: Sun Jun 4 12:26:39 2017 +0200

steam-launcher: remove PATH workaround, closes #189, thanks Tele42

commit 557fb23d65a03d8e1abd46e4a8929ed1217995c8
Author: anyc <dev@kicherer.org>
Date: Mon May 1 10:35:51 2017 +0200

steam-launcher: report $PVR instead of baselayout version

commit 8d91f0fcb889cbcca87b2ee66da33dcc7e98015f
Author: anyc <dev@kicherer.org>
Date: Mon Jan 23 19:47:57 2017 +0100

add /sbin to PATH as steam.sh wants to parse ldconfig output, closes #183, thanks to rym002

commit 7a418cbf6375c08b0685afb744cb20901e39bd29
Author: anyc <dev@kicherer.org>
Date: Sat Nov 26 11:42:17 2016 +0100

new steam-launcher-1.0.0.54

commit cfe55c8bfda1d9377fa2373410e5dd9cac4667e1
Author: anyc <dev@kicherer.org>
Date: Thu Oct 20 22:15:10 2016 +0200

new: steam-launcher-1.0.0.53

commit dd2f6be9cd341d1f4018bacb42abf92b992a1760
Author: James Le Cuirot <chewi@gentoo.org>
Date: Tue Oct 4 23:39:40 2016 +0100

games-util/steam-launcher: Detect joysticks in the right order

This adjusts the existing joystick detection patch so that it sorts
input devices into "version" order rather than alphanumeric. xboxdrv
gave me event2, event19, and event20. Alphanumeric sorting put event19
before event2, breaking Tomb Raider and possibly other games.

I also made the snippet a little more robust and concise.

Package-Manager: portage-2.3.1

commit 730a2e60d28ea0d6fecb82a2a4e6dfc112757eab
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Aug 14 21:37:35 2016 +0100

games-util/steam-launcher: Remove old

Package-Manager: portage-2.3.0

commit 719008765be933b93f93ef6e63b10e59cfa91779
Author: James Le Cuirot <chewi@gentoo.org>
Date: Sun Aug 14 21:36:33 2016 +0100

games-util/steam-launcher: Use patches, honour prefix, other fixes

* Make use of patches instead of awkward sed calls.
* Honour prefixed systems. Not tested but should work.
* Switch from fdo-mime to newer xdg eclass.
* Simplify multilib dependencies.
* EAPI bump to 6.

Package-Manager: portage-2.3.0

commit f27489e4f9945051d0d0068fa2c76dff6f2d81f0
Author: anyc <dev@kicherer.org>
Date: Wed Apr 13 13:21:12 2016 +0200

games-util/steam-launcher: new version 1.0.0.52

commit fccd49fc4b3754e462723ad80c5425d7289c0385
Author: Fabian Henze <flyser42@gmx.de>
Date: Tue Apr 5 21:31:08 2016 +0200

Add support for user patches (/etc/portage/patches) to steam-launcher

commit 839a0771d5bf58e6c2d1f6fb6753ba3d7c031c98
Author: anyc <dev@kicherer.org>
Date: Thu Jan 14 18:33:51 2016 +0100

steam-launcher: add kernel check for steam controller

commit cb6715620d74b92142874b899dbacf30bb632285
Author: anyc <dev@kicherer.org>
Date: Mon Dec 28 20:46:36 2015 +0100

proposed fix for udev rule on non-systemd systems, see #157

commit 585bf31b8f98b2ff1acf12875feb5f427b6cf279
Author: anyc <dev@kicherer.org>
Date: Tue Nov 24 21:05:32 2015 +0100

new: steam-launcher-1.0.0.51

commit 3e36701753566804e9c77999b507b172f298a553
Author: Heather <Heather@live.ru>
Date: Wed Sep 30 13:18:06 2015 +0400

update headers

commit a7af172dda9727a7c663acc2c61c4503a956e02e
Author: anyc <dev@kicherer.org>
Date: Sat May 23 10:02:22 2015 +0200

new steam-launcher-1.0.0.50

commit 185c608398290d22914f8f03a1780d3602a3452a
Author: anyc <dev@kicherer.org>
Date: Tue May 5 13:36:20 2015 +0200

steam-launcher: add fix for joystick detection, see #138, thanks LaraCraft93

commit 6a64440718fc1a6bf4048366ea14b3fc21dbb123
Author: anyc <dev@kicherer.org>
Date: Tue Apr 14 21:09:51 2015 +0200

README update, remove old stuff

commit 9565da57f675551795eb47ab0547a1f751fed303
Author: Manuel RĂ¼ger <mrueg@rueg.eu>
Date: Tue Mar 31 20:51:32 2015 +0200

Drop superfluous parentheses

commit 5139533a9e3f6823b4511bb056e6d71524b30990
Author: anyc <dev@kicherer.org>
Date: Tue Mar 31 19:37:52 2015 +0200

remove emul-linux-x86-* dependencies

commit a183e2cb5434a7f4d6c55d0efae0df939547bfe6
Author: Tele42 <tele42k3@yahoo.com>
Date: Wed Feb 4 21:37:02 2015 -0500

Add dirty hack for unbound LD_LIBRARY_PATH

commit 34e88f338f59f12f5889e2cf6b9787abe5786be9
Author: anyc <dev@kicherer.org>
Date: Thu Jan 1 19:29:34 2015 +0100

steam-launcher: use udev.eclass, improve multilib deps, thanks to mgorny

commit e97d81152f4cbed0c98363f2fdd319525b5eba74
Author: anyc <dev@kicherer.org>
Date: Thu Jan 1 19:19:35 2015 +0100

steam-launcher: fix LD_LIBRARY_PATH with newer eselect-opengl, fix #121, thanks to mgorny

commit 296c856dd11e95ffdcd9e5ace93a08a96401aea0
Author: anyc <dev@kicherer.org>
Date: Sun Dec 7 22:36:35 2014 +0100

disable libsdl2 preloading to fix issues with certain games

commit f6ba53954ba93255a2e9bf95c95e87d6eba47046
Author: Yang Zhao <yang@yangman.ca>
Date: Thu Dec 4 21:12:42 2014 -0800

steam-launcher: Support no-emul-linux-x86 with no steamruntime

commit 6edc70662e81fcb4a3327bdf2294d2e92853eb1e
Author: anyc <dev@kicherer.org>
Date: Sun Nov 9 15:26:26 2014 +0100

close #110, thanks to tele42; remove old ebuilds

commit f46a6a0b60c7ec6d7cda60851345cee0ea9609ba
Author: anyc <dev@kicherer.org>
Date: Sun Sep 28 23:33:01 2014 +0200

new steam-launcher-1.0.0.49

commit 8856363983cbe106187f33b56b356b4ce8ef6282
Author: anyc <dev@kicherer.org>
Date: Sun Jun 22 00:08:31 2014 +0200

new: steam-launcher-1.0.0.48

commit 289dbeff3e8aafd4e2c99da8b2c8152929a3ac81
Author: anyc <dev@kicherer.org>
Date: Mon Jun 16 13:48:01 2014 +0200

steam-client-meta: block new nvidia-drivers for -steam-runtime

commit 3368c22704cb6d3e544d9509fa816b0bd97f1572
Author: anyc <dev@kicherer.org>
Date: Mon May 12 15:48:22 2014 +0200

steam-launcher: preload libsdl2 only if steam-runtime is disabled

commit db91894fda6de2063d31b64acffde9cedf90c920
Author: anyc <dev@kicherer.org>
Date: Mon Mar 17 21:07:07 2014 +0100

launcher: depend on >=zenity-3, see #100

commit 0149dc014dd6b90b4876d7fba84c5a96b342f7dd
Author: anyc <dev@kicherer.org>
Date: Tue Mar 11 12:54:49 2014 +0100

steam-launcher-*.47-r1: force system's libSDL2

commit 6046798514fd3165a68b921fba6bf3edb9594b14
Author: anyc <dev@kicherer.org>
Date: Fri Feb 14 10:16:33 2014 +0100

new: steam-launcher-1.0.0.47

commit ac6cd29b6437e739d610cc5ad82a5269fdc67427
Author: anyc <dev@kicherer.org>
Date: Sun Dec 1 15:18:39 2013 +0100

steam-launcher bump

commit 1dd45f8bc7998c709527d0eb2c8c15f689b83e91
Author: anyc <dev@kicherer.org>
Date: Sat Nov 9 14:22:14 2013 +0100

testing ebuild reorganization to handle deps for \!steamruntime; cleanups

commit 79dcbd1f7f1bec6051e4d5f3eb0f19bce82cc95e
Author: anyc <dev@kicherer.org>
Date: Sun Nov 3 13:02:09 2013 +0100

steam-launcher: consider steamruntime use flag in dependencies, thanks to Michael Mair-Keimberger

commit f0275e4e69ae43e38018037c77907b3f73dc6922
Author: anyc <dev@kicherer.org>
Date: Thu Sep 12 22:59:28 2013 +0200

new steam-launcher-1.0.0.42

commit 0180aab1db9f14d6b67ab17a6873862cfb9b0b9d
Author: anyc <dev@kicherer.org>
Date: Fri Aug 30 12:28:20 2013 +0200

new steam-launcher-1.0.0.40; small updates, close #67

commit 39ebb4f1bf20d94b9eb116ad7449c2023293f0f6
Author: anyc <dev@kicherer.org>
Date: Mon Jun 3 21:04:36 2013 +0200

new libsdl-7250

commit 3cf3a2832e079f05a0966bd209a00da398bc6ade
Author: anyc <dev@kicherer.org>
Date: Sun Jun 2 12:01:04 2013 +0200

small ebuild update for launcher

commit d8b715e10f6c6bd5630ef876ee8c5f13cb92a207
Author: anyc <dev@kicherer.org>
Date: Wed May 29 20:28:11 2013 +0200

readme update, removed old files

commit 4355066fc0cc40805ef50fbf8c24b91b60d34fba
Author: anyc <dev@kicherer.org>
Date: Sat May 18 21:33:45 2013 +0200

honor preset STEAM_RUNTIME variable, closes #53

commit 312da67093bb1172cc979492a48ecd01c4933269
Author: anyc <dev@kicherer.org>
Date: Wed May 15 21:15:41 2013 +0200

launcher: fix runtime disabler

commit 88e678dcab94cd916105f31e72515050c44e3fcf
Author: anyc <dev@kicherer.org>
Date: Tue May 14 21:42:35 2013 +0200

new: steam-runtime-bin (see #51) and launcher-39

commit 018e64d67d1546d4fbe1274fd6a19359636d87da
Author: anyc <dev@kicherer.org>
Date: Thu May 9 16:32:03 2013 +0200

README update

commit a68dfd53fd7d0ec961198cc125556b9ed8f13d65
Author: anyc <dev@kicherer.org>
Date: Thu May 9 16:12:59 2013 +0200

handling the new situation that steamruntime is required on AMD64

commit 0bf4c14a7457bd9c6b196f68b410506036ce86d3
Author: anyc <dev@kicherer.org>
Date: Thu Apr 25 22:01:56 2013 +0200

new: launcher-38, beta requires enabled runtime due to missing deps

commit 0d77c05bf946e26942690806a0a6243f2c00d479
Author: anyc <dev@kicherer.org>
Date: Sun Mar 24 18:42:36 2013 +0100

additional elog info for steam-launcher, see #46

commit c3d0f319f2bbd1972b15963056dba4fabe346032
Author: anyc <dev@kicherer.org>
Date: Fri Mar 15 23:28:12 2013 +0100

steam-launcher: additional icon, see #38

commit 31e8232fcf3d257ab35ec6a893844359985a370c
Author: anyc <dev@kicherer.org>
Date: Fri Mar 15 21:35:25 2013 +0100

new steam-launcher-1.0.0.36

commit b2fce8d8666d6e4f8e82124f782d59ee64b47b9b
Author: anyc <dev@kicherer.org>
Date: Thu Mar 14 00:59:29 2013 +0100

steam-launcher: moved to split multilib x11 deps

commit 4a5fa77219d81d63412e9a68fe5c953de13243b3
Author: anyc <dev@kicherer.org>
Date: Sun Mar 10 17:22:28 2013 +0100

deps for defenders_quest: adobe-air-runtime ebuild; close #30

commit e333c8f4acba6ed3eb75d7ddb7e247defbb558f7
Author: anyc <dev@kicherer.org>
Date: Sun Mar 10 15:25:00 2013 +0100

make zenity optional but emit a warning when not installed

commit 9c2620ce919e7601fbfc0fe05255b0923aafd40c
Author: anyc <dev@kicherer.org>
Date: Sat Mar 2 14:25:24 2013 +0100

renamed steam-base to steam-launcher in order to comply with upstream