patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.57k stars 352 forks source link

debian binary not compatible with debian bookworm. #361

Open webmind opened 1 month ago

webmind commented 1 month ago

trying to install debian binary gives the following error:

The following packages have unmet dependencies: glslviewer : Depends: libavcodec58 (>= 7:4.4) but 7:4.3.6-0+deb11u1 is to be installed Depends: libavdevice58 (>= 7:4.4) but it is not installable Depends: libavformat58 (>= 7:4.4) but it is not installable Depends: libavutil56 (>= 7:4.4) but 7:4.3.6-0+deb11u1 is to be installed Depends: libswscale5 (>= 7:4.4) but it is not installable E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

debian 12/bookworm uses libavcodec59, and debian 11/bullseye has an older version of libavcodec58.