Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

games-util/steam-games-meta: Dependencies for STEAMGAMES="x3" #197

Open
devurandom opened this issue Jul 16, 2017 · 0 comments
Open

games-util/steam-games-meta: Dependencies for STEAMGAMES="x3" #197

devurandom opened this issue Jul 16, 2017 · 0 comments

Comments

@devurandom
Copy link

devurandom commented Jul 16, 2017

X3R_main is an ELF32 (!) binary which directly links against:

  • /usr/lib64/libSDL2-2.0.so.0 (media-libs/libsdl2-2.0.5)
  • /lib64/libz.so.1 (sys-libs/zlib-1.2.11)
  • libavformat.so.53 (not available in Gentoo; probably from an ancient version of media-video/ffmpeg)
  • libavcodec.so.53 (s.a.)
  • libavutil.so.51 (s.a.)
  • libswscale.so.2 (s.a.)
  • /usr/lib64/libopenal.so.1 (media-libs/openal-1.18.0)
  • /usr/lib64/libcrypto.so.1.0.0 (dev-libs/openssl-1.0.2l)
  • /usr/lib64/libGL.so.1 (media-libs/mesa-17.1.5)
  • libGLEW.so.1.9 (not available in Gentoo; I am using media-libs/glew-2.0.0:0/2.0, which provides libGLEW.so.2.0, slots for 1.6 and 1.10 are available)
  • /usr/lib64/libvorbisfile.so.3 (media-libs/libvorbis-1.3.5)
  • /usr/lib64/libjpeg.so.62 (media-libs/libjpeg-turbo-1.5.1; virtual/jpeg:62 is available to manage this)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant