Etaash-mathamsetty / trigger-control

control the dualsense's triggers on Linux (and Windows) with a gui and C++ api!
MIT License
69 stars 4 forks source link

openSUSE requires SDL2_mixer #11

Closed MattSturgeon closed 2 years ago

MattSturgeon commented 2 years ago

On openSUSE, SDL2 is split into a bunch of different packages:

$ zypper search sdl2
Loading repository data...
Reading installed packages...

S  | Name                    | Summary                   | Type
---+-------------------------+---------------------------+-----------
i+ | libSDL2-2_0-0           | Simple DirectMedia Laye-> | package
i+ | libSDL2-2_0-0-32bit     | Simple DirectMedia Laye-> | package
   | libSDL2_gfx-1_0-0       | SDL2 Graphics Routines -> | package
   | libSDL2_gfx-1_0-0-32bit | SDL2 Graphics Routines -> | package
   | libSDL2_gfx-devel       | Libraries, includes and-> | package
   | libSDL2_gfx-devel-32bit | Libraries, includes and-> | package
   | libSDL2_image-2_0-0     | Simple DirectMedia Laye-> | package
i+ | libSDL2_mixer-2_0-0     | Simple DirectMedia Laye-> | package
i+ | libSDL2_net-2_0-0       | Simple DirectMedia Laye-> | package
   | libSDL2_net-2_0-0-32bit | Simple DirectMedia Laye-> | package
   | libSDL2_sound2          | Sound Sample Library fo-> | package
   | libSDL2_ttf-2_0-0       | Simple DirectMedia Laye-> | package
   | python-PySDL2           | Python ctypes wrapper a-> | srcpackage
   | python38-PySDL2         | Python ctypes wrapper a-> | package
   | python39-PySDL2         | Python ctypes wrapper a-> | package
   | python310-PySDL2        | Python ctypes wrapper a-> | package
   | SDL2                    | Simple DirectMedia Laye-> | srcpackage
   | SDL2-devel              | SDL2 Library Developer -> | package
   | SDL2-devel-32bit        | SDL2 Library Developer -> | package
   | SDL2_gfx                | SDL2 Graphics Routines -> | srcpackage
   | SDL2_image              | Simple DirectMedia Laye-> | srcpackage
   | SDL2_image-devel        | Development files for t-> | package
   | SDL2_mixer              | SDL2 sound mixer library  | srcpackage
   | SDL2_mixer-devel        | Development files for t-> | package
   | SDL2_net                | SDL2 networking library   | srcpackage
   | SDL2_net-devel          | Development files for t-> | package
   | SDL2_sound              | Sound Sample Library fo-> | srcpackage
   | SDL2_sound-devel        | Development files for t-> | package
   | SDL2_ttf                | Simple DirectMedia Laye-> | srcpackage
   | SDL2_ttf-devel          | Header files for the Si-> | package

I had to install SDL2_mixer to get the appimage to run. Not sure what I already had installed that is packaged differently though...

Etaash-mathamsetty commented 2 years ago

that's interesting, I removed the sdl2 mixer dependency a long time ago, but I will check again. edit: seems like I forgot to delete the sdl2 mixer so file from the app image (oops), next release should fix it