anyc / steam-overlay

Gentoo overlay for Valve's Steam client and Steam-based games
GNU General Public License v2.0
200 stars 47 forks source link

games-util/steam-games-meta: Dependencies for STEAMGAMES="dirt_rally" #194

Open devurandom opened 7 years ago

devurandom commented 7 years ago

DirtRally is an ELF64 binary and directly links against:

FeralBrowser is an ELF64 binary and directly links against:

FeralLinuxMessage is an ELF64 binary and directly links against:

I used my scanelf-needed-tree.sh script to create this list.

anyc commented 7 years ago

Hm, regarding libsdl2, I think we had this problem once because Ubuntu uses another naming scheme for the libraries. If I'm not mistaken, it depends on the used build system (cmake vs. autotools). Could you check if a symlink works if you upgrade to libsdl2-2.0.5?

anyc commented 7 years ago

Regarding the other dependencies, do you remember if you had to unlock a specific version or if those are the current stable versions? I'm not sure if it's better to depend on a specific version or just add the dependency without a version. Maintaining suitable versions might require a little bit more time than I can spare for this repo these days.

devurandom commented 7 years ago

Creating the symlinks worked without any obvious flaws or crashes. I have the latest tilde / ~ versions of the SDL2 libraries installed.